Search:

Type: Posts; User: JohnnyAppleseed

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    2,243

    WOW, that was it! I can't believe I made all...

    WOW, that was it! I can't believe I made all this commotion over such a stupid error.

    Thank you, Bayint Naung! Thank you also to everyone who took the time to look at this.
  2. Replies
    7
    Views
    2,243

    Not sure what you mean by "minimal and comlete...

    Not sure what you mean by "minimal and comlete example," but would just posting the entire code help?



    /************************************************
    * A program to calculate the...
  3. Replies
    7
    Views
    2,243

    Actually, line is just like you suggest: ...

    Actually, line is just like you suggest:


    char line[15];
  4. Replies
    7
    Views
    2,243

    Odd Segmentation Fault

    I wrote a program that includes the following code:



    struct time /* Structure for time variables */
    {
    int month;
    int day;
    int year;
Results 1 to 4 of 4