Click here to Skip to main content
15,901,426 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: cout and printf Pin
Maxwell Chen10-Jan-08 22:13
Maxwell Chen10-Jan-08 22:13 
GeneralRe: cout and printf Pin
David Crow11-Jan-08 3:30
David Crow11-Jan-08 3:30 
Generalc++ and VC++ Pin
Amrit Alok10-Jan-08 19:22
Amrit Alok10-Jan-08 19:22 
GeneralRe: c++ and VC++ Pin
Maxwell Chen10-Jan-08 19:32
Maxwell Chen10-Jan-08 19:32 
GeneralRe: c++ and VC++ Pin
Amrit Alok10-Jan-08 19:44
Amrit Alok10-Jan-08 19:44 
GeneralRe: c++ and VC++ Pin
Maxwell Chen10-Jan-08 20:17
Maxwell Chen10-Jan-08 20:17 
GeneralRe: c++ and VC++ Pin
Amrit Alok10-Jan-08 20:40
Amrit Alok10-Jan-08 20:40 
GeneralRe: c++ and VC++ Pin
Maxwell Chen10-Jan-08 21:32
Maxwell Chen10-Jan-08 21:32 
amr.alok wrote:
am a complete beginner


There is some difference between beginning from Visual C++ and beginning from WinCE Platform Builder. The target platforms and the compiler environments are different. So you have to decide what you really plan to do for your career.

1) Visual C++ 2005 or 2008 can do some smart device applications (some types of application for embedded systems), but not that almighty comparing with WinCE Platform Builder.

2) Embedded Visual C++ can do more things than Visual C++ 2005/2008, but it requires the SDK export from WinCE Platform Builder.

3) WinCE Platform Builder does not have a too much good editor, but it can do all the embedded programming for WinCE.

But yes they both are in C/C++. Therefore starting from Visual C++ to learn basic C/C++ syntax is a choice for you.


amr.alok wrote:
processor architecture


Not necessary! You have to learn the language syntax first. And then learn the endianness of byte orders of each types of processors (x86, x64, IA64, ARM, 8051, ...). And then maybe necessary to know the architecture of a processor; or maybe not when not necessary. It would be many years later.


Maxwell Chen

QuestionRe: c++ and VC++ Pin
David Crow11-Jan-08 3:33
David Crow11-Jan-08 3:33 
GeneralRe: c++ and VC++ Pin
Maxwell Chen11-Jan-08 4:04
Maxwell Chen11-Jan-08 4:04 
GeneralRe: c++ and VC++ Pin
Hamid_RT10-Jan-08 21:16
Hamid_RT10-Jan-08 21:16 
GeneralRe: c++ and VC++ Pin
David Crow11-Jan-08 3:36
David Crow11-Jan-08 3:36 
GeneralRe: c++ and VC++ Pin
Amrit Alok14-Jan-08 1:16
Amrit Alok14-Jan-08 1:16 
GeneralRe: c++ and VC++ Pin
Hamid_RT10-Jan-08 19:55
Hamid_RT10-Jan-08 19:55 
GeneralRe: c++ and VC++ Pin
Amrit Alok10-Jan-08 20:39
Amrit Alok10-Jan-08 20:39 
GeneralRe: c++ and VC++ Pin
Hamid_RT10-Jan-08 21:07
Hamid_RT10-Jan-08 21:07 
GeneralRe: c++ and VC++ Pin
Amrit Alok14-Jan-08 1:12
Amrit Alok14-Jan-08 1:12 
GeneralRe: c++ and VC++ Pin
Hamid_RT14-Jan-08 4:23
Hamid_RT14-Jan-08 4:23 
GeneralRe: c++ and VC++ Pin
Amrit Alok14-Jan-08 19:32
Amrit Alok14-Jan-08 19:32 
GeneralRe: c++ and VC++ Pin
Hamid_RT14-Jan-08 20:35
Hamid_RT14-Jan-08 20:35 
GeneralRe: c++ and VC++ Pin
Amrit Alok14-Jan-08 23:35
Amrit Alok14-Jan-08 23:35 
GeneralRe: c++ and VC++ Pin
Hamid_RT15-Jan-08 3:57
Hamid_RT15-Jan-08 3:57 
GeneralRe: c++ and VC++ Pin
Amrit Alok20-Jan-08 19:28
Amrit Alok20-Jan-08 19:28 
GeneralRe: c++ and VC++ Pin
Hamid_RT20-Jan-08 19:57
Hamid_RT20-Jan-08 19:57 
GeneralRe: c++ and VC++ Pin
Amrit Alok21-Jan-08 2:03
Amrit Alok21-Jan-08 2:03 

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.