Search:

Type: Posts; User: rogerlpe

Search: Search took 0.00 seconds.

  1. Thread: Explaination

    by rogerlpe
    Replies
    4
    Views
    1,464

    so i assume that it is not necessary to have it...

    so i assume that it is not necessary to have it included.
    But should i want to use setprecision(*), do i have to include the setiosflag(io::fixed | ios::showpoint.
  2. Thread: Explaination

    by rogerlpe
    Replies
    4
    Views
    1,464

    Explaination

    Can someone throw some light on this line of code ...

    setiosflag (ios::fixed | ios::showpoint)

    and

    setprecision(4)
  3. Thread: Header Files

    by rogerlpe
    Replies
    3
    Views
    826

    Header Files

    I understand that C++ requires both a .h and a .cpp file.

    .h file is for declaration while .cpp is where we insert all our functions.

    I have written a .h file but is unable to compile using...
Results 1 to 3 of 4