Computer Science, asked by RagingEmber, 1 year ago

Wrtie differences between c++ and Visual Basic and tell which on is easy.

Answers

Answered by kotiexalter
0
The speed of execution difference between VB and C++ is enormous. C++ leaves VB in the dust. A simple mathematical loop will execute in a fraction of the time that it does in VB. To put it simply, advanced programing can only be done in C++. Something as simple as keyboard hooks cannot be done in VB, leaving you to make a DLL in C++ to accomplish the task. But don't get me wrong, getting a form to pop up in C++ is a rediculous task nontheless. If you're doing it from scratch, making a window appear in C++ will take you 15 minutes to program properly. 

RagingEmber: thx
Answered by Anonymous
0
So the main difference between them is that they are different things. The former is a programming language, while the latter is a commercial integrated development environment (IDE). C++ is a programming language and Visual C++ is an IDE for developing with languages such as C and C++.
hope it's helpful you
mark me brainlist
Similar questions