Differences between embedded and regular VC++ [modified]
-
-
From people that know, are skills in VC++ translateble to the embedded / mobile version? What are the main differences? -- modified at 11:27 Friday 25th August, 2006
A cynic is a man who, when he smells flowers, looks around for a coffin.
-H.L. Mencken -
From people that know, are skills in VC++ translateble to the embedded / mobile version? What are the main differences? -- modified at 11:27 Friday 25th August, 2006
A cynic is a man who, when he smells flowers, looks around for a coffin.
-H.L. MenckenIn general, the embedded version of the SDK is a subset of the non-embedded version. Basic C++ skills are the same, but you do have to take extra care when dealing with memory allocation and stack limitations.
If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac
-
To some degree. Mobile SDK is usually only a subset of the regular SDK, with some mobile extensions.
Best, Jun
-
In general, the embedded version of the SDK is a subset of the non-embedded version. Basic C++ skills are the same, but you do have to take extra care when dealing with memory allocation and stack limitations.
If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac