1>c:\documents and settings\joe\desktop\spring 2010\csc 212\hw\hw #5\rec_fun_test.cpp(25) : error C2065: 'outs' : undeclared identifier
i keep getting this from one of my codes
it is from a prototype
void binary_print(ostream& outs, unsigned int n);
is there a #include needed for that or something????
please help!!!