Search:

Type: Posts; User: prlove71

Search: Search took 0.01 seconds.

  1. Thread: erros 2

    by prlove71
    Replies
    3
    Views
    895

    erros 2

    any advice for this?

    #include <iostream>
    #include <cmath>
    using namespace std;

    int main()
    {
    int i;
  2. Thread: erros

    by prlove71
    Replies
    2
    Views
    961

    erros

    Can anyone help me to figure out this problems? Include is the program and the erros.

    #include <iostream>

    int main()
    {
    int i;

    cout <<"Enter a number:";
    cin >> i;
  3. Thread: mode argument

    by prlove71
    Replies
    1
    Views
    1,048

    mode argument

    Can anyone tell me what is the purpose of a mode argument in the open function?
  4. Replies
    1
    Views
    1,457

    structure program

    I'm new to this site and I need help with this question. Can anyone help me please to do this?

    Write a program that writes the records of three employees to a file. Use a record structure for...
Results 1 to 4 of 4