Quote:
Originally posted by Faheria_LAT2
Why don't you give us some sample C++ scripting?
|
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;
}