| |
| | Assert Parameters - Dev Shed |
 | | Assert Parameters C programming forum discussing all C derivatives, including C#, C++, Object-C, and even plain old vanilla C. These languages are low level languages, and used on projects such as device drivers, compilers, and even whole computer operating systems. |
 | | assert() is great for debugging, because it stops the code right where the problem occurs, rather than let the code proceed and fail later on down the line. |
 | | Sometimes, debugging code is a real pain in the neck, because the cause of the error is far away from where the error occurs (say, the result of using a null pointer causes a function four levels up the call stack to fail occasionally). |
| forums.devshed.com /c-programming-42/assert-parameters-215232.html (1646 words) |
|