User profile: Gregor Pavlic

User info
User name:Gregor Pavlic
History
Joined:
Number of posts:20
Latest posts:

constructor's parameters
First class header file: [code] #ifndef ONE_H #define ONE_H class One { public: One(i...

constructor's parameters
Hello... I created an object from a class... Inside this object I want to create an [u]array of o...

Union
All the addresses of the union variables should be the same: [code] int main() { union x { ...

Beginner's questions
Stewbond you were right + two lines of code... [code] #include <iostream> using namespace std; ...

Beginner's questions
vlad from moscow please ignore my posts... Your first post was what I already know(create an array a...