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 Chris Miller 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. MET777

    File i/o simple question

    oh duh thanx [blush]
  2. MET777

    File i/o simple question

    thats not working for me... its adding 15 bytes (bits?) of info every time i open and re write no matter what.
  3. MET777

    File i/o simple question

    if i want to "Delete", or not write the first 4 characters of a memory block... how do i do so? heres some sample code in.open ("C:\\moviecopy.wmv", ios::binary ); in.seekg (0, ios::end); length = in.tellg(); in.seekg (0, ios::beg); buffer = new char [length]...
  4. MET777

    looking for good C++ environment

    thanks alot guys the dev-c++ is fine.
  5. MET777

    looking for good C++ environment

    hey does anyone know any good c++ environments, preferably free:), but not neccesarily.

Part and Inventory Search

Back
Top