Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please help me!!

Status
Not open for further replies.

samxp

Programmer
Joined
Jan 29, 2002
Messages
4
Location
GB
Does anyone know where i can get some free C source code and is it possible to programme C using visual basic 6?
 
searching for c and source code and samples should be enough on google. As for C in VB... i dont think you can

Matt
 
Microsoft Visual Studio can have both Visual Basic and C/C++, but the compilers are separate. You can't compile C/C++ if you only have Visual Basic. You need to own both packages, Visual Basic and Visual C++.

You can write DLLs in Visual Basic that Visual C++ can use, but the problem is Visual Basic DLLs are sometimes slower than Visual C++ DLLs.

If you are interested in C/C++, get the standard edition of Visual C++, it is cheap. If you get serious about C++, get the professional or enterprise edition.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top