Search:

Type: Posts; User: cvelasquez

Search: Search took 0.00 seconds.

  1. Replies
    26
    Views
    7,604

    Ok, thanks for your help, now I'll learn C++ and...

    Ok, thanks for your help, now I'll learn C++ and then QT (I want to develop KDE applications), or maybe I won't learn C++ and I'll use PerlTK :P THANKS!
  2. Replies
    26
    Views
    7,604

    C GUI for Linux: which one should I learn?

    Hello, I'm a Linux user and I'll want to program with a GUI. I want to ask you which one should I learn, because I'm really confused... and, if you can, please give me a link to a manual, thanks!.
  3. Replies
    4
    Views
    1,036

    No, it's not a pipe, anyway, I knew that it...

    No, it's not a pipe, anyway, I knew that it wasn't logic, but I wasn't totally sure. Thanks you anyway.
  4. Replies
    4
    Views
    1,036

    Reading from output

    I know it's probably something stupid, but, can I read a line from the stdout? I'm working under GNU/Linux.
  5. yeah, later I could see that it's not needed a...

    yeah, later I could see that it's not needed a cast because scanf( "%d", &number) receive only decimals.
    I change that line 'ObtenerFact...' for 'return ObtenerFact...', and it works now, thanks you.
  6. Thanks for your help, but I don't understand: ...

    Thanks for your help, but I don't understand:

    FIRST: no, I meant return result;, because if the number is equal to zero, it returns one, and if the count is equal to, for example, 5, in a...
  7. Problem with Recursion calculing Factorials

    Well, I've been learning those things that I didn't knew in theC tutorial of this site, and, in the recursion chapter, there was a homework where you had to write a program which calculates...
Results 1 to 7 of 7