Search:

Type: Posts; User: gold2040

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,441

    Menu to select 1 of 2 options

    Hi :)

    How would I go about creating a menu to select 1 of two options

    Here is the code


    #include <iostream>
    #include <fstream>
  2. Replies
    7
    Views
    1,169

    Cheers buddy ;) 1 more thing When you...

    Cheers buddy ;)

    1 more thing

    When you input some different details how can you make it so that it doesn't overwrite the orginal details and is just added to the file along with the other...
  3. Replies
    7
    Views
    1,169

    Hi Sorry for all this hassle For example...

    Hi

    Sorry for all this hassle

    For example when I type in

    Name : Joe
    Surname : Bloggs
    ID : 84744
    Num of Hours Worked - 33
  4. Replies
    7
    Views
    1,169

    Hi Sorry if I was not clear for example: ...

    Hi

    Sorry if I was not clear

    for example:

    the line


    cin.getline(name,40);
  5. Replies
    7
    Views
    1,169

    Writing to file on each input

    Hi :)

    I'm writing a program for a school project for generating Pay Slips. Here's the code


    #include <iostream>
    #include <fstream>

    using namespace std;
    int main(void)
Results 1 to 5 of 5