开发者

Should i learn C++ or ASM? [closed]

开发者 https://www.devze.com 2023-01-10 16:36 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 开发者_开发技巧 Closed 12 years ago.

I'm confused should i learn C++ or ASM? I'm just a hobbyist so no big deal but i need some advise. thank you


Very Subjective but I would say learn C. Its the most basic language you will ever need to know. (If you know it you can grasp how assembly works without learning it). Then build on it and learn C++. If you don't know C (pointers, memory management, simple stack/function usage), I would learn it first before piling on C++ (with classes, inheritance, overloads, more complicated memory management).

Thats just my opinion though...


If you're a hobbyist, anything that seems interesting and fun to you will work.

The real question is : what software do you want to make? The project is the important thing.

Then the constraints relative to this kind of software will drive you to make your choice.


C++, ASM is very interesting, but nothing you should nowadays use as your primary language.


Are you a hardware hobbyist? ASM

Are you a game or other software-specific hobbyist? C++

Are you a My Little Pony hobbyist? PonyProg

0

精彩评论

暂无评论...
验证码 换一张
取 消