我以前用的都是delphi,现在必须在很短的时间内学会vc。
谁来当我的老师呀!
Please!
谢谢!!

解决方案 »

  1.   

    好熟的名字啊,一朵一朵漂亮的花,无数美好的回忆。
    需要帮助就发sms,呵呵。
      

  2.   

    很难的,熟练都有一个过程。记得98学delphi,一个星期就上手了,vc、mfc、不太容易的。
      

  3.   

    有一个比较权威的说法
    win32 Api 掌握 6个月
    MFc 掌握 6个月
    两者独立还是学第一个吧
      

  4.   

    有个好老师可以事半功倍,就CSDN吧,上面有不少高手,我虽不是高手但也可以共同探讨,共同进步吧。
      

  5.   

    Just paste my "old" comments for all rookies :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 
      

  6.   

    建议先学sdk ,到 www.vcroad.com
    共享资源,到 ftp://xenter.vicp.net
      

  7.   

    想在短时间学好VC真是太难,我学VC都快两年,老是觉得力不从心。还是慢慢来吧!心急吃不得热豆腐。!
      

  8.   

    C/c++ -> SDK -> MFC 半年 = 入门
      

  9.   

    嗯,先了解一点基础。我想你应该有C++的基础吧,在VC里面看类和方法,应该能看出层次结构来吧。然后找到重点的部分。程序从C**App的InitInstance开始。主窗口应该是CMainFrame或者C**Dlg,看你的程序类型了。