Click here to Skip to main content
15,893,381 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Tooltips on Icons of a listbox Pin
MIAN KAMRAN6-Sep-06 2:01
MIAN KAMRAN6-Sep-06 2:01 
QuestionHandle Message of a Window via its handle Pin
A_Fa2-Sep-06 21:36
A_Fa2-Sep-06 21:36 
AnswerRe: Handle Message of a Window via its handle Pin
Waldermort2-Sep-06 22:01
Waldermort2-Sep-06 22:01 
GeneralRe: Handle Message of a Window via its handle Pin
A_Fa2-Sep-06 22:06
A_Fa2-Sep-06 22:06 
AnswerRe: Handle Message of a Window via its handle Pin
Nader Elshehabi2-Sep-06 23:31
Nader Elshehabi2-Sep-06 23:31 
QuestionPERFORMANCE PROBLEM C# vs C++ Pin
kobi10i102-Sep-06 20:55
kobi10i102-Sep-06 20:55 
Questionvisual c++ beginner Pin
frankis782-Sep-06 20:37
frankis782-Sep-06 20:37 
AnswerRe: visual c++ beginner Pin
Rilhas8-Sep-06 9:42
Rilhas8-Sep-06 9:42 
Where do you want to start? The first thing I sugest you do is get a C/C++ compiler. I hear Microsoft allows one version of Microsoft's Visual Studio to be freely downloaded... try to find if it is true, and if it is then go for it.

Then I would focus on what you will want to do. For interfaces I recommend MFC (because you are into C++, because if you were into C# I would recommend .NET). For checksum algorithms... I suspect you already know what you want the applications to do, right? Checksum algorithms, in C/C++, should come after you are comfortable dealing with memory, pointers, and the like. For that I recommend you read "Teach Yourself C++ in 24 hours". It is a very good book, and it took me 24 hours to read!

Then, at some point, I guess you will want to work with disk files, and serial ports (to send data out of the PC). If this is the case then don't worry, C/C++ and Windows allow very easy access to disk files, and Windows allows easy access to the serial port.

I sugest you come back with specific questions after you get through the first steps: getting a compiler and reading a book (or equivalent web tutorials, if you are not new to programming).

I hope this helps,
Rilhas


GeneralRe: visual c++ beginner Pin
frankis788-Sep-06 10:34
frankis788-Sep-06 10:34 
Questionbackground color to button Pin
radhika282-Sep-06 20:31
radhika282-Sep-06 20:31 
AnswerRe: background color to button Pin
prasad_som4-Sep-06 2:10
prasad_som4-Sep-06 2:10 
QuestionDo you still remember ellipse math of University? Pin
includeh102-Sep-06 20:23
includeh102-Sep-06 20:23 
AnswerRe: Do you still remember ellipse math of University? Pin
Gary R. Wheeler3-Sep-06 4:19
Gary R. Wheeler3-Sep-06 4:19 
QuestionConvert ascii (1 byte) to 2 bytes Pin
lorey2-Sep-06 18:10
lorey2-Sep-06 18:10 
AnswerRe: Convert ascii (1 byte) to 2 bytes Pin
Waldermort2-Sep-06 19:40
Waldermort2-Sep-06 19:40 
GeneralRe: Convert ascii (1 byte) to 2 bytes Pin
lorey3-Sep-06 6:40
lorey3-Sep-06 6:40 
GeneralRe: Convert ascii (1 byte) to 2 bytes Pin
Waldermort3-Sep-06 7:59
Waldermort3-Sep-06 7:59 
Questionabout template Pin
rxgmoral2-Sep-06 17:56
rxgmoral2-Sep-06 17:56 
AnswerRe: about template Pin
Stephen Hewitt2-Sep-06 18:58
Stephen Hewitt2-Sep-06 18:58 
Questioninsert a value into binary file Pin
samkook2-Sep-06 17:08
samkook2-Sep-06 17:08 
AnswerRe: insert a value into binary file Pin
samkook10-Sep-06 11:23
samkook10-Sep-06 11:23 
QuestionCPP Name Decoration Pin
Bram van Kampen2-Sep-06 14:30
Bram van Kampen2-Sep-06 14:30 
AnswerRe: CPP Name Decoration Pin
Jörgen Sigvardsson2-Sep-06 14:37
Jörgen Sigvardsson2-Sep-06 14:37 
AnswerRe: CPP Name Decoration Pin
Stephen Hewitt2-Sep-06 19:03
Stephen Hewitt2-Sep-06 19:03 
Questionconstant variable at run time Pin
Ahmed Ismail Mohamed2-Sep-06 11:40
Ahmed Ismail Mohamed2-Sep-06 11:40 

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.