Page 1 of 1

confused about strings

PostPosted: Oct 6, 2004 @ 12:08pm
by Structure
Hi, im getting a bit confused about what to do about strings, usually ive just used std::string for string manipulation , but im in the crossplatform international world now,

For this im guessing I should use _TCHAR, but do I need to always use this ie for internal file names? Or is it just used for text that could get displayed to the user

What do you do?

PostPosted: Oct 6, 2004 @ 1:24pm
by Conan

PostPosted: Oct 6, 2004 @ 3:54pm
by mlepage

PostPosted: Oct 6, 2004 @ 4:19pm
by Structure
thanks Conan, mlepage thats cleared it up for me :)



Sorry if im flooding the forums a bit but im sitting here programming all day by myself so issues come up a lot at the beginning