Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reserved class name Visual C++

I want to create in my project class "Screen", "Graphics", "Font" and "Environment", but when I type these names and hit enter I get message: "Screen" is reserved class name or "Environment" is reserved class name. I don't want to make CScreen or ScreenC or something like that :/ I have Visual Stuido 2010. Is there any way to fix this ?

like image 915
PiTeReK Avatar asked Aug 24 '10 12:08

PiTeReK


1 Answers

I think using namespace is the answer.

like image 156
tristan Avatar answered Sep 28 '22 16:09

tristan