Ben Huot wrote: >I have written a program launcher with Perl and I tried to write a program >in C++, but it didn't do object oriented programming the way I thought it >worked. > >Ben >[EMAIL PROTECTED] > I believe that the KDE libraries are C++ and the GNOME ones are C (or do I have that backwards?). But if you understand loops, conditionals and the like, you might be able to pick up one of those books are start writing some GUIs...
By the way, how did you expect object oriented programming to work and how did C++ fail to fit with those expectations? Kahli
