I am writing a program that requires me to call certain dos commands. I am using the system function like:
system("attrib -h");
when I try to compile it I get
error C3861: 'system': identifier not found
I am using vs2008
any ideas did the command change??