Advertisement

Ahhh, I don't know my C

Started by December 20, 2001 01:23 PM
0 comments, last by AbeE 23 years, 2 months ago
Hey there, I am finished the bulk of my level editor that I was making and I have stored the vertices of the terrain you make in an array and the vertices of the brushes you can make in a different array. I now want to write this to a file, I only ever learned to use fstream class but I want to do it the C way. Could someone gimme an explanation or even the location of a good tutorial? Thanks
search "msdn.microsoft.com".

"fopen", "fread", "fwrite", "fclose", "ftell", etc.

To the vast majority of mankind, nothing is more agreeable than to escape the need for mental exertion... To most people, nothing is more troublesome than the effort of thinking.
To the vast majority of mankind, nothing is more agreeable than to escape the need for mental exertion... To most people, nothing is more troublesome than the effort of thinking.

This topic is closed to new replies.

Advertisement