0

How to be a good programmer in c++????

22nd Dec 2016, 2:35 PM
niloofar
4 Respuestas
+ 2
With any programming language the way to get good is by programming. I know it sounds like an easy answer, but in reality programming is just like any other skill. The way to get good at programming is by programming. Try to program at least an hour a day. If you are trying to find things to program there are a lot of challenge projects you can try on Reddit. Also the other way to get good at programming is asking a lot of questions. A lot of new or intermediate programmers are afraid to ask questions because they do not want to see dumb. Most programmers are happy and willing to help others that are interested in programming. So don't be afraid to just ask questions. One last thing, to truly get good at program you need to learn how to properly google things you are trying to learn or errors you are trying to fix. Once you learn how to properly search google your life as a programmer will become 100% easier.
22nd Dec 2016, 2:41 PM
Matthew Doering
Matthew Doering - avatar
0
Tanks alot
22nd Dec 2016, 2:50 PM
niloofar
0
I exersice ism or hands-on??
22nd Dec 2016, 2:52 PM
niloofar
0
If you are new to programming I would suggest figuring out a simple program that you want to make and search Google to see if someone has already made similar program. A lot of the times people will make a how to tutorial or video that explains how they made the program step by step. I would follow a few of those just so you can see how people program, how the syntax works, how to use certain programming methodologies, and you can see how to use things like objects, classes, and OOP in real scenarios. Just remember a few things just because someone made a tutorial on something doesn't mean it is correct or the best way to do something, do not plagiarize another persons code, and there are a lot of ways to learn how to program. This method may not work for you, but I can guarantee that if you stick with programming and push yourself to learn new things . You will eventually get good a programming. Like with any skill some people are naturally talented and others have to practice a lot to get good.
28th Dec 2016, 3:12 PM
Matthew Doering
Matthew Doering - avatar