Quantcast
Channel: amazon ebay buy & sale » between
Viewing all articles
Browse latest Browse all 65

What is the difference between Dev ++ and the visual basic?

$
0
0

Question by .:T_larson911:.: What is the difference between Dev ++ and the visual basic?
I got DEV ++ and i think it is really simple and cool.
One of the things thati found out about it was the example file that it had. One of the examples was an openGL code and i ran it and it made a colored triangle spin.
I was trying to figure out how to make codes that could do that.

Would it be possible for me to put the include files from DEV ++ to my visual C++ 2008?

Best answer:

Answer by karan
The main differences between writing DLL files in different languages is the threading model; VB6 is not good for apps that need to scale up because of it’s apartment-threading model. For example, you wouldn’t write a VB ActiveX DLL to run a huge website that will have 10,000 concurrent users. Typically free threading is the way to go, but that requires extra coding in c/c++, not in c# though !

Add your own answer in the comments!


Viewing all articles
Browse latest Browse all 65

Trending Articles