question about visual studio 2010

hey all im having a small issue.....after having upgraded to visual studio 2010, with useing using namespace std;, im getting the following 2 errors:

Error 4 error C2143: syntax error : missing ';' before 'using' c:\documents and settings\allisa\my documents\visual studio 2010\projects\numerator and denominator class\numerator and denominator class\main.cpp 6 1 numerator and denominator class
5 IntelliSense: expected an identifier c:\documents and settings\allisa\my documents\visual studio 2010\projects\numerator and denominator class\numerator and denominator class\main.cpp 69 2 numerator and denominator class

any ideas?
Look at the line before using namespace std;
i tried it, but either way the errors dont go away
Error 4 error C2143


Contrary to popular belief, that doesn't tell us anything.
So please post your source code so we can examine it.
And please use [code]int x=5; // source code [/code] tags.
Topic archived. No new replies allowed.