User profile: tanja

User info
User name:tanja
History
Joined:
Number of posts:10
Latest posts:

Storing class objects in a vector declared in another class is not working
i thank you all for your replies. It seems like the error [i]C2280 [/i] only occurs when the code i...

Storing class objects in a vector declared in another class is not working
//classA.h [code] #include <string> class A { public: A(); A(std::string s1, std::string s1, std:...

Storing class objects in a vector declared in another class is not working
the semi-colon is not the problem. Line 11 is causing the error: "[i]C2280: 'A::A(const A&)': attem...

Storing class objects in a vector declared in another class is not working
Hi, i don't understand what i am doing wrong here. i declared 2 classes A and B. B is supposed to h...

Help: Typ conversion!!!!
you print out the content of the wrong variable: [code] cout << number_float_0 << endl; [/code] [cod...