Search:

Type: Posts; User: Servo888

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,706

    How would I free the memory? If in a function I...

    How would I free the memory? If in a function I call someothervar = CleanStream(somevar); the memory is allocated in the CleanStream function. So wouldn't I have free() the memory outside of the...
  2. Replies
    11
    Views
    1,706

    Returning Pointers - need some help

    Hello - I'm new to C programming (yes I have a book) and I've been working on a little project, which is a laptop deamon. It does some functions I need to monitor the health of my laptop. But that's...
Results 1 to 2 of 2