Microsoft 开发人员网络 > 论坛主页 > Visual C++ General > What are the applications can be developed using Visual C++?
提出问题提出问题
 

已答复What are the applications can be developed using Visual C++?

  • 2009年11月4日 11:09Karunagara 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Hi,

        Can you tell me what kinds of applications can be developed using Visual C++? Give at least any real world sample applications.

    Thanks
    Pandi

答案

  • 2009年11月4日 11:33WayneAKing 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复
    >what kinds of applications

    Windows

    >real world sample applications

    Visual C++

    Internet Explorer

    Outlook

    - Wayne
  • 2009年11月4日 12:58dumitru.pisarciuc 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复
    Actually any kind of application can be creader in C/C++
    starting with OS bootstrap and the entire OS to applicative software:
    - drivers:
    • file systems
    • video/audio
    • different filters
    • ...
    - servers:
    • mail servers
    • ftp servers
    • web servers
    • different gateways and proxies: VoIP, GSM, Fax...
    • ...
    - user applications
    • mail clients
    • system watchers and optimizators: firewalls, loggers, defraggers...
    • data processors
    • multimedia software: image/video/audio processors
    • ...
    - embedded/mobile solution
    There are no kind of software can be done in other languages and cannot be done in C/C++

全部回复