News

Guys,Your help will be appreicated in this matter.i have to upload a text file which has rows and columns. The text file could be of any size ...
If you are needing a 2D matrix, you should probably find a proper matrix class instead of a vector or vectors. Stroustrup presents a nice, if simple, 2D matrix class in terms of std::valarray in ...