quote:
Originally posted by DJeX
So if I were to make a program what programing language would work best to work in Windows? C++? or VB?
for small and easy programs, you can develop them in VB faster than in C. the language is easier and it's more visual. However If you want to create a powerful, optimized, complex program you'd better use C++. C++ offers all. If a thing can't be done in C++ it can't be done at all. C++, the language, is more complex than VB and has a lot of more things that the programmer must care and take in mind.
well, the choice is yours
note: if you're new to programming (or new to windows programming) i'd suggest you to start with VB and then (if you want) change to C++