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 TouchToneTommy 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: lgang
  • Content: Threads
  • Order by date
  1. lgang

    input, output iterators help needed SOS

    Hi buddies, I don't know how to understand the input and output iterators are based on _single pass_ algo. Here is the code: ifstream ifile(&quot;0123.txt&quot;); //file content is 0 1 2 3 istream_iterator<int, ptrdiff_t> r(ifile); istream_iterator<int, ptrdiff_t> r(ifile); ++r; ++s...
  2. lgang

    PHP and C mix programming

    How can I call a C function in a PHP script? I heard on windows there is an interface so that you can call win32 functions, is there a correpsonding way on Unices (solaris, linux for example)? BTW, what is the most popular php debugging tools? Thanks a billion

Part and Inventory Search

Back
Top