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

    Using an alternative editor with VC++ 6.

    Why would you want to use a different editor? I use an add-on to VC++ called Visual Assit. See following link for details: http://www.wholetomato.com/ I have not found an editor that works as good as VC++ with the Visual Assist Add-On. If you have an editor that works better, I would like to...
  2. Axter5

    CString vs std::string

    In general, CString is more efficient then the std::string implementation that comes with VC++. IMHO, CString has a better interface, and easier to use methods. std::string is more generic, and can easily be used with more generic coding.

Part and Inventory Search

Back
Top