Forum Discussion
skooter500
12 years agoExplorer
C++ OpenGL/Kinect/Bullet Physics example project
Apologies for cross posting. I had to make a few forum replies before being allowed to post a new topic. I spent a lot of the summer working on a demo in C++ for Windows that uses OpenGL3/GLM/GLEW...
raidho36
12 years agoExplorer
Don't bother with C#, it's easily TWICE as overcomplicated as C++.
Instead, start with C. It's easy, simple, robust and extremely powerful, and it has the biggest library collection of all languages if you want just reuse someone else's code instead of inventing your own wheels. After you learn C, going to C++ would be a matter of learning some OO techniques. Just starting with C++ is hell and is very likely to result in poor coding skills and very slow learning.
You can always use C-code to program a C++ app, although C is not entirely compatible with C++ (C++ is completely incompatible with C).
Instead, start with C. It's easy, simple, robust and extremely powerful, and it has the biggest library collection of all languages if you want just reuse someone else's code instead of inventing your own wheels. After you learn C, going to C++ would be a matter of learning some OO techniques. Just starting with C++ is hell and is very likely to result in poor coding skills and very slow learning.
You can always use C-code to program a C++ app, although C is not entirely compatible with C++ (C++ is completely incompatible with C).
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 4 years ago