deleting primitive and class types pointers.[code] #include<iostream> #include<string> class A { public: A() { std::cout << "constr...
crashed during printing string reference.[code] #include<iostream> #include<string> const std::string& test() { return "sandeep poud...
defining function inside funtion.c++ gnu compiler doesn't allow defining functions inside functions. actually what is the process beh...
differnces between declaration and definition of functions and global variables.hi, i have confusion regarding access of global variables and functions. i know that global variabl...
getting headache with char datatypehi, i read every online material related to char, unsigned char and signed char but was unable to ...
This user does not accept Private Messages