| | |
Can someone tell me what this error means?
Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Apr 2008
Posts: 64
Reputation:
Solved Threads: 1
I am trying to compile my program and I am getting alot of these errors:
That sequence of three lines just keeps repeating and repeating.
These are lines 8 and 9 from the file Parser.cpp
I cant even figure out what that error even means.
Thanks in advance for any help.
C++ Syntax (Toggle Plain Text)
Parser.cpp:9: error: stray ‘\200’ in program Parser.cpp:9: error: stray ‘\231’ in program Parser.cpp:9: error: stray ‘\342’ in program
These are lines 8 and 9 from the file Parser.cpp
C++ Syntax (Toggle Plain Text)
const char Parser::opTable[] = { ’\0’, ’$’, ’(’, ’)’, ’^’, ’*’, ’/’, ’+’, ’-’, ’~’ };
Thanks in advance for any help.
•
•
Join Date: Oct 2007
Posts: 305
Reputation:
Solved Threads: 43
You're using the wrong quotes
C++ Syntax (Toggle Plain Text)
const char opTable[] = { '\0', '$', '(', ')', '^', '*', '/', '+', '-', '~' };
•
•
Join Date: Apr 2008
Posts: 64
Reputation:
Solved Threads: 1
•
•
•
•
You're using the wrong quotes
C++ Syntax (Toggle Plain Text)
const char opTable[] = { '\0', '$', '(', ')', '^', '*', '/', '+', '-', '~' };
![]() |
Similar Threads
- FTP Error 550..no go for deletes or anything! (Windows Software)
- Internet Explorer - Error when listing to radio channels (Web Browsers)
- c++ debugging error (C++)
- Don't know what this C++ error means (C++)
- Error! (C)
- RUNDLL ERROR / w3knet.dll (Viruses, Spyware and other Nasties)
Other Threads in the C++ Forum
- Previous Thread: Can someone run my code template
- Next Thread: Help
| Thread Tools | Search this Thread |
Tag cloud for C++
api application array arrays based beginner binary bmp c++ c/c++ calculator char char* class classes code compile compiler console conversion convert count data delete deploy dll download dynamiccharacterarray email encryption error file format forms fstream function functions game givemetehcodez graph homeworkhelp iamthwee ifstream input int java lib library lines list loop looping loops map math matrix memory newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg search simple sorting spoonfeeding string strings struct temperature template templates text text-file tree url variable vector video visual visualstudio void win32 windows winsock wordfrequency wxwidgets





