How to start a C++ matrix class like this?Hi, I want to design a two dimensional matrix C++ class of myself. In prospect this class shou...
Questions about handling a batch of files.Hello, I am trying to handle(read,write and so on) a batch of files named regularly as "name1,name...
Questions about reading binary file into unsigned int arrays.Hello, I am trying to read a binary file into an 2D unsigned int array.But the C++ .read() file i...
the problem with building an C++ projectHi all, I have been always using MS VC++6.0 in programming, but now I encounter some strange sou...
pass by value or reference?Can any one tell me why the following code output 10 instead of 12: #include <iostream> using n...
This user does not accept Private Messages