+ 3
Completed my C++ course but don't know what to do now
i had completed my C++ course but i can't code anything useful or i have no idea how i can code anything i want like any tool or game or anything........i can just only make basic programs which work on certain logics .....i don't have any idea how i can learn to code like that of professional.
2 Respuestas
+ 4
To write nice C++ programs you need an IDE (any text editor) and a compiler (e.g. GCC, or MS Visual). So I recommend downloading Code::Blocks, which is free and contains both an IDE and the GCC Compiler. There you create a new C++ project. So try to write code, the editor makes even suggestions for function names and marks errors. If you don't know what code is needed to realize your idea search the web (StackOverflow helps a lot ;-)) or ask the community...
Tip: start with an easy console application, if everything works then extend it. You can even make a game on console!
Happy coding!
+ 1
look out practice videos or any sources.
study another course on another website(edx etc.)
if you do not use language you learned, it does not mean anything to you. good luck work hard