View Single Post
  #3 (permalink)  
Old 01-20-2008, 08:43 PM
dargueta dargueta is offline
Guru
 
Join Date: Oct 2007
Age: 18
Posts: 597
Last Blog:
Programs Under the Hoo...
Credits: 177
Rep Power: 10
dargueta is a jewel in the roughdargueta is a jewel in the roughdargueta is a jewel in the roughdargueta is a jewel in the rough
Default

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
Reply With Quote