c - How to start programming? -


I read many books about C / C ++ in Linux and write a simple program. Now I want to try myself with some project, what can you recommend to do? (Sorry for my bad english)

If you do not know what to do and just get Have a little experience, try the implementation, it's a classical programming exercise (Wikipedia article can be frightening at first sight, but the actual algorithm is dead-simple and you will find lots of stuff online, even a lot of sample Implementation). First of all, start with a text-only solution that just prints the number. Then, using ASCII art, try to "attract" the towers. You can do this with a GUI, but it is easiest to start with a text-based version as a novice.

Comments