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

Global String variables

Status
Not open for further replies.

RootLord

Programmer
Jul 7, 2003
1
US
Is there any way to declare Global String variables in C++ Managed Code?

Or if not what's the best way to convert a System::String to char or char[]?

-jeff

"Don't try to triumph over stupidity and ignorance, because learning has it's value and knowledge is a triumph on his own."
 
In pure Object Oriented code, globally accessable data and operations are designed as Singletons. Are you familiar with the Singleton Pattern?

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top