hi,

I have an application with 2 .cpp files. I want to be able to have identical Function names in each file (a function called myfunc() in both).

Also I want to be able to make my variables to be visible from only in .cpp file that they were declared in.

is the auto specifier supposed to do this? when i tried putting that on my variables it said it was invalid.

any help would be great.