User profile: Majeek

User info
User name:Majeek
History
Joined:
Number of posts:28
Latest posts:

Code running slow on certain function
[code] /* THIS IS MY PROJECT: Write a program that creates a linked list of bunny objects. ...

Error LNK2001 unresolved external symbol "private: static class
[quote]// Add this to uuid.cpp std::vector<Uuid> Uuid::uuid_list; // Add this to bunnys.cpp std::ve...

Error LNK2001 unresolved external symbol "private: static class
Ive been trying to understand how to resolve this issue and I just cant wrap my head around it. Note...

cout name of vector in a vector (2D Vector)
My goal is like this: std::cout << Colors[0] << " " << Colors[0][0]; Which would output : Red 0. H...

me.obj error LNK2005 : "class..." already defined in main.obj
I'm new to header files and namespaces so I've been tryed to work on them through websites that show...