Example:
#include <iostream>
using namespace std;
int main(){
cout << "Get with the Program! \n";
return 0;
}
New, Separate File:
#include <iostream>
using namespace std;
int main(){ //What should I declare here so I can compile to test the code?
cout << "Having trouble! \n";
return 0;
}
This post has been edited by InfiniteL00P: 09 November 2009 - 10:19 PM

New Topic/Question
Reply



MultiQuote




|