我现在精通C语言,对C++也较为熟悉,我现在想学习VC,请问该怎么学?

解决方案 »

  1.   

    1.See the classic books : 
    Programming Windows  by Charles Petzold;
    Programming Microsoft Visual C++ by by David J. Kruglinski;
    Programming Windows With MFC by Jeff Prosise;2.At the very beginning, u'd learn from others' samples, so many samples u can find via this huge cyberspace, such as www.codeproject.com, www.codeguru.com, www.vckbase.com and so forth....3.Practies makes perfect, do some projects of lightweight but neat, have a nice code style is useful for ur future.Anyway, don't fear the coming difficulties,it's normal for every beginners, try to resolve them yourself, don't omit handy book--MSDN,in fact, most of questions can be settled thereI think most important thing lies in ur thinking of programming, VC just is a tool, u r the master 
      

  2.   

    先sdk,再mfc
    多看源码多动手
    一定要坚持学习,不要三天打鱼,两天晒网
      

  3.   

    学习候捷的《深入浅出MFC》首先了
      

  4.   

    我觉得要学好VC,先得看一些windows程序设计方面的书,如果对windows程序设计不够了解,想VC的水平非常高是不可能的。所以建议开始时不要看MFC,先去了解windows程序设计,看到自己觉得这本书上的东西我都知道了,再去看MFC可能是比较好的方法。还有一个基础知识很重要,对C++的类,类的一些重要性质要很了解才行啊,不要错过任何进一步了解它们的机会。所谓“磨刀不误砍材工“。
      

  5.   

    我现在已看到有说精通什么的,就想骂,呵呵。
    就算是C++之父,他有说过精通C么?英语这么差,还敢说精通C语言,对C++也较为熟悉。你要学VC,第一条就是能看懂MSDN。自己看看去先。
      

  6.   

    从写程序开始. 一开始就动手.边学边看书.
    我是这样的.C学了2年,C++学了半个月,就开始用VC写程序了.我从MFC入手的,但是慢慢也调用了不少SDK函数. 我现在还不会只用SDK写程序呢.
      

  7.   

    如果你"精通"C,应当从SDK开始.同意楼上的,从Charles Petzold的<<Programming Windows>>开始是最好的,可以少走弯路.然后可以学习
    <<Programming Windows with MFC>>, 另一本经典.再以后,不用我说了,你已经有了一个很好的基础了.
      

  8.   

    sdk,这是真正的好路子,除非你急于做点什么