Overloading new operatori have seen syntax somewhere that they overloaded new operator to initialize the memory that is allo...
reading and writing the file#include<stdio.h> #include<iostream> using namespace std; #include<fstream> struct employee { ...
copy constrctorTHanks evryone for replying .....and thanks vaidfrommosow for ur exact answer..
copy constrctori defined a class sample like this.. class sample { int i; public: explicit sample(int ...
dynamic allocationint(*p)[5]; what this statement does..????? does it allocate some memory or does it just dec...
This user does not accept Private Messages