0
How can I start building real time application with c++?
I have been learning c++ at my local college and I want to start building cool stuff with graphics and animation instead of boring console log program. Any suggestions on what to do? Thank you in advance 😆😆
2 Respostas
+ 4
Download a programming tool/app that supports C++ , get something to make in mind as well as a plan for it (You can start from something as simple as a calculator). Finally, start making!
A few tips here to help you :
- Making some things require an API package.(API package gives you new functions and keywords required to build the desired thing you want, but make sure you get the correct one)
- Don't be afraid to ask things on how to use the API package, cause we all need to start somewhere. (Not on SoloLearn, on the chat for API package server.[Nowadays they are using discord])
- Use your brain if you are stuck, for example : if the system disallows a package to work on a catch statement, you can use a boolean and make a catch statement yourself with an if-else statement
0
thank you