×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / 在国内时主要用ASP和VB,VC++只用过半年现在都有点忘了,想再把C++提高一下, 是学VC++还是UNIX下的C++?
    在国内时主要用ASP和VB,VC++只用过半年现在都有点忘了,想再把C++提高一下,
    是学VC++还是UNIX下的C++?
    • learn c++ under unix first, because lots of c++ positioins need work on unix. I think jabber has talked a lot about this, you can reference his old message.
      • I am VC++ programmer. But now I am interested in C++ programming under UNIX. Would you recommened a procedure to learn how to do C++ programming under UNIX?
        e.g. the compiler enviroment, a good learnning website, or a good book or e-book about it!!! Thanks!
        • I suggest you get used of unix enviroment first . install linux to your pc, practice g++(for compile), gdb(for debug),makefile. thay are all basic things.you can goto www.linux.org or www.gnu.org to find tools and tutorial.