Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Debug Assertion Failed

Debug Assertion Failed

Scheduled Pinned Locked Moved C / C++ / MFC
debugginghelpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    keerthikaaa
    wrote on last edited by
    #1

    When i compiled my program i got the error "Debug Assertion Failed".I referred for that error in msdn .But i cant understand it.can you tell me how can i delete this error.

    D S 2 Replies Last reply
    0
    • K keerthikaaa

      When i compiled my program i got the error "Debug Assertion Failed".I referred for that error in msdn .But i cant understand it.can you tell me how can i delete this error.

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      keerthikaaa wrote:

      When i compiled my program i got the error "Debug Assertion Failed".

      What line of what file?

      keerthikaaa wrote:

      can you tell me how can i delete this error.

      Not without knowing what is causing it.


      "Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

      "There is no death, only a change of worlds." - Native American Proverb

      1 Reply Last reply
      0
      • K keerthikaaa

        When i compiled my program i got the error "Debug Assertion Failed".I referred for that error in msdn .But i cant understand it.can you tell me how can i delete this error.

        S Offline
        S Offline
        Stephen Hewitt
        wrote on last edited by
        #3

        Any time you get an assert look for the line that is asserting in your debugger. If the answer isn't immediately obvious after doing so more often then not you will find a comment describing what the problem is. If there isn't, and the assert is in code you manage, put one in. Steve

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups