Posts tagged with C
The Difference Between Dijkstra’s Algorithm and A*
Dennis - June 2nd, 2008
Published in Programming
Over the last couple weeks, I’ve had an interest in brushing up my C++ skills. Friday, I came across a programming challenge that looked somewhat interesting and I thought I’d give it a shot. The object was to find the lowest cost route between 10 cities encoded in a map of integers. Each integer represented [...]
- Share this:
- Share
1 Comment
GTK+ programs with GtkBuilder and dynamic signal handlers.
Dennis - May 22nd, 2008
Published in Programming
Well, I decided to review some GTK+ and Gnome development lately. With GTK+, a nice way to create a user interface is with the Glade Interface Designer. Glade produces an xml file with a glade-interface element that can be loaded by libglade. You can then change attributes of the user interface without having to recompile [...]
- Share this:
- Share