News

I need a standard (cross-platform) way to read the entire contents of a file into an unsigned char vector. I'm doing it one character get at a time right now, but I'm sure there's a better way ...
For some reason, I'm not getting this to work. At the beginning, I have a static multidimensional vector of type int:vector< vector > test I then read a file to find out the number of rows and ...