Click here to Skip to main content
15,885,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help with code! Pin
scorpiotkh16-Feb-06 14:07
scorpiotkh16-Feb-06 14:07 
GeneralRe: Need help with code! Pin
David Crow16-Feb-06 15:18
David Crow16-Feb-06 15:18 
QuestionDefault constructor vs. Explicit constructor Pin
bob1697216-Feb-06 8:54
bob1697216-Feb-06 8:54 
AnswerRe: Default constructor vs. Explicit constructor Pin
Michael Dunn16-Feb-06 9:03
sitebuilderMichael Dunn16-Feb-06 9:03 
GeneralRe: Default constructor vs. Explicit constructor Pin
bob1697216-Feb-06 9:10
bob1697216-Feb-06 9:10 
GeneralRe: Default constructor vs. Explicit constructor Pin
John R. Shaw16-Feb-06 20:35
John R. Shaw16-Feb-06 20:35 
GeneralRe: Default constructor vs. Explicit constructor Pin
bob1697217-Feb-06 15:05
bob1697217-Feb-06 15:05 
GeneralRe: Default constructor vs. Explicit constructor Pin
John R. Shaw19-Feb-06 11:56
John R. Shaw19-Feb-06 11:56 
Welcome brother!

I went straight from C coding to using MFC, and [yah] it corrupted me too. My best code [my opinion] was always the code that did not depend on MFC or even Windows.

On my own time I started working on standard C++ code, utilizing STL and building templates, amongst other things. If you really want to learn the details, try writing a complex C++ template class. Meyers is an excellent reference, which I have used myself.

The most important method used by the STL [in my opinion] is swap(), know why and how to implement it as a method guaranteed not to throw.

Good luck!


INTP
Every thing is relative...
GeneralRe: Default constructor vs. Explicit constructor Pin
bob1697219-Feb-06 15:29
bob1697219-Feb-06 15:29 
QuestionCSocket Error Pin
masnu16-Feb-06 8:01
masnu16-Feb-06 8:01 
AnswerRe: CSocket Error Pin
Ryan Binns16-Feb-06 17:15
Ryan Binns16-Feb-06 17:15 
QuestionRe: CSocket Error Pin
masnu17-Feb-06 3:58
masnu17-Feb-06 3:58 
AnswerRe: CSocket Error Pin
Ryan Binns17-Feb-06 11:40
Ryan Binns17-Feb-06 11:40 
QuestionData coalescing during winsock send() call Pin
clueso16-Feb-06 6:52
clueso16-Feb-06 6:52 
AnswerRe: Data coalescing during winsock send() call Pin
James R. Twine16-Feb-06 7:17
James R. Twine16-Feb-06 7:17 
QuestionCombinations in VC++ Pin
RockyJames16-Feb-06 6:42
RockyJames16-Feb-06 6:42 
AnswerRe: Combinations in VC++ Pin
toxcct16-Feb-06 7:04
toxcct16-Feb-06 7:04 
GeneralRe: Combinations in VC++ Pin
RockyJames16-Feb-06 7:18
RockyJames16-Feb-06 7:18 
GeneralRe: Combinations in VC++ Pin
David Crow16-Feb-06 7:19
David Crow16-Feb-06 7:19 
GeneralRe: Combinations in VC++ Pin
RockyJames16-Feb-06 7:26
RockyJames16-Feb-06 7:26 
GeneralRe: Combinations in VC++ Pin
David Crow16-Feb-06 7:49
David Crow16-Feb-06 7:49 
QuestionOMF to COFF conversion in VS2005 Pin
Jose Lamas Rios16-Feb-06 6:14
Jose Lamas Rios16-Feb-06 6:14 
QuestionUnresolved Ext Symbol- AFXMESSAGEBOX Pin
Spykraft16-Feb-06 5:47
Spykraft16-Feb-06 5:47 
AnswerRe: Unresolved Ext Symbol- AFXMESSAGEBOX Pin
toxcct16-Feb-06 6:03
toxcct16-Feb-06 6:03 
GeneralRe: Unresolved Ext Symbol- AFXMESSAGEBOX Pin
Spykraft16-Feb-06 6:21
Spykraft16-Feb-06 6:21 

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.