Search:

Type: Posts; User: PickleBranston

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    16,088

    ok i got it now, so as long as the getpeople()...

    ok i got it now, so as long as the getpeople() function returns a pointer to the linked list i want then i have what i need.


    Thanks for all the help guys
  2. Replies
    13
    Views
    16,088

    but once that function closes wont all that...

    but once that function closes wont all that memory be freed?
  3. Replies
    13
    Views
    16,088

    Ok so my program is to help solve an issue with a...

    Ok so my program is to help solve an issue with a game you can play called the murder game. Usually you need someone to organise it for everyone else, but that obviously means they cannot play, so...
  4. Replies
    13
    Views
    16,088

    i think maybe i havent clearly explained myself....

    i think maybe i havent clearly explained myself.

    I am saying that i DONT want to have a global variable for this structure, as i dont want wasted memory. So my question is do i have to have a...
  5. Replies
    13
    Views
    16,088

    so how do i make a global linked list then?...

    so how do i make a global linked list then? because any linked list i create inside a function will be freed as soon as the function ends right? and i cant declare it before the main program because...
  6. Replies
    13
    Views
    16,088

    sorry i dont know how i managed to double post?...

    sorry i dont know how i managed to double post? browser maybe got confused.


    I am concerned about making it a global variable since this structure has many different elements, and each time the...
  7. Replies
    13
    Views
    16,088

    Global linked list

    I googled but could not find what i wanted.


    basically passing pointers between each function is a bit of a nightmare for one of my linked lists which is being used continually throughout my...
  8. Replies
    1
    Views
    1,421

    Global linked list

    I googled but could not fiund what i wanted.


    basically passing pointers between each function is a bit of a nightmare for one of my linked lists which is being used continually throughout my...
  9. Replies
    16
    Views
    10,108

    Ok cheers all working now! It would be nicer...

    Ok cheers all working now!

    It would be nicer to have a higher accuracy on time measurements, but as first poster said you would struggle to read, calculate and type answer anywhere near to 1...
  10. Replies
    16
    Views
    10,108

    right i see, i was looking for a x1 and x2 value,...

    right i see, i was looking for a x1 and x2 value, but one you just calculate inside the difftime which is much simpler!


    Although I seem to understand it, i cant seem to get it to work!...
  11. Replies
    16
    Views
    10,108

    sorry, but i cant see when that time starts...

    sorry, but i cant see when that time starts counting? It cant count from when program starts incase user wants to have more than one go without closing down the program.
    Using googled knowledge on...
  12. Replies
    16
    Views
    10,108

    Counter (Time)

    Hi,

    I am writing a program that will ask simple maths questions to build up better mental aritmatic etc.
    I need a way of timing how long it takes to answer a set of say 20 questions so that i...
Results 1 to 12 of 12