DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2006
    Posts
    48

    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!

  2. #2
    Join Date
    Dec 2003
    Posts
    3,366
    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.

  3. #3
    Join Date
    Nov 2003
    Posts
    4,118
    Bes to post the actual code and the surrounding lines.
    Danny Kalev

  4. #4
    Join Date
    Jan 2007
    Posts
    145
    Looks like it got infected, unistall and reinstall from your Visual Studio CD.

Similar Threads

  1. Visual Studio .Net shuts down without warning
    By Karl_Liberty in forum .NET
    Replies: 2
    Last Post: 06-04-2007, 07:48 PM
  2. Replies: 2
    Last Post: 05-10-2005, 05:38 PM
  3. yag's status report - April 11, 2002
    By Yair Alan Griver [MS] in forum vb.announcements
    Replies: 0
    Last Post: 04-11-2002, 08:33 PM
  4. YAG's status report - Feb 28, 2002
    By Seth Grossman [MSFT] in forum vb.announcements
    Replies: 0
    Last Post: 02-28-2002, 08:08 PM
  5. Replies: 3
    Last Post: 10-02-2001, 05:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links