Search:

Type: Posts; User: Oliveira

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    17,413

    Thank you very much mate. I've fixed the code...

    Thank you very much mate.

    I've fixed the code and now works fine:


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

    int raiz(float n, float *p);
  2. Replies
    6
    Views
    17,413

    "nan" output error

    Hi mates, I'm having problems with a "nan" output
    Look the code below


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

    float raiz(float n, float *p);

    int main()
  3. Replies
    4
    Views
    4,941

    Hi whiteflags I didn't read yet your previous...

    Hi whiteflags

    I didn't read yet your previous post, I will put below what I did until now so you can "feel" my level on C, I think I'm near from my objective :p


    #include<stdio.h>
    #define MAX...
  4. Replies
    4
    Views
    4,941

    Hi whiteflags but how can I fix the trouble...

    Hi whiteflags

    but how can I fix the trouble (the "carrying 1") that appears when I take a sum of two algarisms that results on a number >9?

    I'm a little bit confused, I've understood your idea...
  5. Replies
    4
    Views
    4,941

    Adding numbers with arrays

    Hi mates, I'm new in this board and also newbie on c programming...
    I have (for me :P) a hard task to add two numbers with the help of two arrays as follows:

    1 - Ask to the user to put the number...
Results 1 to 5 of 5