Search:

Type: Posts; User: itsacezon

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    4,256

    Oh my! Thank you so much! After scanning and...

    Oh my! Thank you so much!
    After scanning and debugging with your help, I managed to execute my code.
    The problem was in my variables and linked lists.

    Thank you again!
  2. Replies
    4
    Views
    4,256

    When I tried to compile it, the courselist and...

    When I tried to compile it, the courselist and the adjacency matrix was printed and then my compiler crashed.
  3. Replies
    25
    Views
    3,707

    Before after

    Before



    after
  4. Replies
    4
    Views
    4,256

    Exam Scheduling Problem

    /* Initialize libraries */
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>


    /* Create new data types */
    typedef struct studList {
    char studName[3];
    struct studList *next;
Results 1 to 4 of 4