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

external variables

Status
Not open for further replies.

shanley06

Programmer
Nov 26, 2002
101
US
i was wondering if i create an array in c++ using

extern int buffer[64000]

can i use that array in qbasic since it is external?
 
In a library yes, but all of the uses for the array has to be in the library.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top