Search:

Type: Posts; User: Joel

Search: Search took 0.00 seconds.

  1. Thread: Help unsure

    by Joel
    Replies
    1
    Views
    1,296

    Help unsure

    I need to know if I'm on the right track for this program problem
    Write a program that reads the attached text file. Each record in the file contains a name. You are to create an output file named...
  2. Replies
    4
    Views
    5,218

    Here is my shoot at this one. You have: ...

    Here is my shoot at this one.

    You have:

    points = points - strength;
    cout<<"You have "<<points<<" health.";
    health = points;


    change this to;
  3. Thread: CSV File

    by Joel
    Replies
    2
    Views
    1,366

    CSV File

    I'm currently taking a class in programming C++ which asks use to create an output file with an extension file .CSV I'm unsure were to create this file. The only files I have created have been text,...
Results 1 to 3 of 5