Need help with setting env variable inside system callI 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 arrayFollowing is the pseudo code I have created. [code] #include<iostream> using namespace std; ...
Need immediate help on casting/storing values in bufferThanks 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 bufferI have a structure type, let's say Telephone [code] typedef struct { string dir_no; unsig...
Query in implicit assignment operatorThanks guys :). I deliberately did not define overloaded assignment operator because I wanted to see...