Click here to Skip to main content
15,919,245 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: developing a c code Pin
Captain Price26-Oct-13 3:29
professionalCaptain Price26-Oct-13 3:29 
QuestionReturning Struct from a function Pin
Don Guy24-Oct-13 8:52
Don Guy24-Oct-13 8:52 
AnswerRe: Returning Struct from a function Pin
Aescleal24-Oct-13 9:49
Aescleal24-Oct-13 9:49 
AnswerRe: Returning Struct from a function Pin
Richard Andrew x6424-Oct-13 9:51
professionalRichard Andrew x6424-Oct-13 9:51 
GeneralRe: Returning Struct from a function Pin
Aescleal24-Oct-13 10:15
Aescleal24-Oct-13 10:15 
GeneralRe: Returning Struct from a function Pin
Don Guy24-Oct-13 12:22
Don Guy24-Oct-13 12:22 
AnswerRe: Returning Struct from a function Pin
Erudite_Eric24-Oct-13 11:16
Erudite_Eric24-Oct-13 11:16 
GeneralRe: Returning Struct from a function Pin
Aescleal24-Oct-13 11:22
Aescleal24-Oct-13 11:22 
GeneralRe: Returning Struct from a function Pin
Erudite_Eric1-Nov-13 3:39
Erudite_Eric1-Nov-13 3:39 
QuestionEcc implementation in hardware with c++ Pin
Member 1035328123-Oct-13 8:09
Member 1035328123-Oct-13 8:09 
AnswerRe: Ecc implementation in hardware with c++ Pin
Richard MacCutchan23-Oct-13 21:25
mveRichard MacCutchan23-Oct-13 21:25 
QuestionError: "Ilegal instruction" when running Hello world Pin
Member 1034193323-Oct-13 6:28
Member 1034193323-Oct-13 6:28 
QuestionWhat software are you using for learning programing ? Pin
lainsherry23-Oct-13 4:25
lainsherry23-Oct-13 4:25 
AnswerRe: What software are you using for learning programing ? Pin
Member 1035507523-Oct-13 4:29
Member 1035507523-Oct-13 4:29 
AnswerRe: What software are you using for learning programing ? Pin
Richard MacCutchan23-Oct-13 5:51
mveRichard MacCutchan23-Oct-13 5:51 
GeneralRe: What software are you using for learning programing ? Pin
lainsherry23-Oct-13 7:15
lainsherry23-Oct-13 7:15 
AnswerRe: What software are you using for learning programing ? Pin
Thong LeTrung23-Oct-13 6:06
Thong LeTrung23-Oct-13 6:06 
GeneralRe: What software are you using for learning programing ? Pin
lainsherry23-Oct-13 7:16
lainsherry23-Oct-13 7:16 
AnswerRe: What software are you using for learning programing ? Pin
Captain Price23-Oct-13 6:35
professionalCaptain Price23-Oct-13 6:35 
GeneralRe: What software are you using for learning programing ? Pin
lainsherry23-Oct-13 7:18
lainsherry23-Oct-13 7:18 
GeneralRe: What software are you using for learning programing ? Pin
Captain Price23-Oct-13 7:42
professionalCaptain Price23-Oct-13 7:42 
GeneralRe: What software are you using for learning programing ? Pin
Richard MacCutchan23-Oct-13 8:42
mveRichard MacCutchan23-Oct-13 8:42 
AnswerRe: What software are you using for learning programing ? Pin
Aescleal23-Oct-13 11:11
Aescleal23-Oct-13 11:11 
AnswerRe: What software are you using for learning programing ? Pin
Erudite_Eric23-Oct-13 12:00
Erudite_Eric23-Oct-13 12:00 
AnswerRe: What software are you using for learning programing ? Pin
pasztorpisti23-Oct-13 21:23
pasztorpisti23-Oct-13 21:23 
At the very beginning I would recommend you to go with notepad + gcc. This would be very useful in order to understand the compilation model (how c/cpp/h files work) and linking. This is very useful/necessary knowledge that you need even when you are using an IDE with a larger project to help you in development. If you later switch to an IDE then on windows Visual Studio is by far the best. If you are using a better version than the free Visual Studio Express edition then you can use plugins/addons like VisualAssistX and Productivity PowerTools to make it even better. On MacOSX you can use Xcode. On linux code::blocks, this is a free ide that is crossplatform, available on all other platforms.

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.