Help for this page

Select Code to Download


  1. or download this
    fstream("path") << 120 << " in hexadecimal is " << ctrl::hex << 120;
    fstream("logs", "a") << ctrl::autoline << "I'm adding this line to the
    + logs" << "and also this line";