Search:

Type: Posts; User: mestyanm

Search: Search took 0.00 seconds.

  1. Well, try using double rather than float. Float...

    Well, try using double rather than float. Float is quite inaccurate. That can be the reason.

    Double is twice as accurate as float is.
  2. Replies
    8
    Views
    1,113

    You should press another key in Notepad, when a...

    You should press another key in Notepad, when a person is going out, for example 0. Then count the number of 1-s and 0-s in the file.
  3. Replies
    11
    Views
    2,638

    Sorry! I just wanted to help.

    Sorry!
    I just wanted to help.
  4. Replies
    11
    Views
    2,638

    As far as I know, using namespace std is required...

    As far as I know, using namespace std is required if you want to use the C++ functions of the <iostream> library (like cin, cout, cerr). If you just use C functions like printf() or scanf(), you...
Results 1 to 4 of 5