User profile: paolopiace

User info
User name:paolopiace
History
Joined:
Number of posts:36
Latest posts:

putenv() & shell variable scope
Ok, not seeing any reply, I try to pose the question in a more general mode: From within a C++ prog...

multiple definition of... (class function)
Thanks everyone. The last post and the link to header guards made the stuff working.

multiple definition of... (class function)
>> header guards:... Thanks! >> Or put it in an unnamed namespace. Interesting. A few more words or...

multiple definition of... (class function)
That's wrong. It's like instantiating, perfectly legally: [code]struct aStruct myStruct1;[/code] I ...

multiple definition of... (class function)
[code]class aClass { ... public: aClass(); // constructor aClassFun(double aParam); // p...