
-----------------------------------
saltpro15
Fri Jan 09, 2009 10:26 pm

Help With Basic I/O
-----------------------------------
I know this is idiotically simple but I just started C++ so give me a break.  What the heck is wrong with this?

#include 
using namespace std;

int main ()
{
	int a;
	cout > a;
	cout 