ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello all,
while running a small programm to test the exception handling code i am facing a very peculiar problem.
whenever i disk clean and rebuild all and then execute there is no problem. But even if i make a small change( just add whitespace or newline) in it and do not repeat the procedure above.....then there is an error during compilation with the following message.........
.....
exception:1376: stray '\307' in program
exception:1389: stray '\307' in program
exception:1396: stray '\307' in program
...and so on in some 1000 lines
However if i try to run the same program through command prompt it again works fine. And in KDE if i donot include iostream then again problem is removed.
here is the scrap of source code
please help me in this regard ASAP.
Vipin Sharma
main source file======
/***************************
main.cpp - description
-------------------
***************/
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.