View Single Post
Old 04-22-2003, 07:28 AM   #1 (permalink)
socomm
Registered User
 
socomm's Avatar
 
Join Date: Apr 2003
Location: Slums of Los Angeles
Posts: 4
socomm is on a distinguished road
Send a message via AIM to socomm
Post Character conversion

All right this is my first post so be gentle. Here is my problem I am looking to convert a const char* to a char * and vice versa. All ideas, links, or flames are welcomed.

Code:
const char* x;
char* y;

y = x;
What is the proper way to convert a const char to a char?
socomm is offline   Reply With Quote