C Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesC Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 25th, 2003, 05:27 PM
marron79's Avatar
marron79 marron79 is offline
Rut row Raggy!
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2001
Location: Tornado Alley
Posts: 560 marron79 User rank is Sergeant (500 - 2000 Reputation Level)marron79 User rank is Sergeant (500 - 2000 Reputation Level)marron79 User rank is Sergeant (500 - 2000 Reputation Level)marron79 User rank is Sergeant (500 - 2000 Reputation Level)marron79 User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 10 h 3 m 58 sec
Reputation Power: 29
Question Win32, Visual C++, C++, Coca, MFC, etc.

Are these all programming languages? Or do you use C++ to make the program and something like Win32 or Coca to make the GUI?

I've got "Sam's Teach Yourself C++ in 24 hours," but found that it doesn't (for obvious reasons) contain a lot of the info I'm looking for (like FTP to get files from the internet, playing audio files, etc.), and of course, it doesn't talk about making GUI's. I was thinking about getting "Sam's Teach Yourself C++ in 21 days," but I'm not sure. Any recommendations?
__________________
Matt

Reply With Quote
  #2  
Old January 25th, 2003, 08:30 PM
MJEggertson MJEggertson is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jan 2002
Location: Seattle WA
Posts: 863 MJEggertson User rank is Corporal (100 - 500 Reputation Level)MJEggertson User rank is Corporal (100 - 500 Reputation Level)MJEggertson User rank is Corporal (100 - 500 Reputation Level)MJEggertson User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 22 sec
Reputation Power: 13
I learned C++ from that Sam's book too (the 24 hour one).

Well, Visual C++ is Microsoft's development environment for C++. It's not a language, but a compiler and liker for the language. Another major one is Borland C++, and there are others.

Win32 is an Application Programming Interface (API), which defines a bunch of function calls one can make in a language to interact with another application, in this case, the Windows operating system. Win32 has many uses, among them is designing a GUI.

The Microsoft Foundation Classes (MFC) are a set of object-oriented classes that can be used in C++ to build GUI elements, and interact with the Windows OS. At the base of the MFC lay many calls to the Win32 API. The MFC comes with Microsoft Visual C++.

I have no idea what Coca is.

Learning Win32 and/or MFC is pretty much necessary if you want to do any traditional Windows programming. Which to learn first is always debated, but you should at least pick one up if you plan on sticking with Windows programming.

Reply With Quote
  #3  
Old January 26th, 2003, 03:36 AM
marron79's Avatar
marron79 marron79 is offline
Rut row Raggy!
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2001
Location: Tornado Alley
Posts: 560 marron79 User rank is Sergeant (500 - 2000 Reputation Level)marron79 User rank is Sergeant (500 - 2000 Reputation Level)marron79 User rank is Sergeant (500 - 2000 Reputation Level)marron79 User rank is Sergeant (500 - 2000 Reputation Level)marron79 User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 10 h 3 m 58 sec
Reputation Power: 29
Thanks for clearing that up. Coca is one of the APIs you can use to create GUI-based applications for Macintosh computers.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesC Programming > Win32, Visual C++, C++, Coca, MFC, etc.

Developer Shed Advertisers and Affiliates



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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap