can some one tell me how i make a .cfg file i am in great need
i will be watching the thread so plz post about that thnks
This is a discussion on .cfg file help within the C++ Programming forums, part of the General Programming Boards category; can some one tell me how i make a .cfg file i am in great need i will be watching ...
can some one tell me how i make a .cfg file i am in great need
i will be watching the thread so plz post about that thnks
CreateFile().
benforbes@optusnet.com.au
Microsoft Visual Studio .NET 2003 Enterprise Architect
Windows XP Pro
Code Tags
Programming FAQ
Tutorials
right........... well that doesent really help
Read in the FAQ and tutrials on this site on file I/O with FSTREAM. When he said CreateFile() he meant to do a search for it, try msdn.microsoft.com, you'll find the paramaters you need to pass there.
Word of warning, if your new to C++ then stick with fstream functions, the MS ones can be a bit hard to digest.