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 IamaSherpa 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. RiviEr

    ANother beginner's question

    http://www.3dbuzz.com/ has a c++ package you can try this int MyVar = 0 ; cout <<"text"<< Myvar << endl; or, if you already knew this you could aply (int) before the string , wich temp. force it to be an int value. <<"text"<< (int)Myvar << endl; i dont got the code so try this:
  2. RiviEr

    A c++ parser

    Hello people, i am creating a simple parser, ive got every thing sett except the handler for inputt from a file, say a log.txt file wich has say rivier rivier rivier etc. I want it to read log.txt and add 1 to every time it reads rivier in the log.txt (an quick example would be great!!) thx

Part and Inventory Search

Back
Top