Shift from Java to c++

后端 未结 16 1215
执笔经年
执笔经年 2021-02-05 10:49

I have been developing applications based on C# (.net) and Java (J2EE) for the last 3 years.

But now I feel, Java, C# makes you lame (from learning point of view) and yo

16条回答
  •  自闭症患者
    2021-02-05 11:43

    Whatever you start off with, my suggestion would be dump the full fledged IDE's. Use good text editors (vim/emacs)

    The learning curve is better when using text editors since everything needs to be written on your own. No prompts and no pre-written code.

    You have all the best answers above, in anycase. :)

    • Ivar

提交回复
热议问题