Check out this forum called elance.com. It though has a membership fee for posters but gradually you earnback the entire amount out of your earnings.
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|