-
Visual Studio .NET C++ Runtime problem
Hello,
My Visual Studio .NET C++ keeps getting this wierd runtime error. Everytime I try to type the character '<' in the cout statement, this runtime error pops up: this application has requested the runtime to terminate it in an unusual way
And then Visual C++ just shuts down. Also, I have cout statements everywhere... it is only at this one location that this happens and i don't know why. Any idea on how I can resolve this issue?
Thanks!
-
the message means you tripped a "terminate" statement (ends the program gracefully on a very bad error, sort of like the modern "exit(0)" if you know about that tool).
You are saying that this line
cout << '<';
will crash your program?
If this is not the problem (check it, put this on a line by itself and see!) then post the line that is giveing you troubles along with the types of anything else involved.
-
Bes to post the actual code and the surrounding lines.
Danny Kalev
-
Looks like it got infected, unistall and reinstall from your Visual Studio CD.
Similar Threads
-
By Karl_Liberty in forum .NET
Replies: 2
Last Post: 06-04-2007, 07:48 PM
-
By ferasferas in forum .NET
Replies: 2
Last Post: 05-10-2005, 05:38 PM
-
By Yair Alan Griver [MS] in forum vb.announcements
Replies: 0
Last Post: 04-11-2002, 08:33 PM
-
By Seth Grossman [MSFT] in forum vb.announcements
Replies: 0
Last Post: 02-28-2002, 08:08 PM
-
Replies: 3
Last Post: 10-02-2001, 05:51 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks