Need Urgent help in code optimizationHello Forum, I am not very familiar with string class. Following is the sample code I have writte...
Copying a char* into char*@vlad - Oops. You are right. Not even sure why did I do that :S Thanks, It now works. @Aceix - Ther...
Copying a char* into char*Hello, I am trying to copy an unsigned char* into an unsigned char*, but getting core dump. I tried...
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; ...