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

    How to combine the .cpp and .h files for compile and run?

    To add files that were created outside of the current project, to the current project... Switch from the class view to the file view in the workspace. Now, select the project that you would like to add the files too. Right Click on the project, and select "Add Files To Project". Select...
  2. LarryDobson

    C++ 4 codes

    Hello Morbid, What operating system? The APIs that you are looking for are operating system specific. More Data...
  3. LarryDobson

    What's a _variant_t?

    A _variant_t object encapsulates the VARIANT data type. The class manages resource allocation and deallocation, and makes function calls to VariantInit and VariantClear as appropriate.

Part and Inventory Search

Back
Top