how to use data from a data fileare you using a library to read the file or are you just using an fstream? It might help if you post...
Optimizing my codeDamn that's some nice code. Thanks a lot JLBorges. Super nice with the http references. I might hav...
checking file failI had to check for a file at some point and found this lying on the net somewhere. Would like to giv...
Optimizing my codeso i made a few changes. added another map that represents each line of the file as i figured out i ...
Adding to the size of a dynamic array of structuresI know you say you have to use an array instead of using a vector. But you also say you have to use ...