Comment on Tutorial - assert() example program in C++ By Charles
Comment Added by : Ryba
Comment Added at : 2010-05-19 15:45:48
Comment on Tutorial : assert() example program in C++ By Charles
it should be:
/* --------------- */
#define ASSERT(x)
if (x) {} \
else { \
//.. bla bla bla
debugBreak();
}
/* ---------------- */
Gues what happen if u use ur version like that:
if (x < 3)
ASSERT(x >= 0);
else
doSomeStuff();
;]
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. In 6th point .....there is a spelling mistake...mi
View Tutorial By: Gnani at 2009-09-22 12:25:59
2. This the very good introduction to the J2ME for th
View Tutorial By: chetan jain at 2010-04-01 06:39:32
3. it was very good explanation hope all links give s
View Tutorial By: ravi at 2010-08-26 10:19:48
4. Thanks i had problem with this util module.
View Tutorial By: james thompson at 2013-09-08 22:25:50
5. Hello,
Could you please include all
View Tutorial By: John at 2007-12-19 04:35:54
6. Hi,it's really nice to see all the comments of the
View Tutorial By: sraban at 2011-10-13 12:13:38
7. hi how ru
anybody tell me that how to print
View Tutorial By: imran at 2010-12-10 00:34:51
8. good job.. i understand it clearly..
its in
View Tutorial By: xmplexd at 2010-08-04 02:12:30
9. how can i use <img> tag in message body?
View Tutorial By: Sonal at 2012-11-07 07:05:33
10. I liked it.
View Tutorial By: savitha at 2011-05-06 02:23:46