Greetings. I have our game code mostly developed in C++ using Visual C++ express edition. I wanted to know where would I place the code if i wanted to use it with GameStudio, would it be in the Lite-C Program? Would that compile okay? I read that:
How to convert C/C++ code to lite-C
Lite-C supports a syntax subset of the C/C++ language. In most cases - when no particular C++ features, like STL, are used - a C/C++ programm can be easily converted to lite-C.
does that mean you cannot use the C++ iterator? We have many uses of the iterator, does this mean we cannot use it?
Thank you.
I was in your forums a while back and somebody said I would need to write a plug-in for C++, and do some other steps to avoid pointer issues.
Peace