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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

equivalent to vb.net

Status
Not open for further replies.

leangross

IS-IT--Management
Jul 3, 2002
84
PH
hi guys does anyone knows the equivalent of these c++ directives?

#include <cstdlib>
#include <rand.h>
#include <fcntl.h>
#include <Stdio.h>
#include <fcntl.h>

#include <iostream.h>
#include <io.h>

#include <winsock.h>
#include <wsipx.h>
#include <wsnwlink.h>
#include <Tchar.h>
#include <ssl.h>

Or does anyone knows a website that list all the c++ preprocessor directives thanks!
 
what are the equivalent of these c++ directives to vb.net?
 
Well I don't think there are equivalents of these in vb.net, each of these libraries have many functions in them, and some of those functions have equivalents in .net libraries


Have a look at my website,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top