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

  • Users: shong9
  • Order by date
  1. shong9

    Iterator Problem (Printing the address problem)... Help

    Hello, I am newbie to the topic of iterators. I need to know how many iterations the following "for loop" will execute. Iterators are used. aend = m_SampleA.end(); for (aiter=m_SampleA.begin(), aiter!=aend, ++aiter) { ... } The compile error comes up when I tried to print the address...
  2. shong9

    chplot.h problem - where to find it ?

    chplot.h problem - where to find it ? I am currently using visual studio 2005, and I don't know where to find the library files and header files to download from in the internet... Help me on this THanks !
  3. shong9

    Header file, and library issue. General Question

    Thanks a lot
  4. shong9

    Header file, and library issue. General Question

    I am a newbie in the programming world :) My question is on how the compiler/linker such as GCC locate the appropriate library? I know that header files (.h files) are just merely going to be extracted by the PreProcesser before compilation onto the source file. After the preprocessing...

Part and Inventory Search

Back
Top