cool c++ programming topics

Hey can you guys list some cool computer topics that has a good tutorials in c++.
example:Neural networks,genetic algorithm,fractals etc.
http://www.gameprogrammer.com/fractal.html

I like this description of the diamond-square algorithm (part 1). It's very useful if you want to create realistic looking maps. I can't recommend part 2 because I haven't even read it. The fun in my opinion is to read how the algorithm work in part 1 and then try to implement it myself.


http://www.policyalmanac.org/games/aStarTutorial.htm

A* is an interesting path finding algorithm. I found this article very useful when I learned about it a few years ago.
Last edited on
thanks man
That link to the A* appears to be broken. For a pretty thorough treatment, you can visit:
http://www.redblobgames.com/pathfinding/a-star/introduction.html
Topic archived. No new replies allowed.