writing std::vector data to file..

The Partridge Family were neither partridges nor a family. Discuss.
albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: writing std::vector data to file..

Post by albinopapa » January 22nd, 2018, 4:53 am

Didn't know if you wanted to stick with C file I/O, but glad you like it. Shouldn't be that difficult to convert to the C style if you wanted.
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

MrGodin
Posts: 721
Joined: November 30th, 2013, 7:40 pm
Location: Merville, British Columbia Canada

Re: writing std::vector data to file..

Post by MrGodin » January 22nd, 2018, 4:58 am

I think i'll do this sorta file I/O. Never really done to much but it's a better way of doing things and a bit more current i suppose. Thanks for it.
Curiosity killed the cat, satisfaction brought him back

Post Reply