Search:

Type: Posts; User: Game

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,161

    thank you for your comments i will get to work...

    thank you for your comments i will get to work thank you all
  2. Replies
    6
    Views
    1,161

    See what you think and suggested improvements

    I wrote an banking system an just want to know what you experts think about it i hope you like it i have spent a lot of time on it. why not compile it yourself to see what you think?



    #include...
  3. Replies
    14
    Views
    2,914

    Solved

    Solved
  4. Replies
    14
    Views
    2,914

    I have got this prgram to work in miracle C but...

    I have got this prgram to work in miracle C but how do i convert it to get it to work in unix



    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include "node.h"
  5. Replies
    14
    Views
    2,914

    #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include "string.h"

    struct Chart
    {
    char Town[10][10];
    int Distance[10][10];
    };
  6. Replies
    14
    Views
    2,914

    Here the error messages attached

    Here the error messages attached
  7. Replies
    14
    Views
    2,914

    Having problem with C program plz help

    You should replace the distances input function with a function to read from a text file containing a list of 10 short place names followed by the requisite number of distances

    ...
Results 1 to 7 of 8