Question - Ways to Improve Coding Style and Ability

Started by
3 comments, last by Barius 18 years ago
I am a computer engineering student.I've already learned C/C++ and data structres.I want to improve my coding style and ability.I know that to success these things i must code and code and code...But sometimes i can't find what to code.I need assignments,problems and questions.Are there any web sites which may help me in this topic?Thanks a lot.
Advertisement
code some graphics and maybe a little ai game
Code Complete is a good read with plenty of advice on programming style and design.
Try SourceForge help wanted. A great place to cut you teeth.

Stephen M. Webb
Professional Free Software Developer

You can get ideas for programs from programming contest sites, for example:

Previous ICFP contests
acm.uva.es problem set archive

Also, try learning languages that are very different from C/++, like Haskell or J. That forces you to think about programming and problem solving in different ways.

This topic is closed to new replies.

Advertisement