Search:

Type: Posts; User: figarojones

Search: Search took 0.01 seconds.

  1. Ahhhhh, I forgot about a space for the '/0' as...

    Ahhhhh, I forgot about a space for the '/0' as well. Silly me!

    Thank you! I have to say, this forum has been a lifesaver.
  2. Don't know if this is a struct, a loop, or an fgets issue.

    I am currently a student learning c, and I had to make a struct loop to collect info for 10 customers.

    #include <stdio.h>
    #include <stdlib.h>
    #define NAME_LEN 10


    int main() {

    ...
Results 1 to 2 of 2