we11er
Newbie
- Joined
- Jan 13, 2004
- Messages
- 1,035
- Reaction score
- 0
OK, I got excited the first time I realised there was a Coding forum, but unfortunately there isn't much activity here is there? I'm gonna try something here, which will likely turn out to be a crap idea, but we need some innovation anyway!
So here it is - I start with a basic C++ program. From there, you can add upto 3 lines of your own, and then someone else adds a further 3 lines, and we see what happens. You can do anything you want, perhaps turn it into a release-date calculator? Humour is highly recommended.
If you want to discuss modifying the rules that's fine - I'm writing this on the spurr of the moment, without even thinking about it. So, here we go:
So now someone adds some more lines. Hope this works.
So here it is - I start with a basic C++ program. From there, you can add upto 3 lines of your own, and then someone else adds a further 3 lines, and we see what happens. You can do anything you want, perhaps turn it into a release-date calculator? Humour is highly recommended.
If you want to discuss modifying the rules that's fine - I'm writing this on the spurr of the moment, without even thinking about it. So, here we go:
Code:
#include <iostream>
using namespace std;
int main( int argc, char** argv )
{
cout << "Welcome to the halflife2.net Coding forums's open-source SUPER program!" << endl;
}
So now someone adds some more lines. Hope this works.