Aug 17, 2019 at 3:06pm UTC
Guys I am new programmer in C++ community.
Since I want to learn programming I need your help. I know this is tutorial but should I write codes and reading this tutorial or just reading this tutorial?
Any help will be appreciated.
Sincerely,
-WatterGwong14
Edit: Okay guys thanks for your help!
Last edited on Aug 17, 2019 at 5:11pm UTC
Aug 17, 2019 at 3:56pm UTC
Simply reading won't do you any good, you have to write code.
And write code that is different from the examples you see.
And write code, write code, write code. All the learning resources you read won't help if you don't write your own code.
An online tutorial for learning C++ that is frequently updated:
https://www.learncpp.com/
Did I mention you should write your own code?
<edited to add:>
Watching videos without writing code can be just as bad.
Last edited on Aug 17, 2019 at 11:59pm UTC