Question:
How to get better in programming (especially c++)?
heshamwhite
2008-12-07 12:07:57 UTC
hi,
i have a little question
"How to get better in programming (especially c++ )?" i mean i know the statements , functions , arrays , data types etc but i want to get better in advanced topics ( like Recursion and stuff)
hope u got me
thanks in advance ,
bye
Five answers:
jaberwocky6669
2008-12-08 21:02:33 UTC
Try to answer programming questions on Yahoo! Answers...
2008-12-07 21:35:34 UTC
Just make stuff for practice. Seriously, that's the best way to get better at programming. Programming is extremely powerful, you can make just about anything, so just think up some kind of game, utility or application you'd like to use and then get coding. When you hit a sticky part, either take some time to think about what your code is doing and how you might work around it, or go on the Internet and find people who can help you out. Of course, programming anything will always result in at least a little frustration before you get it done, but in my experience it's always worth it.
TheHumanist
2008-12-07 20:25:31 UTC
WEll, you have to practice, using them, to make programs, small programs using these things, im learning C++ too, and yes, variables, statements, functions are really hard (im just at Variables) but i have to practice these.

First you could buy a book of C++, since, they help the most, they are made for people that have really no experience in C++, not as the tutorials that are made by people that think you have a bit of idea on what are you doing.

But still, tutorials are very hel-pfull, since they are free, and most of them help alot.

Second, try to get some codes, about algorithms, games, statements and others, You can find these at Cprograming.com, they have a good place of resources and there are many places to find resources.

And there is a Self thought thing, you have to teach yourself, and to understand them, you can do this from practice. Get a code, analyze it, then, try to explain it in your mind, what does it do, and to play with it, modify it and test it again.

Write your own program, go forums where you will meet experienced people and you can share your code and ask them about things that you do not understand.
2008-12-07 20:15:50 UTC
The best way to learn about such topics is to read a book on C++ or sign-up for an advanced course where you will be forced to learn, grasp and apply new concepts every day.
2008-12-07 20:15:11 UTC
Practice, practice, practice.



And some good reference.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...