Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 11-30-2002, 11:09 PM   #1
Member (10 bit)
 
Join Date: Jul 2002
Location: University of California, Santa Barbara
Posts: 800
GUI programming in C++

I have been programming in c++ for a while, but only console programs. I'd like to start programming GUI stuff, but don't know where to start. I've downloaded some source codes for GUI programs, but don't have a clue what it means.

If someone knows where I can find some good info and tutorials, I'd really appreciate it.

Thanks!
mattg2k4 is offline   Reply With Quote
Old 12-01-2002, 01:07 PM   #2
Member (9 bit)
 
Join Date: Jan 2001
Location: East Coast, USA
Posts: 320
Send a message via AIM to TMAN
what do yo want to know? What OS? Do you want to know a base API or a wrapper of that API?

good for win32
also good for win32
a great free multiplatform API
TMAN is offline   Reply With Quote
Old 12-01-2002, 08:52 PM   #3
Member (12 bit)
 
Paul Victorey's Avatar
 
Join Date: Mar 1999
Location: MN or WI
Posts: 3,017
If you want "pure" C++, no compiler-specific enhancements, you'll need to learn WinAPI. Often, people use things like OWL or MFC which are 'compiler specific' (Borland and MS compilers, repsectively), at least in the sense that these compilers include the relevant libraries and such.
Paul Victorey is offline   Reply With Quote
Old 12-02-2002, 01:56 AM   #4
Member (10 bit)
 
Join Date: Jul 2002
Location: University of California, Santa Barbara
Posts: 800
Thanks for those links TMAN, they're pretty helpful!

The OS I'm programming for is windows. I think I'd like to go the path of WinAPI to start out with, but MFC is a definite possiblity as I use MS Visual C++.

And TMAN, I'm not sure yet what a base API or a wrapper API is, so I'm not sure which I want.
mattg2k4 is offline   Reply With Quote
Old 12-02-2002, 07:12 PM   #5
Member (9 bit)
 
Join Date: Jan 2001
Location: East Coast, USA
Posts: 320
Send a message via AIM to TMAN
WinAPI (I like to refer to it as win32) is what I meant by the "base API" due to a block. wxWindows (for windows) is a collection of functions and classes that make it easier to use that API without the mess of that API and is reffered to as a wrapper- well, more specificly the classes and funtions provided are wrappers. MFC, the Microsoft Foundation Clases, is also a wrapper and the best place IMO to learn it is Codeproject. PLEASE DON'T POST PROGRAMMING QUESTIONS IN THE LOUNGE! hth.
TMAN is offline   Reply With Quote
Old 12-03-2002, 01:25 AM   #6
Member (10 bit)
 
Join Date: Jul 2002
Location: University of California, Santa Barbara
Posts: 800
So much information, so little time

MFC sounds like its worth learning, but I'd like to learn the API calls first, so I know what goes into it. I'm sure I'll keep busy the next several weeks with just these four links.
mattg2k4 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 12:26 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2