Click to See Complete Forum and Search --> : Programming Resources


blobaugh
01-28-2003, 12:01 AM
I have some experience with programming but I want to take it to a new level. Thus far all of my programs have been terminal based stuff. Weak and Easy. I want to learn to design programs that have a visual interface. Do you know of any books or websites that will help me learn that? I would prefer C. Also I'm highly interested in AI and I was wondering if anyone knows if there are any good books on that. It may be a little over my head now but I'll get there eventually, right now I want to start out with building visual interfaces.

Stuka
01-28-2003, 12:48 AM
C API for GUI under Linux == GTK+ (http://www.gtk.org).
For AI, you'll probably need to learn LISP or another functional language. You'll have to Google for those though ;)