User profile: Ratzian

User info
User name:Ratzian
History
Joined:
Number of posts:5
Latest posts:

Templates error, inheritance
Thank you. I wrote it as IAddress<TE>::info and now it works. Unfortunetly, I'm still having an ...

My C++ teacher said global variables are bad practice?
They may be the easiest, but think about modular programing. Modular programing means building a pro...

Templates error, inheritance
Hello. I have a problem in one of my projects and can't seem to locate it. Can someone please help? ...

Find the size of char**
Well.. I tried to make an analogy with delete[]... It doesn't need the size in order to deallocate t...

Find the size of char**
Hello. I have the following problem: I have a char** pointer and I need to make a copy of the data i...