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. A question about Assert function

A question about Assert function

Scheduled Pinned Locked Moved C / C++ / MFC
questiondebugginghelptutorialannouncement
18 Posts 8 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.
  • C Cedric Moonen

    You are not using the assert properly. This function should be used only to test the code. An assert should never be reached in a released product. Assert is used to detect errors in your code, not detect a file which is missing. In your case, if the file doesn't not exist you should handle the error in a better way. For instance your function could return an error code or throw an exception which has to be handled at a higher level.

    Cédric Moonen Software developer
    Charting control [v2.0 - Updated] OpenGL game tutorial in C++

    C Offline
    C Offline
    China_Kevin
    wrote on last edited by
    #8

    强烈同意楼上~~~~~

    C D 2 Replies Last reply
    0
    • C China_Kevin

      强烈同意楼上~~~~~

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #9

      China_Kevin wrote:

      强烈同意楼上~~~~~

      Uh, what ?? :confused:

      Cédric Moonen Software developer
      Charting control [v2.0 - Updated] OpenGL game tutorial in C++

      C 2 Replies Last reply
      0
      • C Cedric Moonen

        China_Kevin wrote:

        强烈同意楼上~~~~~

        Uh, what ?? :confused:

        Cédric Moonen Software developer
        Charting control [v2.0 - Updated] OpenGL game tutorial in C++

        C Offline
        C Offline
        China_Kevin
        wrote on last edited by
        #10

        I am Chinese,HOHO, 强烈同意楼上~~~~~ just means I agree with you very much...

        1 Reply Last reply
        0
        • C Cedric Moonen

          China_Kevin wrote:

          强烈同意楼上~~~~~

          Uh, what ?? :confused:

          Cédric Moonen Software developer
          Charting control [v2.0 - Updated] OpenGL game tutorial in C++

          C Offline
          C Offline
          China_Kevin
          wrote on last edited by
          #11

          your name "Cedric" why your "C" is brighter than my name "China_Kevin" "C"

          R D 2 Replies Last reply
          0
          • C China_Kevin

            your name "Cedric" why your "C" is brighter than my name "China_Kevin" "C"

            R Offline
            R Offline
            Rajesh R Subramanian
            wrote on last edited by
            #12

            Because he is an MVP.

            It is a crappy thing, but it's life -^ Carlo Pallini

            C 1 Reply Last reply
            0
            • R Rajesh R Subramanian

              Because he is an MVP.

              It is a crappy thing, but it's life -^ Carlo Pallini

              C Offline
              C Offline
              China_Kevin
              wrote on last edited by
              #13

              He is a valuable man?

              1 Reply Last reply
              0
              • C Cedric Moonen

                You are not using the assert properly. This function should be used only to test the code. An assert should never be reached in a released product. Assert is used to detect errors in your code, not detect a file which is missing. In your case, if the file doesn't not exist you should handle the error in a better way. For instance your function could return an error code or throw an exception which has to be handled at a higher level.

                Cédric Moonen Software developer
                Charting control [v2.0 - Updated] OpenGL game tutorial in C++

                O Offline
                O Offline
                Obsidianhom
                wrote on last edited by
                #14

                I got the idea and I known how to do it. thank you both Luc Pattyn and Cédric Moonen~ :) :)

                C 1 Reply Last reply
                0
                • O Obsidianhom

                  I got the idea and I known how to do it. thank you both Luc Pattyn and Cédric Moonen~ :) :)

                  C Offline
                  C Offline
                  China_Kevin
                  wrote on last edited by
                  #15

                  why do not think me~~~~~o(∩_∩)o...哈哈 ;P

                  1 Reply Last reply
                  0
                  • C China_Kevin

                    your name "Cedric" why your "C" is brighter than my name "China_Kevin" "C"

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

                    I hereby bestow on you a "brighter" name: China_Kevin Carry it with honor.

                    "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

                    "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                    C 1 Reply Last reply
                    0
                    • D David Crow

                      I hereby bestow on you a "brighter" name: China_Kevin Carry it with honor.

                      "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

                      "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                      C Offline
                      C Offline
                      China_Kevin
                      wrote on last edited by
                      #17

                      You lie to me~~~~~ That a walloping huge lie!! :(( :(( :((

                      1 Reply Last reply
                      0
                      • C China_Kevin

                        强烈同意楼上~~~~~

                        D Offline
                        D Offline
                        dandanfeng160
                        wrote on last edited by
                        #18

                        Me too~ :laugh:

                        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