Free Republic
Browse · Search
News/Activism
Topics · Post Article

To: Arkinsaw
I've done both VB and VC++ and they are different monsters.

VB takes care of the GUI for you. In VC++ you take care of the GUI. VB hides so much from you you don't realize it.

I'm doing some COM work in VB right now and I'm using a book that give both the C++ and VB aspects of COM. The book describes COM from a C++ perspective while giving VB examples. Believe me, it is a big jump from VB to C++.

If you have done API calls before, like handling GetOpenFileName calls, windows messaging (keystroke interceptng, etc), COM, OOP, then you are in a good position to learn VC++ rather quickly.

14 posted on 02/21/2003 4:55:54 PM PST by 1stFreedom
[ Post Reply | Private Reply | To 6 | View Replies ]


To: 1stFreedom
Depends on what you are doing really. The complexity you are referring to I would describe more as Windows programming. C++ is not that difficult, it uses the same programming constructs as any lanuage really. I write mostly server side stuff and don't have to deal with Windows too much.

I agree with you that the Windows side is much more complex.

I would say that he needs to get proficient with straight C/C++ first and then deal with the Windows stuff, if thats where he is heading. You're a lot better off learning them separately I think.
18 posted on 02/21/2003 5:03:30 PM PST by Arkinsaw
[ Post Reply | Private Reply | To 14 | View Replies ]

Free Republic
Browse · Search
News/Activism
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson