Click here to Skip to main content
16,010,291 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOut of memory Pin
Hadi Rezaee22-Jul-01 21:50
Hadi Rezaee22-Jul-01 21:50 
GeneralUse Image in Dll Pin
22-Jul-01 21:11
suss22-Jul-01 21:11 
QuestionHow can I get TextToSpeech API's? Pin
22-Jul-01 21:04
suss22-Jul-01 21:04 
AnswerRe: How can I get TextToSpeech API's? Pin
Mark Terrano30-Jul-01 14:14
Mark Terrano30-Jul-01 14:14 
GeneralWho know CHM help file format Pin
inforix22-Jul-01 20:37
inforix22-Jul-01 20:37 
GeneralRe: Who know CHM help file format Pin
Reid23-Jul-01 13:46
Reid23-Jul-01 13:46 
Generallearn visual c++ Pin
22-Jul-01 20:22
suss22-Jul-01 20:22 
GeneralRe: learn visual c++ Pin
Christian Graus23-Jul-01 0:35
protectorChristian Graus23-Jul-01 0:35 
This is bad, bad advice. Some of the books mentioned are good books, but no-one, repeat no-one should EVER set out to learn programming Windows without learning C++. In fact the Visual C++ in 21 days is a very simple book, it was my second. The reason I grasped it easily and this person obviously did not is not my stunning intellect ( ask anyone who has met me ), it's because my first book was C++ in 24 hours. Forget windows, menus and everything else until you know enough C++ to write a linked list, populate it from command line input and write it to a file. Once you know some C++, then you'll know half of the stuff in the Visual C++ book, and you'll be able to concentrate on the other half.

C++ is a language created by Bjarne Stroustrup, which amonst other things added classes to the C language. The C++ language does not know about MFC, you can write Windows programs in C++ without using C++, but MFC is a class library that *does* simplify Windows programming.

I'd also recommend buying books instead of downloading them - it takes forever and in the end they are not practical. The books I downloaded early on I either did not use, or I bought.



Christian

#include "std_disclaimer.h"

The careful application of terror is also a form of communication.

Eagles may soar, but weasels don't get sucked into jet engines.
GeneralRe: learn visual c++ Pin
Ahmad27-Jul-01 9:04
Ahmad27-Jul-01 9:04 
GeneralRe: learn visual c++ Pin
Christian Graus27-Jul-01 13:40
protectorChristian Graus27-Jul-01 13:40 
GeneralPassing Strings and arrays Pin
22-Jul-01 17:22
suss22-Jul-01 17:22 
GeneralRe: Passing Strings and arrays Pin
Michael Dunn22-Jul-01 17:26
sitebuilderMichael Dunn22-Jul-01 17:26 
GeneralOpening up Serial Ports in WinNT Pin
Nik Vogiatzis22-Jul-01 17:01
Nik Vogiatzis22-Jul-01 17:01 
GeneralRe: Opening up Serial Ports in WinNT Pin
Joaquín M López Muñoz22-Jul-01 20:20
Joaquín M López Muñoz22-Jul-01 20:20 
GeneralNo Untitled in Title bar. Pin
Steve Klinger22-Jul-01 13:38
Steve Klinger22-Jul-01 13:38 
GeneralRe: No Untitled in Title bar. Pin
Hrishi23-Jul-01 11:20
Hrishi23-Jul-01 11:20 
QuestionCListCtrl? Pin
22-Jul-01 13:02
suss22-Jul-01 13:02 
AnswerRe: CListCtrl? Pin
Reid22-Jul-01 18:56
Reid22-Jul-01 18:56 
GeneralRe: CListCtrl? Pin
Matt Newman23-Jul-01 5:00
Matt Newman23-Jul-01 5:00 
GeneralRe: CListCtrl? Pin
23-Jul-01 5:49
suss23-Jul-01 5:49 
AnswerRe: CListCtrl? Pin
Ben Burnett22-Jul-01 19:54
Ben Burnett22-Jul-01 19:54 
GeneralCreating A Bitmap Pin
AJ12322-Jul-01 12:35
AJ12322-Jul-01 12:35 
GeneralRe: Creating A Bitmap Pin
Christian Graus22-Jul-01 14:11
protectorChristian Graus22-Jul-01 14:11 
QuestionNewbie Q: Update statusbar from view? Pin
22-Jul-01 12:00
suss22-Jul-01 12:00 
AnswerRe: Newbie Q: Update statusbar from view? Pin
Michael Dunn22-Jul-01 12:24
sitebuilderMichael Dunn22-Jul-01 12:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.