Search:

Type: Posts; User: Vinod Menon

Search: Search took 0.01 seconds.

  1. Thread: Advanced C

    by Vinod Menon
    Replies
    3
    Views
    1,451

    Sorry, yeah i do believe it meant linked list. No...

    Sorry, yeah i do believe it meant linked list. No i'm not asking you or anybody to do my homework for me. just point m to the examples and i'll do the rest meself.....thanx
  2. Thread: Advanced C

    by Vinod Menon
    Replies
    3
    Views
    1,451

    Advanced C

    How does one create a function that takes info from an array and transforms it into a linear list?

    Suppose the typedef is used:

    Create a typedef DATA as

    typedef struct {
    ...
  3. Replies
    1
    Views
    9,273

    Student Grade Program

    I have created a student grading program that should allow me to enter gades ansd also sort according to date, oldest first. The code supplied is a different version compared to the earlier one.

    ...
  4. Replies
    11
    Views
    2,149

    Thanks mate...........already have changed it to...

    Thanks mate...........already have changed it to Dev-C++ from Bloodhound S/W as it can handle both C and C++.
  5. Replies
    5
    Views
    5,823

    Why is the average mark not displayed?

    It's runs after the changes are made but the average mark does not seems to appear. And what about if i want to format it neatly and display results on screen instead of it being bunched up together?...
  6. Replies
    5
    Views
    5,823

    Student Grade Program

    Now here's something new. I have created a student grading program that should allow me to enter gades ansd also sort according to date, oldest first. The error code i recieve is:


    The code is :...
  7. Replies
    11
    Views
    2,149

    Run time error message

    It compiles! Perfect! However when i run it and try entering the cost it crashes and message displayed is:
    What do i do now to rectify this?
    :confused:
  8. Replies
    11
    Views
    2,149

    Advanced C Question

    There is just one last problem. When i compile the code with Turbo C 2.01 from Microsoft Corp i get the 2 errors. They occur at . This is for the void printrestaurant(). What's going on? Some help...
Results 1 to 8 of 8