|
-
December 28th, 2009, 10:44 PM
#1
need help with string
I have three variables:
const char* dir //directory of file
int i //the file's name without extension
const char* ext //the extension of the file
how do I add these together to get a const char* string that should look like this:
"img/1.bmp"
Thanks,
~justin123
Tags for this Thread
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
|