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 dencom 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: sleze
  • Content: Threads
  • Order by date
  1. sleze

    adapting console code to a gui

    I got a nice bit of code running very smoothly on the console and now have to implement the gui. The problem is that printf() doesn't seem to work too well without a target for output. Would anyone be able to point me to a site that explains how to redirect the output to an mfc control(like a...
  2. sleze

    problem with class instatiation

    I am new to Visual c++ (having used c, java and VB, I thought the transition would be easy) and keep running into annoying errors. Here is the latest one. I have created a class, FILESCHEMA and created an object in the main function FILESCHEMA myfile(SEARCHPATH, true); for use with testing...

Part and Inventory Search

Back
Top