User: venkatapr

  • Public profile

User profile: venkatapr

User info
User name:venkatapr
History
Joined:
Number of posts:6
Latest posts:

Overloading new operator
i 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 constrctor
THanks evryone for replying .....and thanks vaidfrommosow for ur exact answer..

copy constrctor
i defined a class sample like this.. class sample { int i; public: explicit sample(int ...

dynamic allocation
int(*p)[5]; what this statement does..????? does it allocate some memory or does it just dec...

This user does not accept Private Messages