🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Checking Text

Started by
0 comments, last by GameDev.net 24 years, 8 months ago
Does anyone know a good web-site/thing where i can get some detailed info on the text string checking functions in c++ ?? cause i'm trying to write a config file reader and i have fairly limited knowledge of these functions
Advertisement
If you are using Visual C++, then the MSDN CD has good documentation on the C run time library input/output routines. If not, you should check your compiler's help files.

This topic is closed to new replies.

Advertisement