new comer VC

I knowledge about Visual Basic 6,

Simple:
1
2
3
4
5
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 Sucess 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!


Last edited on
Why don't you just download Microsoft VC++ 2008 for free from here:
http://www.microsoft.com/express/vc/
Last edited on
VC 2008 need .NET ?

I do not understand .NET,
because Design Program If Run, Will use PII computer to Runing it. Too Slowly ?


Some Book said VC6 is too stable !?
VC 2008 need .NET ?
No.

Will use PII computer to Runing it. Too Slowly ?
Yes!

If you're using such an old computer, I recommend getting MinGW. It's not as good, but it'll at least run smoothly.
Topic archived. No new replies allowed.