What I understand you are using c++ in windows environment. You want to create a folder to create those files.
To create folder use CreateDirectory() function.
While writing you can use SetCurrentDirectory.
Hope it works...
Navin
I would like to add
The Pointers facility is specially useful because of Dynamic Memory Allocation. This facility allows the programmer to increase the number of elements in an array (which is used in the form of pointers) during run time. So you do not need to allocate extra space by assuming...
You can find helpful source code
at this link.
http://www.planet-source-code.com/vb/scripts/BrowseCategoryOrSearchResults.asp?lngWId=3&grpCategories=13&optSort=Alphabetical&txtMaxNumberOfEntriesPerPage=10
Navin
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.