Redex Posted September 9, 2012 Posted September 9, 2012 Any ideas to what C++ can be used to make etc? Quote
Raven1992 Posted September 9, 2012 Posted September 9, 2012 i use C++ for habbo retros quite handy for retro players like me Quote
a_bertrand Posted September 10, 2012 Posted September 10, 2012 You can do all what you want with C++. From an OS to a 3D FPS or even a web application. Actually you have more freedom with C++ or any other true compiled language than the modern one like Java, C#, Python, PHP or whatever. The drawback if that coding in C++ takes a lot more time than with the modern languages and is harder to code with. Beside those drawbacks, which pushed new solutions, C & C++ are still the most used languages out there. Quote
Spudinski Posted September 10, 2012 Posted September 10, 2012 You can do all what you want with C++. From an OS to a 3D FPS or even a web application. Actually you have more freedom with C++ or any other true compiled language than the modern one like Java, C#, Python, PHP or whatever. Is that a challenge? :eek: But yes, C++ features OOP onto C. The most commonly used for purpose with C++: Desktop applications. Quote
a_bertrand Posted September 11, 2012 Posted September 11, 2012 A challenge? No... Just I don't see how you can write a kernel in PHP or a driver, or any low level operation. Same in C# even if some people made some sort of kernel in C# it still require some low level stuff which I believe is still done in C++. You could skip C++ and do in assembler, but I doubt it's more comfortable ;) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.