Thread
:
c++/cli - irritating compilation error
View Single Post
#
3
(
permalink
)
01-20-2008, 08:43 PM
dargueta
Join Date: Oct 2007
Age: 18
Posts: 597
Last Blog:
Programs Under the Hoo...
Credits:
177
Rep Power:
10
Whenever you declare a variable of a type that is specified in a namespace such as System or std, you need to put that namespace in front of it like so:
namespace_name::variable_type
dargueta
View Public Profile
Send a private message to dargueta
Find all posts by dargueta