User: encoded

  • Public profile

User profile: encoded

User info
User name:encoded
History
Joined:
Number of posts:22
Latest posts:

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 file
http://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 code
I cleaned your code up some. Normally you want a condition before the while loop, so it has somethi...

array declaration and initialization in classes
what you are describing is dynamically allocating an array. [html]http://en.wikipedia.org/wiki/Dynam...

This user does not accept Private Messages