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:
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.