is there native c++ code (i. e. no includes)?not sure if you are aware, but <iostream> is not for cout. std is. Such as [code]using std::cout[/co...
Can't read data from filehttp://msdn.microsoft.com/en-us/library/ms235639%28v=vs.80%29.aspx
The "this" Pointer.then what's the destruction's job? [html]http://www.codersource.net/c/c-tutorials/c-tutorial-th...
Improoving codeI cleaned your code up some. Normally you want a condition before the while loop, so it has somethi...
array declaration and initialization in classeswhat you are describing is dynamically allocating an array. [html]http://en.wikipedia.org/wiki/Dynam...
This user does not accept Private Messages