Results 1 to 2 of 2

Thread: new comer VC

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2009
    Posts
    492

    new comer VC

    I knowledge about Visual Basic 6,

    Simple:
    Code:
    Option Explicit
    
    Private Sub Command1_Click()
    MsgBox Time
    End Sub
    VB6, is simple Windows Object.


    VC is provide this object same?

    Now, if VC 6.0 is safe to learn ? and Success Run Windows XP SP2 ?

    http://en.wikipedia.org/wiki/Visual_C++
    Visual C++ 6.0 (commonly known as VC6), which included MFC 6.0, was released in 1998[8]. The release was somewhat controversial since it did not include an expected update to MFC. Visual C++ 6.0 is still quite popular and often used to maintain legacy projects. There are however issues with this version under Windows XP, especially under the debugging mode (ex: the values of static variables do not display). The debugging issues can be solved with a patch called the "Visual C++ 6.0 Processor Pack" downloadable from http://msdn2.microsoft.com/en-us/vstudio/aa718349.aspx; This page stresses that Users must also be running Windows 98, Windows NT 4.0, or Windows 2000.'


    Any idea please!

  2. #2
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: new comer VC

    As stated in your quote from Wikipedia, Visual C++ 6 is only used these days to maintain legacy projects.

    You are looking for VC++.NET. Download an Express version of Visual Studio C++ and you'll get going.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width