|
-
September 29th, 1999, 03:21 PM
#1
Converting unsigned char[ ] to const char *
I was just wondering how to convert a character array to a constant character pointer. Specifically I am using a filename stored in a character array and I get the error that I cannot convert the char [ ] to const char * when I use fopen("name of character array", "rb"). Any help would be appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|