User: learningtocode

  • Public profile

User profile: learningtocode

User info
User name:learningtocode
History
Joined:
Number of posts:13
Latest posts:

Passing const reference
I thought I was initializing in the constructor itself. I did not know that this code: [code]S::S...

Passing const reference
Hi everyone, [code] class S{ public: string getData(){return data;} S(const string&); pr...

Regarding build process.
Well I was not referring to header file in my local folder which I used for compiling. I meant the c...

Regarding build process.
Thanks Kooth, thats what i thought. But strange thing was it was still working fine even after one o...

Regarding build process.
I have an application that is dependent on a dynamic external library. To compile my application I g...

This user does not accept Private Messages