
Originally Posted by
MrTittles
Error i get:
is not a class or namespace name
undeclared identifier
before identifier 'colorEntity'
illegal use of type 'void'
too many initializers
syntax error : ')'
missing ';' before '{'
'{' : missing function header (old-style formal list?)
fatal error C1004: unexpected end-of-file found
And no, i'm not a c++ magician, so i've been fucked clueless ^^
.................................................. ........................^^^^^
is not a class or namespace name
(you used two different names for your main file or targeted a file that does not exist or misspelled the main file/class name)
undeclared identifier
(You didn't declare it needs to be a string, int, var ect.)
before identifier 'colorEntity'
(Requires you to pick a declared color or put an if statement leading to a new line of code if color isn't declared.)
illegal use of type 'void'
(You cant use void here)
too many initializers
(really???)
syntax error : ')'
missing ';' before '{'
'{' : missing function header (old-style formal list?)
(These are common sense)
fatal error C1004: unexpected end-of-file found
(Code/script was left open need to close perhaps)
Welcome to programming

I have only had a few simple classes start the hard stuff next year, finishing my graphics design degree first :P