大家好!我是一个学生,我学习了C语言和面向对象程序设计后想学学VC,请问各位要怎样从C过度到VC呢?

解决方案 »

  1.   

    WINDOWS程序设计,Charles Petzold(美)北京大学出版,定价160,第五版我也是刚买的,感觉书真是不错,很容易懂,
    看后,再学MFC,就容易了
      

  2.   

    我听很多人说C与C++最大的不同就是C++有了类的机制,那么是否要学好C++就要学好类的机制呢?
      

  3.   

    从C到VC有两部分东西要学面向对象编程(C++) Windows编程机制
      

  4.   

    C++我已经学了,现在正在学WINDOWS编程机制,但是我怎么觉得VC是可视化的,好象刚开始用的时候很不顺手啊!
      

  5.   

    u can find more via MSDN, just paste a snippet here : Getting Started with Visual C++ 6.0
     Beginning Your Program   You have designed your program. Now it's time to create your Visual C++ project with its initial files and project settings. After that, you can begin adding user-interface features, adding code to implement your program's functionality, and debugging as you go. 
     Porting and Upgrading   Once you have a working application, you can port it to C++, to a different platform, or to another operating system. You can also upgrade a project built in a previous version of Visual C++ to the latest version. These topics describe porting and upgrading procedures and details about code changes and added features in the latest version. 
     Visual C++ Tutorials   Visual C++ provides eight tutorials to help you begin learning new areas of the development system. Each tutorial is broken into steps, and complete code is supplied for each step. You can work through the tutorials step by step or simply build the code for a given step to see the results. 
     What's New for Visual C++ 6.0    
     Getting Help    --------------------------------------------------------------------------------Interesting home pages
     Visual C++ Home Page   The entire Visual C++ product. 
     ///////
    ///////
     Visual C++ Tutorials
    Visual C++ provides eight tutorials to help you begin learning new areas of the development system. Each tutorial is broken into steps, and complete code is supplied for each step. You can work through the tutorials step by step or simply build the code for a given step to see the results.  Tutorials Orientation   Learn about the tutorials and how to work through them using the documentation and sample files.  
     Scribble: MDI Drawing Application   Learn how to design and develop a multiple-document interface drawing program with the aid of AppWizard, WizardBar, the views, and the editors. Implement a dialog box, printing, and context-sensitive help.  
     Scribble: OLE Server Application   Convert your Scribble drawing application to an OLE server by implementing in-place editing.  
     Container Application   Learn about the MFC OLE classes and design an OLE container.  
     Autoclik: Automation   Create and test an automation server application.  
     Circle: ActiveX Control  Design an ActiveX control.  
     Enroll: Database Application  Create a database application and learn to manipulate data using a form's controls and recordsets.  
     DAOEnrol: Database Application  Learn to read a data source directly using MFC's DAO database classes.  
     
    ///////
    ///////
     Visual C++ Programmer's Guide
    The Visual C++ Programmer's Guide covers a broad range of subjects, such as programming with C/C++, programming with MFC, and the various primary steps involved in creating your program.  Porting and Upgrading 
     Beginning Your Program 
     Using MFC to write Win32 programs 
     Creating an MFC-based program using a Wizard 
     Compiling and Linking 
     Adding User Interface Features 
     Adding Program Functionality 
     Debugging Your Program 
     Performance Tuning, or Profiling 
     Preprocessor Reference 
     Language Quick Reference 
     C Run-Time Library Reference 
     Build Error Messages --------------------------------------------------------------------------------Interesting home pages
     Visual C++ Home   The entire Visual C++ product. 
     Sample Programs 
     Visual C++ User's Guide 
     Microsoft Foundation Class Library 
     Visual C++ Tutorials 
     C/C++ Languages and C++ Libraries 
     Visual C++ Editions 
     
      

  6.   

    don't copy!
    tell me yourself mind!
      

  7.   

    WINDOWS程序设计,Charles Petzold(美)
    这书其实看上册就可以了,就可以学习MFC了,
    待到你水平到达一个不错的层次,再看看下册,
    如此学习效率和时间的比最大
    个人看法