View Single Post
Staro 20.03.2014., 16:20   #2
rodney
only fool, not a horse
Moj komp
 
rodney's Avatar
 
Datum registracije: Apr 2008
Lokacija: near zgb
Postovi: 1,280
Ahoj, rješilo se samo.
klasa.cpp
Code:
kompleks::kompleks (int i, int j) {
                      this->x=i;
                      this->y=j;         
             };
kompleks::~kompleks (){};


int kompleks::zbroj(){
             // implement 
                  return ((this->x) + (this->y));
      };
__________________
"I intend to live forever. So far, so good."

job security - example
rodney je offline   Reply With Quote