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

    Visual c++ 2005 Adding items to a ListView with mulitable Columns

    Ok i got a ListView called infoList. it has 3 Columns colIndex, list, bs i can add items to colIndex with this->infoList->Items->Add() but not list or bs.
  2. woodshop2300

    C++ Vectory not playing with Strings

    Thanks on the String.h part that should save me some trouble when i get into this more. That killed the warnings thanks.
  3. woodshop2300

    C++ Vectory not playing with Strings

    #include <string.h> #include <iostream> #include <vector> using namespace std; int main() { vector<string> strlist(70); return 0; } throws 4 warnings C:\Program Files\Microsoft Visual Studio\MyProjects\HW_Program_3_Hashing\HW_Program_3_Hashing.cpp(15) : warning C4786...

Part and Inventory Search

Back
Top