Quote: "Thanks! Maybe allready knowing DBP will help alot."
definitely will... also, knowing a lil c++ will help too
when i first looked at your code, my first uestion was, what the he## is he doing, and why is he doing it like this
but hey... i'm no c++ expert either so...
just follow Chalkey's advice and check out a few of those learning resources, if you're really serious... or possibly get a book or two...
c is very much like BASIC... except for the pointer stuff, and a lil syntax difference... should be easy to pick up...
c++ is c with classes... easy to pick up, but it's gonna require a different mindset to really use it effectively...
you've gotta start thinking objects instead of functions...
but for the time being, coding in straight c fashion will get you off to a running start with the GDK... and, doing it this way, you can directly copy code from DBPro, change the syntax, and have it work...
good luck
--Mike