Passing const referenceI thought I was initializing in the constructor itself. I did not know that this code: [code]S::S...
Passing const referenceHi 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