constructor's parametersFirst class header file: [code] #ifndef ONE_H #define ONE_H class One { public: One(i...
constructor's parametersHello... I created an object from a class... Inside this object I want to create an [u]array of o...
UnionAll the addresses of the union variables should be the same: [code] int main() { union x { ...
Beginner's questionsStewbond you were right + two lines of code... [code] #include <iostream> using namespace std; ...
Beginner's questionsvlad from moscow please ignore my posts... Your first post was what I already know(create an array a...