Heres how it works, every poster adds one line of code OR deletes one line of code. It has to make sense, but it does not have to compile until the thread is done (whenever we get bored). Using Dev-c++ for this. I'll start us off with a bit. You can also add onto an existing line. Please state what you are changing when you post :)
1 2 3 4 5 6 7 8 9 10 11 12
#include <cstdlib>
#include <iostream>
usingnamespace std;
int main(int argc, char *argv[])
{
int i;
system("PAUSE");
return EXIT_SUCCESS;
}
Remember, add/edit to or remove only one line, the idea is to see if we can work together on this :)