User profile: incognito

User info
User name:incognito
History
Joined:
Number of posts:65
Latest posts:

Need help with setting env variable inside system call
I have two processes. I want to set an environment variable in one process and check it in another i...

Need immediate help on storing a pointer in a char array
Following is the pseudo code I have created. [code] #include<iostream> using namespace std; ...

Need immediate help on casting/storing values in buffer
Thanks a lot Moschops for a quick reply. Actually the structure is much complicated but I cannot pos...

Need immediate help on casting/storing values in buffer
I have a structure type, let's say Telephone [code] typedef struct { string dir_no; unsig...

Query in implicit assignment operator
Thanks guys :). I deliberately did not define overloaded assignment operator because I wanted to see...