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 memoryThank you for your help. So I don't have worry about it. Thanks a lot.
Free memoryhere goes all code. #include <iostream> using namespace std; struct testB; struct testA { ...
Free memorystruct testB; struct testA { int digit; testB *C; }; testA A; struct testB { int di...