Search:

Type: Posts; User: Oliveira88

Search: Search took 0.00 seconds.

  1. You have to check out Deitel's book, there are...

    You have to check out Deitel's book, there are lot of good exercises to fix sintax doubts such as the "case sensitive" issue of C.

    Amazon.com: C How to Program Introducing C++ and Java...
  2. Replies
    8
    Views
    1,269

    ahhh now I get this! I was using an int fuction...

    ahhh now I get this! I was using an int fuction as a void function, as int I need to use the "return" at the calling!

    Sorry, newbie mind mode slow :)
  3. Replies
    8
    Views
    1,269

    :P thanks

    :P thanks
  4. Replies
    11
    Views
    1,824

    srand() fuction needs unsigned int as argument,...

    srand() fuction needs unsigned int as argument, at least was what I've read in my book :P
  5. Replies
    8
    Views
    1,269

    Thanks for trying help, but I think I need to...

    Thanks for trying help, but I think I need to study more about recursion and returning, I've fixed my program using a pointer and an auxiliary variable. See below:


    #include<stdio.h>...
  6. Replies
    8
    Views
    1,269

    I was calling the function again for recursion,...

    I was calling the function again for recursion, the returning is made after all the possible calls, in fact I'm not good at recursion, could you help me to fix it?
  7. Replies
    8
    Views
    1,269

    no returning

    Hi mates. I'm new at programming, I've tried to make a program that return 1 if a situation is true otherwise 0, but quitting the function "encaixa", the returning to the main fuction is garbage. I...
Results 1 to 7 of 7