Originally posted by Bot_40
Ph34r the C++ skillz
Code:#include <iostream.h> #include <stdio.h> int main() { int nPosts; cout << "Ph34r 'The Thread'!/n"; cout << "How many posts have you made in 'The Thread' ?/n"; cin > nPosts; cout << "/nNot enough, go spam"; return 0; }