Search:

Type: Posts; User: Flex

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,237

    Didn't seem to make a differance. But thanks...

    Didn't seem to make a differance. But thanks anyway.
  2. Replies
    4
    Views
    1,237

    Why am I getting this error?

    C:\Program Files\Miracle C\queue_insert.c: line 3: Parse Error, expecting `'{''
    'struct node'
    aborting compile

    This is the code I don't see the problem with it.

    #include <stdio.h>

    struct...
  3. Thread: I need a queue

    by Flex
    Replies
    3
    Views
    1,226

    I need a queue

    Can someone please send me a copy of a working queue that will except integers and allow for deletion of nodes.
  4. Replies
    2
    Views
    1,989

    I need a dynamically allocated linked list

    Can someone give me an idea on how to turn the following program into dynamically allocated link list. Currently I have a linked list that I am using but I was told it does not dynamically allocate...
  5. Thread: filling an array

    by Flex
    Replies
    7
    Views
    2,603

    filling an array

    I tried your solution and the program acts the same. My problem lies where I try to initialize the array to my random # output. So I guess I need to know how to initialize the array to the numbers...
  6. Thread: filling an array

    by Flex
    Replies
    7
    Views
    2,603

    filling an array with 40 rand #'s

    I would like to fill my array with the 40 numbers I generated randomly, but it doesn't seem to be working right. Here is the code:
    #include <stdlib.h>
    #include <stdio.h>

    int main()
    {
    int i,...
  7. Replies
    1
    Views
    1,419

    error message code

    I get help with the cast and it should run I am using two compilers one works and doesn't leave the output window open the other still gives me an error. Cut and paste this and see if it runs as is...
  8. Thread: error message

    by Flex
    Replies
    1
    Views
    1,084

    error message

    I am looking to solve the error of "c++ forbids implicit conversion from 'void *' in assignment". Here is my declarations and below is the section of code that is effected.


    #include <stdio.h>...
  9. Replies
    2
    Views
    967

    linked list error message

    I have a linked list I am using to represent a fifo paging algorithm. I believe all the logic is good, but I am getting a compiler error that I could use some help with.

    c:\program files\miracle...
  10. Replies
    0
    Views
    1,638

    simulating fifo paging

    Does anyone here have any experience creating a fifo paging algorithm using c. I need to randomly generate a reference string and then fill in the linked list with the ref string. the ref string will...
  11. Thread: Linked List

    by Flex
    Replies
    1
    Views
    824

    Linked List

    Can someone please give me a working example of a single linked list that adds and deletes.
  12. Thread: linked list

    by Flex
    Replies
    1
    Views
    1,212

    linked list

    I can't seem to get my linked list to execute. I am using miracle c compiler and i found a tutorial online here. When I run it I get the following error:

    C:\Program Files\Miracle...
Results 1 to 12 of 12