Assert examples: Revision history

From NEOSYS Dev Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 November 2010

  • curprev 15:1315:13, 26 November 2010AlexNenko talk contribs 2,531 bytes +2,531 Created page with ' // main1.cpp - demonstrates standard usage of asserts #include <iostream> #include <cassert> int main() { int x = 3; cout << "Hello, world !\n"; <font color="red"> …'