Search:

Type: Posts; User: mattyans

Search: Search took 0.01 seconds.

  1. Replies
    22
    Views
    1,928

    i downloaded bloodshed c/c++ and now it all works...

    i downloaded bloodshed c/c++ and now it all works except it crashes when i display the inventory with nothing in it.
  2. Replies
    22
    Views
    1,928

    its in windows and i am using microsoft visual c++

    its in windows and i am using microsoft visual c++
  3. Thread: Structures??

    by mattyans
    Replies
    7
    Views
    1,059

    That was a real good explanation Quzah!!!

    That was a real good explanation Quzah!!!
  4. Replies
    22
    Views
    1,928

    here is the latest attempt still same problem

    here is the latest attempt

    still same problem
  5. Replies
    22
    Views
    1,928

    thanx!!!! but i got to get it to work on mine...

    thanx!!!!
    but i got to get it to work on mine cause i its a project for school!!!!!
  6. Replies
    22
    Views
    1,928

    i tried r+ and w+, and it still crashes but thanx...

    i tried r+ and w+, and it still crashes but thanx for trying to help, maybe it is just my comp and it might work on another, but thanx for all the help guys
  7. Replies
    22
    Views
    1,928

    It has no ERRORS!!!!!!! when i run it without...

    It has no ERRORS!!!!!!!
    when i run it without the file created already it works perfect!!!!! it just crashes when the file is there!!!!

    and i loked at the debugger and it showed that it was...
  8. Replies
    22
    Views
    1,928

    dont know why prog crashes

    THis program is an inventory program, the first time u run it it creats a file to store the inventory, but after you exit the program and run it again as soon as you enter a code for anything it...
  9. Replies
    3
    Views
    1,551

    i know what i want to do but i dont know how to...

    i know what i want to do but i dont know how to do it!!!!
    i wantr to display the record and then update the record as i am looking at in on the screen
  10. Replies
    3
    Views
    1,551

    how can i update a record????

    I was wondering if it is possible to display a record in a linked list, or any other structure and be able to update the record rather than delete the record an re-enter it

    any help would be...
  11. Replies
    1
    Views
    784

    need a display function

    can anyone show me the code to display the contents of a linked list??????
    im not sure how to do this.
    even the pseudocide would be a help!!!
  12. Replies
    1
    Views
    885

    function problem

    on these lines
    void exch(int a[], int nb);
    void ins_sort(int nb, int ar[]);
    void shell_sort(int nb, int ar[]);
    void bubbles(int a[], int nb);
    void key_wait(void);
    void swap (int *a, int * b);...
  13. Replies
    1
    Views
    952

    can't fix these errors

    here are the errors and the code

    C:\matty\Microsoft Visual Studio\sorts.c(145) : error C2143: syntax error : missing ')' before ';'
    C:\matty\Microsoft Visual Studio\sorts.c(145) : error C2059:...
  14. greast thanx

    greast thanx
  15. how do i pass an array to a function??????? and pass the array back after it gets sor

    i dont know how to pass an array to a function so it can be sorted and passed back to be displayed!!!!!
    i know how to do the sort just not how to pass the array
  16. how do i display a structured linked list on the screen?????

    i need to display the contents of i file (library.dat) into a sturctured linked list and display it
  17. Replies
    2
    Views
    836

    linked list question

    i need to enter 4 values in a linked list in a structure, and i was wondering how can i enter the multiple values. i know how to enter 1 but not 4
  18. Replies
    4
    Views
    936

    here is my code #include #include...

    here is my code

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


    struct book
    {
  19. Replies
    4
    Views
    936

    implimenting a linked list?????

    what is the code to impliment a liked list?????
    i think i got it but i dont know how to check to see if the list is actually being created.
  20. Replies
    1
    Views
    1,106

    Don't understand how to fix this error

    i keep getting this error
    next' : is not a member of 'book'

    here is the code any help would be great!!!!


    #include <conio.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
  21. how do u fix unecpected end of file found???

    i keep getting an error saying
    unexpected end of file found, how do i fix that!!!!!!!!
  22. pointer mismatch for actual parameter...What the hell is that???

    the eror says

    'fread' : pointer mismatch for actual parameter 1

    this is the line of code

    fread ( sRec, sizeof ( struct book ), (size_t)1, library );
Results 1 to 22 of 24