Search:

Type: Posts; User: Alcatraz

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    5,091

    It works now If i build btw. Thanks If I press...

    It works now If i build btw. Thanks
    If I press "compile everything" compiler tells me : "make: *** No targets specified and no makefile found. Stop."
    If I press "compile object" compiler tells me:...
  2. Replies
    8
    Views
    5,091

    ->Which documentation do you mean? The IDE's one?...

    ->Which documentation do you mean? The IDE's one?
    ->"%e" and "%f" are standard, I didn't add those
  3. Replies
    8
    Views
    5,091

    15528 I tried,same error If I try with "compile...

    15528
    I tried,same error
    If I try with "compile object" it tells me compilation well done but no file .exe is generated
  4. Replies
    8
    Views
    5,091

    Well-done, but can't compile

    Hello gentle folks
    I got this code


    #include <math.h>
    #include <stdlib.h>
    #include <stdio.h>


    int main(void)
  5. Replies
    13
    Views
    8,767

    I guess that's because main() has the priority,...

    I guess that's because main() has the priority, right?
  6. Replies
    13
    Views
    8,767

    >Some languages allow nested function...

    >Some languages allow nested function declarations, C does not.
    Ok now I understand..As normally we have to declare functions before main(),but I went in confusion just because when you first...
  7. Replies
    13
    Views
    8,767

    >I typed 7,4 I tried with 7.4 (i tried to use...

    >I typed 7,4
    I tried with 7.4 (i tried to use dot) and it works.

    >Move this so it's above main()
    I'd like to understand the reason...Are you saying this is better for compiler?

    > I think you...
  8. Replies
    13
    Views
    8,767

    I'm sorry for not being precise before. On the...

    I'm sorry for not being precise before.
    On the way I didn't even know that i could use a void function with pointers inside the main() one.
    I mean,there are so many cases that books should...
  9. Replies
    13
    Views
    8,767

    I tried as you said and even in different...

    I tried as you said and even in different ways...I can't compile the code because compiler says it is undefined,and that's how it is...
    I think books should explain this mechanisms...They just put...
  10. Replies
    13
    Views
    8,767

    Thank you, Should I use "getOperands(&a,&b);"...

    Thank you,
    Should I use "getOperands(&a,&b);" even in default case?
    I think...Is this a special function like "fgetpos" or something else?
    And by the way..why do I find, with recurrence,...
  11. Replies
    13
    Views
    8,767

    Switch-case working

    Hello gentle folks,
    I almost tried to look for the answer in my books and in some other treads here but there's nothing about my little mind trick...
    I need to create a simple calculator with...
  12. Replies
    5
    Views
    941

    I think that's a macro like ARRLEN and STRINGLEN....

    I think that's a macro like ARRLEN and STRINGLEN.



    That's what i'm asking :)
  13. Replies
    5
    Views
    941

    Now I understand! Thank you! 2° question, if you...

    Now I understand! Thank you!
    2° question, if you can..do you maybe know what's that MAXREC? just an array?
  14. Replies
    5
    Views
    941

    Random Sequence + Time ?

    Hi everyone
    I got a C code to "evolve"(Problem asks me to create another "database" or archive file,but this is another thing).-In reality this is the past "went-bad" exam.
    I can't understant how...
  15. Replies
    1
    Views
    625

    Random Sequence + Time ?

    Hi everyone,
    I got a piece of C code to "evolve"(Text wants me to create another file with the same structure but it's another thing)-in reality it's the past "went-bad" exam.-
    I can't figure out...
  16. Replies
    4
    Views
    2,756

    *Everything ok, i solved out Problems with "...

    *Everything ok, i solved out
    Problems with " ":rolleyes::D
  17. Replies
    4
    Views
    2,756

    PS. C stops working aT* 2nd scanf;)

    PS. C stops working aT* 2nd scanf;)
  18. Replies
    4
    Views
    2,756

    C stops working ad 2nd scanf

    Hi everybody
    I just can't figure out why my program stops working when i reach the second scanf
    I don't think it's a memory problem neither Windows treats it like a virus so I don't know how to...
  19. Thread: "ARRLEN" Role

    by Alcatraz
    Replies
    5
    Views
    3,020

    Indeed I thought that when i red about "reserved...

    Indeed I thought that when i red about "reserved words" for C and connecting that it's just a sizeof
    I've been searching everywhere for this little mind trick. Thank you for clearing my doubts! :)...
  20. Thread: "ARRLEN" Role

    by Alcatraz
    Replies
    5
    Views
    3,020

    Thank you for help. When you declare ARRLEN why...

    Thank you for help. When you declare ARRLEN why that (s) nearby? ( /*ARRLEN(s)*/ ).
    Can we use this even with pointers as you did? ( /* /sizeof(*s) */ ).
    And at least,what do you mean by "has it...
  21. Thread: "ARRLEN" Role

    by Alcatraz
    Replies
    5
    Views
    3,020

    "ARRLEN" Role

    Hi everyone,
    I'm new to this forum and to C programming,so i'm looking forward for someone who can kindly help me with my currently newbie path...
    Can someone explain me how ARRLEN (array length)...
Results 1 to 21 of 21