Why use append for strings?Ok thats good, i was wondering if it worked like C# where it creates a new string each time (althoug...
Why use append for strings? whats wrong with: std::string st; st=""; st+="dfjsdjfls"; st+="dfjklsjdfl"; std::cout <...
inline functions In headers, if an inline function is declared inline in its implementation .cpp file, do i also ne...
How to initialize non constants in a header? How can i give dynamic assignments in header files. eg: [code]//(--in the header file for all...
arays of pointers?ahh tx
This user does not accept Private Messages