Lost Password?


Go Back   CodeCall Programming Forum > Software Development > C and C++

C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-15-2008, 05:28 AM
Panarchy Panarchy is offline
Programmer
 
Join Date: Nov 2007
Posts: 115
Rep Power: 4
Panarchy is on a distinguished road
Question Best book to buy to learn C++ then to be able to code GUI?

Hello

I have to learn C++ and how to code GUIs (for a new programming language).

I need to be able to learn all this within a month.

I have a little bit of experience (tiny bit of PERL, and tiny bit of Python... also a tiny bit of CSS & HTML). I have also done some very small C++ tutorials.

So I probably know the most basic of basics.

And I think myself a fast learner.

So if someone can please recommend a book/ebook for me to read, study and learn, please tell me!

I need to learn as much as I can, in as little time as possible!

Thanks in advance for any suggestions,

Panarchy
__________________
Please help me build my website: http://forum.codecall.net/javascript...-please-8.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 09-15-2008, 06:42 AM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,634
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Best book to buy to learn C++ then to be able to code GUI?

Well learning the entire language in one month could be a bit tough.

Really great web site: Cprogramming.com - Programming Tutorials: C++ Made Easy and C Made Easy

Edit: C++ - Free computer books

There's quite a few there. One on GUI.
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-15-2008, 11:06 AM
marwex89's Avatar   
marwex89 marwex89 is offline
Guru
 
Join Date: Jul 2008
Location: Viking-land!
Posts: 3,995
Rep Power: 30
marwex89 is a jewel in the roughmarwex89 is a jewel in the roughmarwex89 is a jewel in the rough
Send a message via AIM to marwex89
Default Re: Best book to buy to learn C++ then to be able to code GUI?

I like Bruce Eckel's Thinking in C++, vol 1 and 2, they cover a lot. Might be a bit much to read in a month, though?
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-15-2008, 12:28 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,418
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default Re: Best book to buy to learn C++ then to be able to code GUI?

Learning how to code GUIs will require that you decide which technique you will use for the GUI development. wxWidgets can easily take a month by itself, the same is probably true of most other GUI toolkits, assuming they even have a book available.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-15-2008, 08:01 PM
morefood2001's Avatar   
morefood2001 morefood2001 is offline
Guru
 
Join Date: Jan 2008
Location: Western New York
Posts: 1,419
Last Blog:
VPS Hosting with Revie...
Rep Power: 16
morefood2001 is just really nicemorefood2001 is just really nicemorefood2001 is just really nicemorefood2001 is just really nice
Send a message via AIM to morefood2001 Send a message via MSN to morefood2001 Send a message via Yahoo to morefood2001 Send a message via Skype™ to morefood2001
Default Re: Best book to buy to learn C++ then to be able to code GUI?

From my experience, if you spend all month doing nothing but C++, this is an obtainable code. However, I'd start with the basic text interface and move up to guis gradually. Make sure your text output / foundation is stable before putting a heavy GUI on it because the GUI won't make sense until the foundation makes perfect sense.
__________________
Phil Matuskiewicz
My Personal Website My Other Website
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 09-16-2008, 11:52 AM
binhbaamboo binhbaamboo is offline
Newbie
 
Join Date: Sep 2008
Posts: 1
Rep Power: 0
binhbaamboo is on a distinguished road
Default Re: Best book to buy to learn C++ then to be able to code GUI?

sorry! how can I down the book of the thinking in c++?
thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-16-2008, 03:40 PM
marwex89's Avatar   
marwex89 marwex89 is offline
Guru
 
Join Date: Jul 2008
Location: Viking-land!
Posts: 3,995
Rep Power: 30
marwex89 is a jewel in the roughmarwex89 is a jewel in the roughmarwex89 is a jewel in the rough
Send a message via AIM to marwex89
Default Re: Best book to buy to learn C++ then to be able to code GUI?

hehe, glad you want to check it out, it's really great

It's here, in PDF. Also available as HTML somewhere....
Planet PDF - Thinking in C++
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 09-16-2008, 08:38 PM
Anirban Chakraborty's Avatar   
Anirban Chakraborty Anirban Chakraborty is offline
Learning Programmer
 
Join Date: Oct 2006
Location: India
Posts: 50
Rep Power: 8
Anirban Chakraborty will become famous soon enough
Default Re: Best book to buy to learn C++ then to be able to code GUI?

You can code up GUI in two ways...
1) Using RAD tools(eg. Glade)- All you'll need to know is how to code up the callback functions.
2) Use FLTK or OpenGL - That'll take you a month to learn...
Red Book, Blue book etc of OpenGL are available on the net.
__________________
Anirban Chakraborty
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 09-16-2008, 09:01 PM
MeTh0Dz|Reb0rn's Avatar   
MeTh0Dz|Reb0rn MeTh0Dz|Reb0rn is offline
My Posts Are Moderated
 
Join Date: Jul 2008
Posts: 83
Rep Power: 0
MeTh0Dz|Reb0rn is an unknown quantity at this point
Default Re: Best book to buy to learn C++ then to be able to code GUI?

Quote:
Originally Posted by Anirban Chakraborty View Post
You can code up GUI in two ways...
1) Using RAD tools(eg. Glade)- All you'll need to know is how to code up the callback functions.
2) Use FLTK or OpenGL - That'll take you a month to learn...
Red Book, Blue book etc of OpenGL are available on the net.
You don't know what you are talking about...

If you are going to code for Windows, first start off by using WinAPI to code your GUIs.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 09-17-2008, 12:21 PM
marwex89's Avatar   
marwex89 marwex89 is offline
Guru
 
Join Date: Jul 2008
Location: Viking-land!
Posts: 3,995
Rep Power: 30
marwex89 is a jewel in the roughmarwex89 is a jewel in the roughmarwex89 is a jewel in the rough
Send a message via AIM to marwex89
Default Re: Best book to buy to learn C++ then to be able to code GUI?

So, basically it's 3 ways.
++
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Bookshelf Kernel Programming News 5 05-09-2008 12:27 PM
Basic Calculator AfTriX VB Tutorials 3 02-29-2008 09:53 AM


All times are GMT -5. The time now is 02:09 AM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads