User profile: incognito

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

Need Urgent help in code optimization
Hello 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 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; ...