User profile: Kastis

User info
User name:Kastis
Email:kastis.inc@gmail.com
Name:Kastytis
Location:Panevezys/Lithuania
History
Joined:
Number of posts:5
Latest posts:

Need help with this. Any suggestions?
[code] #include <iostream> #include <string> using namespace std; class Telknyga { public:...

What's wrong with this code ?
My code compiles with few warnings about deprecated conversion from string constant to char, but pro...

Free memory
Thank you for your help. So I don't have worry about it. Thanks a lot.

Free memory
here goes all code. #include <iostream> using namespace std; struct testB; struct testA { ...

Free memory
struct testB; struct testA { int digit; testB *C; }; testA A; struct testB { int di...