Quote Originally Posted by Jimmytan
I am looking for some1 to write VC program for me. any1 interested pls send a private msg to me. Urgent.
here is a vc++ program:

Code:
#include <iostream>
using namespace std;

int main(){
   cout<<"I expect full payment of $500 for this vc++ program. PM me on details on how to pay up!"<<endl;
   return 0;
}