View Single Post
Old 09-21-2016, 08:38 AM   #6
DossarLX ODI
Batch Manager
Game Manager, Song Release Coordinator
Game ManagerSimfile JudgeFFR Simfile AuthorD7 Elite KeysmasherFFR Veteran
 
DossarLX ODI's Avatar
 
Join Date: Mar 2008
Location: USA
Age: 29
Posts: 14,859
Default Re: Learning to code in C++

Quote:
Originally Posted by Dinglesberry View Post
Do you specifically need to use C++? Most of the physics/math programmers I know are focused on things like matlab and python, but if you actually need to be functional..
He needs to use C and/or C++ for compatibility and requires low response time according to the first post. C is a very fast language.

Ultimately it depends on what the application will be used for. C++ allows for object oriented design, and in that model of thinking your application will be based on what classes to make as well as any interfaces to implement (essentially, modeling the world with objects). In C you don't have that type of flexibility although you are able to define your own data types with typedef and use structs.
__________________
Quote:
Originally Posted by hi19hi19 View Post
oh boy, it's STIFF, I'll stretch before I sit down at the computer so not I'm not as STIFF next time I step a file
DossarLX ODI is offline   Reply With Quote