Posts by nmcat1
4 posts total, newest first.
C++ Basic Codingin C++/C Programming - way better way to do this...
#include stdafx.h
#include iostream
using namespace std; 'standard namespace
int main(VOID) 'makes it return 0 automatically
{
cout << "hello world";
system(PAUSE) 'makes it say prPerfect world Chinese Botin General Hacking - sweeeeett... lol got a clan crafting account banned :DLearn C++ in 21 daysin C++/C Programming - yeah sorry i didnt read much if anyone said this yet but...
C++ is retarded and you need to always have this no matter what
#include <stdafx.h>
//other includes here
using namespace std;
//main here... etc...
Help with warrock premium hackin C++/C Programming - Ok so all i want to do is make a war rock no-menu premium hack. i think from the tutorials i followed here i got it... mostly... still getting some errors
heres what i have:
#include <windows.h>
#include <stdio.h>
Showing the 4 most recent posts.