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 Mike Lewis 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: *

  1. drexeliu

    Writing a string to the screen

    I am trying to simply write a string which has been declared as std::string. I have a function which returns that data type. However, when I call the function and say cout<<(function name), I get the error that there is no right hand side operator which can be used with <<. It says the right...
  2. drexeliu

    Accessing Excel fields from Visual C++

    The current project I am working on requires the ability to retrieve data from a Microsoft Excel file for use in the Visual C++ environment. Information is very sketchy about this sort of thing, but I do believe it is possible. It is definitely possible with Visual Basic, but this application...

Part and Inventory Search

Back
Top