User profile: sydfrederick

User info
User name:sydfrederick
History
Joined:
Number of posts:4
Latest posts:

What elements can be stored in an array?
So I've made this dynamic array class. Here are it's constructors: [code] template <class Item> dar...

String does not name a type?
Well this is an awkward error during compilation... I'll just let you look at the code, says the err...

string does not name a type?
So I've made some classes, and during compilation, I get the error that string does not name a type ...

Undefined reference to function
So I have a really strange problem occurring... First, here are the files I'm using: [code] ...