Search:

Type: Posts; User: zaestau

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,130

    How to change the number of decimal???

    i am writting c++ programe and use the borland builderX to compile it.

    how can I do the following:

    float i = 3;
    cout << i;

    Output:
    3.00
  2. Replies
    4
    Views
    1,765

    I am using borland c++

    I am using borland c++
  3. Replies
    4
    Views
    1,765

    How to make a word be bold styled?

    How to make a word be bold styled?
    thanks
  4. Replies
    1
    Views
    899

    How to input 2 inputs in 1 line???

    I am going to input 2 different values in 1 line, how can i do that?

    if i use:
    cout << "Enter the value x: ";
    cin >> x;
    cout << "Enter the value y: ";
    cin >> y;

    the output:
    Enter the value...
Results 1 to 4 of 4