ok, let's say i have a function call it foo.
foo wants to be able to look like this:
void foo (<output stream> s, int o)
{
s << "blah blah blah\n";
}
however, i would like to be able to use cout as one of those streams, so that with this function i could print to a file, cerr, or...
here's my question. i'm making a patient database for a doctor. I want to be able to type a social security number into a text box and be able to view all of the information about that person. how can i do this?
i have a form setup and can input information into it. and would also like to be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.