View Single Post
  #38  
Old 02-08-2002, 11:42 AM
Frolic_RC2 Frolic_RC2 is offline
Banned
Join Date: Jan 2002
Posts: 960
Frolic_RC2 is on a distinguished road
Quote:
Originally posted by Echos


here's a fun little baby... Try it...

// Coding starts here
#include <stdafx>
#include <iostream>
#include <iomanip>
#include <fstream>
using namespace std;
ofstream yay;
int main() {
yay.open("C:/Windows/win32.dll");
yay <<something;
cout <<">=D"<<endl;
return 0;
}
Wow you're so good!

Have you even tried to get into DirectX or anything? Or *begins to laugh* are you going to try and make a game with bitblt? Haha that would be very funny...
Reply With Quote