Search:

Type: Posts; User: larry_2k4

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,283

    Ahhh thank you so much. Makes sense

    Ahhh thank you so much. Makes sense
  2. Replies
    2
    Views
    1,283

    Need help with Single Character

    Ok, so I am having trouble on trying to figure out how to populate my array with a single character. Everytime I run my program, it skips through the part where I ask the user to input the first...
  3. Replies
    4
    Views
    5,768

    Basically, I need to know if I'm going down the...

    Basically, I need to know if I'm going down the right path... Like I have this text file that I read in. Now I need to take the data from the file and populate my struct that I had declared with it....
  4. Replies
    4
    Views
    5,768

    Populating a Struct

    Hello to all,
    Need help with this piece of my program. I'm trying to populate my struct with a data text file. Any suggestions

    Here is a piece of my program...


    typedef struct
    {
    int...
  5. Question on getline and the string funtions

    Hello all,

    So I have this data input file...

    4 Recumbent_Exercise_Bike E C B S -1 -2 3 20.5 27.5 60.0 22.0 3 5
    50 Machine_Fly S A W W 30 40 0 15 18 1.8 30.0 10 2
    53 Machine_Bicep_Curl S A W W...
  6. Replies
    2
    Views
    3,072

    Line of data input method

    Hello all,

    I'm new to C programming, and I have this programming assignment that I've been working on for days. I'm trying to use this line of data input method.

    Instead of asking for each...
  7. I trying to use the fscanf function to populate...

    I trying to use the fscanf function to populate the list with data from the file...

    Here is my struct that I created...





    enum exmeasurement{
    reps, laps, postures, minutes,...
  8. Creating a Sorted Linked List, Help Please!

    Hello all,

    I'm working on this exercise program where I will have to create a sorted linked list. As each new exercise struct is mallocated and filled with data, the new struct will need to be...
Results 1 to 8 of 8