Page 1 of 1
GE uses C? C++?
Posted:
Fri Apr 17, 2009 11:56 pm
by stevenp
i think mak somewhere said that GE uses C, but it also uses C++ to a certain extent, can anyone tell me about that?
Re: GE uses C? C++?
Posted:
Sat Apr 18, 2009 12:37 am
by makslane
Game Editor was developed in C/C++
Some parts of the code uses C++, other, only C.
Re: GE uses C? C++?
Posted:
Sat Apr 18, 2009 1:24 am
by stevenp
so what part can i code with C++ in?
Re: GE uses C? C++?
Posted:
Sat Apr 18, 2009 1:05 pm
by makslane
All files with the .cpp extension are C++
Re: GE uses C? C++?
Posted:
Fri May 15, 2009 6:09 pm
by j2graves
I heard that the only difference between C and C++ is that C++ is object oriented.