Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between ASSERT and VERIFY?

Answers were Sorted based on User's Feedback



What is the difference between ASSERT and VERIFY?..

Answer / hari krishna

Hi,

ASSERT evaluates the expression only in the debug version
and will throw an exception if the result is 0 and the
program termintes.

VERIFY evalutes the expression in Debug and Release version
also and if the result is 0, will throw an exception only
in Debug mode.

Is This Answer Correct ?    18 Yes 0 No

What is the difference between ASSERT and VERIFY?..

Answer / srinivas endra

The main difference between ASSERT and VERIFY is when you
compile the release build of the program.

ASSERT will not be present in the release build version of
the executables/dlls, and its expression that would have
been evaluated will be deleted.

VERIFY will be present in the release build version of the
executables/dlls but its expression that would have been
evaluated will be left intact.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More MFC Interview Questions

Explain the flow of SDI application?

8 Answers   Mphasis,


List out the parameters of WinMain Function.

2 Answers   Mphasis,


What is the use of OninitDialog ?

11 Answers   HCL, Nagarro,


What are the types of button controls?

10 Answers  


what is message loop how mfc does it internally?

4 Answers   Aspire,


How we can findout Memoryleaks, In what way it can be avoided

6 Answers   Infosys,


Name the Synchronization objects?

2 Answers  


What is the base class for most MFC classes?

7 Answers   CMC, Siemens,


how u can move CDC pointer to one line in cview?

2 Answers  


What is CArchive class dowes?

4 Answers  


What is mfc class hierarchy?

0 Answers  


How do you change the properties for a tree view control that is part of the CTreeView class?

1 Answers  


Categories