Search:

Type: Posts; User: hello234

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    918

    thank you!!

    thank you!!
  2. Replies
    2
    Views
    918

    error message i've never seen before

    - incompatible implicit declaration of built-in function 'malloc'

    any thoughts on general things that may be causing this? i've been staring at it for a while and that doesn't seem to be...
  3. Replies
    11
    Views
    9,651

    can you explain what the asterisk is actually...

    can you explain what the asterisk is actually doing here?
  4. Replies
    11
    Views
    9,651

    very bone-headed of me with changing the function...

    very bone-headed of me with changing the function names. thank you all for the help. here is the program that works in case future newbies search this forum



    #include <stdio.h>
    #include...
  5. Replies
    11
    Views
    9,651

    Citizen-- thanks for getting back to me. I was...

    Citizen-- thanks for getting back to me. I was able to understand a lot of what you said.

    This is my new code, and it works up until where I define the function at the end. Right now, it does...
  6. Replies
    11
    Views
    9,651

    Structure to function (to print)

    Hi all,

    I've been struggling to learn structures, and I think I've got the structure part down now. I'm trying to create a print function to print what I've put into the structures, and I'm...
  7. also i should add-- thank you for your response

    also i should add-- thank you for your response
  8. i have used the declaration void function(int,...

    i have used the declaration

    void function(int, float, int, int, float);

    and then where i do that it tells me "previous declaration of 'function' was here
  9. 'differences' is the function name

    'differences' is the function name
  10. previous implicit declaration of 'differences' was here

    does anyone know what this error message means?

    i am using a function that i have not previously declared (because i cannot get that to work... another story) and this is the message it gives me....
  11. thank you!

    thank you!
  12. Read from file of unknown length, then terminate

    I cannot figure out how to use fscanf to understand when my loop has run through all the numbers in a file.

    I tried to use

    while(fscanf(ifile, "%d", &num) !=EOF)

    but it did not work properly
  13. Replies
    4
    Views
    2,157

    i'm in a similar situation where i have to take...

    i'm in a similar situation where i have to take this class to graduate, except i'm trying to learn the language before the class starts since i have no experience, so basically i'm on my own with the...
  14. Rags to riches-- Thank you SO much for that...

    Rags to riches--

    Thank you SO much for that tip. I'm sure I'll learn more about this compiler over time, but that was exactly what I needed to be able to test my stuff and learn!
  15. Master5001-- Yeah, I've struggled with that...

    Master5001--

    Yeah, I've struggled with that for quite a while. The thing is written in language that I don't understand. This is my first programming undertaking, and it seems like I need a...
  16. Seeing results of my code in Xcode... totally new please help

    Hello all and thank you in advance. I have installed Xcode tools and I'm trying to learn how to create applications that just do simple things so that as I code programs to learn C, I can physically...
Results 1 to 16 of 16