Search:

Type: Posts; User: phil128

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,011

    Infinate loops/Battery consumption

    Hi there. I'm trying to understand how i can make the code below more efficient. I'm trying find a way to execute the get_uptime() function every second. The code works but because of the infinite...
  2. Replies
    6
    Views
    1,036

    Ok cool :-D. Are the manual pages very useful...

    Ok cool :-D. Are the manual pages very useful then when programming and are they reliable in the sense there're hundreds of files tell you how to use the linux functions in C?
  3. Replies
    6
    Views
    1,036

    Help using header files in C

    Hello. I'm using gcc under linux and i'd like to know if they're any guides on the net to show how to use the functions within the header files so you can use them in your program without any errors...
  4. Replies
    21
    Views
    3,365

    Thanks alot for that link "audinue" i understand...

    Thanks alot for that link "audinue" i understand them now :-D.

    Thanks alot to the other people who replied to my Question :-D.

    Peace
  5. Replies
    21
    Views
    3,365

    Don't understand (int *a, a) etc etc

    Hello. I'm new to programming in C and the one thing i cannot get my head around is what does things like "int *example(int a, int *b)" mean cannot you jus use "int example(int a, int b)" When a...
Results 1 to 5 of 5