Thread: debug assertion failed

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    1

    debug assertion failed

    hi i am have the same problem as ray schmidt was have with his programme in the link http://cboard.cprogramming.com/showthread.php?t=34803
    i would be great full if someone like ray could write me a step by step guide to get round this fault as i am new to computers thanks

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    Please be more specific. What about Ray's problem is similar to yours? The debug assertion? The file fseek.c? The line 101? The fact that he used fopen?

    Debug Assertions happen for many many reasons. More information is necessary to help you find out why it is happening.

    If possible, hit Retry and look in the call stack for some of your code, then you might have an idea of where the problem is occuring.

    Also notice that the thread you linked to was over 2.5 years old. Ray has probably forgotten about it by now.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Debug Assertion Failed!
    By IndioDoido in forum C Programming
    Replies: 31
    Last Post: 03-25-2008, 11:07 AM
  2. debug assertion failed!
    By chintugavali in forum C++ Programming
    Replies: 5
    Last Post: 12-21-2007, 04:05 AM
  3. Visual Studio 2005 Debug Assertion Failed
    By natmas in forum C++ Programming
    Replies: 7
    Last Post: 07-17-2007, 04:28 PM
  4. debug assertion failed !
    By blue_gene in forum C++ Programming
    Replies: 2
    Last Post: 05-09-2004, 11:23 AM
  5. Debug Assertion Failed!
    By Ray Schmidt in forum C++ Programming
    Replies: 3
    Last Post: 02-21-2003, 09:58 PM