Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jyrixx
  • Content: Threads
  • Order by date
  1. jyrixx

    using streams.

    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 << &quot;blah blah blah\n&quot;; } 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...
  2. jyrixx

    searching and viewing records in forms and maybe updating them?

    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...

Part and Inventory Search

Back
Top