Recent content by K.Rashidpour

  1. K.Rashidpour

    نرم افزار

    :)نرم افزار جدید ویرایش PDF
  2. K.Rashidpour

    پرسش و پاسخ در زبانهای برنامه نویسی C

    #include<iostream.h> #include<conio.h> class Rect { private: float x,y; public: Rect(float a,float b); void Area(); void Prime(); Rect add(Rect c); }; //***************************** Rect::Rect(float a,float b) { x=a; y=b; }...
بالا