Hello! I am pretty new to C++ and KDevelop. I alredy did some other languages before, such as VisualBasic, PHP (LAMP), Bash, etc... But C++ seems to be fairly hard to learn. I am used to the M$ VB IDE, which is pretty comfortable. KDevelop looks be be alike, but it isn´t at all ;) I do not want to start with console apps, cause i have a project i am focusing on, which keeps me going. Can you recommend a simple tutorial/howto for a newbie such as me (the more interesting the better ;) ? Something wich shows me how to handle texfields, message boxes, Labels, new windows, etc... Its pretty much all about classes and methods, which i have never really used before. I am pretty much coming from the ClickyBunty envirorment ;) Cheers, Mario Ohnewald
Trolltech has a very good tutorial on their site: http://doc.trolltech.com/3.1/ Also try the KDE Developer's corner: http://developer.kde.org/ "Mario Ohnewald" wrote:
Can you recommend a simple tutorial/howto for a newbie such as me (the more interesting the better ;) ? Something wich shows me how to handle texfields, message boxes, Labels, new windows, etc... Its pretty much all about classes and methods, which i have never really used before. I am pretty much coming from the ClickyBunty envirorment ;)
Cheers, Mario Ohnewald
-- To unsubscribe, email: suse-programming-e-unsubscribe@suse.com For additional commands, email: suse-programming-e-help@suse.com Archives can be found at: http://lists/archive/suse-programming-e
-- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org PGP key id:C5061EA9 PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
On Tue, Dec 10, 2002 at 10:55:02AM +0100, Mario Ohnewald wrote:
Hello! I am pretty new to C++ and KDevelop. I alredy did some other languages before, such as VisualBasic, PHP (LAMP), Bash, etc... But C++ seems to be fairly hard to learn.
If you are not very familiar with C++, then you should learn it first before you try to tackle QT or KDE programming. There are books that can get you up to speed quickly, especially if you are already familiar with other programming languages. I recommend "Accelerated C++" by Andrew Koenig and Barbara Moo. Victor
Can you recommend a simple tutorial/howto for a newbie such as me (the more interesting the better ;) ? Something wich shows me how to handle texfields, message boxes, Labels, new windows, etc... Its pretty much all about classes and methods, which i have never really used before. I am pretty much coming from the ClickyBunty envirorment ;)
Visual C++ IDE is nice, but it only avaialble for Winblows. KDevelop (in my opinion sucks). Even if one day it were to match the features of Visual C++, it would only be avialable for Linux. I like to stick to XEmacs as my programming environment. It s BITCH to learn, and even a bigger BITCH to customize compared to Visual C++ and KDevelop. But once you get the hang of it, you can use the EXACT same key-strokes, the EXACT same toolbars. and the EXACT same environemnt in both Winblows and Linux. Better yet you can even use it in purely text-mode in a console under Linux. If you learn KDevelop and Visual C++, the you will have to learn two differetn environments for you Linux and Winblows development. Rest is your choice, Salman
participants (4)
-
Jerry Feldman
-
Mario Ohnewald
-
Salman Khilji
-
Victor R. Cardona