Question:
Is there any available C++ Beginners programming guides?
Michael
2012-08-17 09:51:29 UTC
I am busy learning C++ and I'm already through a book called "A C++ Guide By Herbert Schilt" The problem is that this guide only covers console based programs. What I would like to have is a complete beginners guide to C++, but one that works with IDEs (I know I already went through the book, but I already forgot nearly everything due to a time when I was unable to work with it).

What I would also like to know if there is any IDE available for use on Linux distros / FreeBSD.

Regards,
Michael
Five answers:
Aleksander
2012-08-17 10:16:24 UTC
I think you're confusing two things. An IDE is a kind of tool for developing software, either console-based or graphical; a graphical program can be developed either with an IDE or without.



An IDE is a kind of text editor which, usually integrated with a specific toolset, for example Visual Studio with .NET and stuff, or NetBeans with Java; and with IDEs you can usually make both command-line (console-based) and GUI (graphical) programs.



GUI development is not a standard part of C++, so you will need to rely on a library (GUI libraries are usually called frameworks, because they're fairly complicated, and often have tools of their own).



If you want to learn GUI development for Linux (and across other platforms) I recommend Qt. Qt is a good C++ GUI framework that works, and integrates well graphically with Windows, OS X, and GNOME, KDE and virtually all other desktops on Linux. Qt has its own IDE too, Qt Creator.



I learned Qt from the book C++ GUI Programming with Qt 4 (http://www.amazon.com/C-GUI-Programming-Qt-4/dp/0131872494). But that book is a bit outdated. Qt has a page on learning: http://qt-project.org/doc/qt-4.8/how-to-learn-qt.html.



For a Linux IDE, I recommend Geany if you use GNOME or another GTK-based desktop (XFCE, Enlightenment,...) or Kate if you use KDE.
?
2016-07-31 08:59:02 UTC
I don't if this will support but there's a new sport on the Nintendo DS that teaches Yoga. I even have this booklet which is quite just right. It's referred to as 'Yoga for wimps' through Miriam Austin, Sasha Fenton, and Barry Kaplan
Amit
2012-08-17 10:20:42 UTC
Go for http://programmingguide.in/ it is well organised, systematic and with advance programs
Jat Balvant
2012-08-17 10:14:40 UTC
You should type 'c++ in 21 days' in google search and browse site for learn.
Creative
2012-08-17 09:54:53 UTC
C++ for dummies


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...