ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

User:Renegade

From ModEnc
Revision as of 03:09, 28 December 2005 by Renegade (talk | contribs)
Jump to: navigation, search

My favorite little program as of now, created during my attempts to learn C++:

durch0test.exe:

// Div by zero test
#include <iostream>
using namespace std;
int main()
{
    int one,zero;
    one = 1;
    zero = 0;
    cout << one / zero;
    return 0;
}

Sig test

For DCoder is always a good person to copy

Renegade
http://images.gerpok.com/lastplay/Renegat0r.1.png
Current Time and Date: 19:09, 27 Dec 2005 (CST)