Search:

Type: Posts; User: LuizCPFL

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    1,950

    LOL no i'm not that stupid why buy things online...

    LOL no i'm not that stupid why buy things online when you can use torrents.
    :)

    edit: i don't get it
  2. Replies
    11
    Views
    1,950

    lol well its the only video guide I got. It is...

    lol well its the only video guide I got. It is probably outdated thats why.
  3. Replies
    11
    Views
    1,950

    yeah thanks didn't notice that but I solved my...

    yeah thanks didn't notice that but I solved my problem my using && instead of || and it workd :)
  4. Replies
    11
    Views
    1,950

    I know its very very wrong to use fflush(stdin);...

    I know its very very wrong to use fflush(stdin); but my guide telsl me to use it only for now so...

    i tried doing what you told me but it still doesn't work here is my whole source code.

    ...
  5. Replies
    11
    Views
    1,950

    Help- While loop

    What is wrong with it?
    for some reason if I type a, A, s, S it still does the loop


    while (Album != "a" || Album != "A" || Album !="s" || Album != "S")
    {
    printf("Sorry invalid...
  6. Thread: Help: strcmp

    by LuizCPFL
    Replies
    5
    Views
    2,968

    thanks

    thanks
  7. Thread: Help: strcmp

    by LuizCPFL
    Replies
    5
    Views
    2,968

    Help: strcmp

    Ok lets say

    name is a char and I typed Bruce

    what value would I get?

    strcmp(name,"Bruce")

    1 or 0?
  8. Replies
    7
    Views
    1,635

    Yeah now it does. Thanks I love this site you get...

    Yeah now it does. Thanks I love this site you get help so fast.
  9. Replies
    7
    Views
    1,635

    Thanks it worked. but I don't understand why it...

    Thanks it worked.
    but I don't understand why it wouldn't read the way I wrote it.
    its pretty much the same thing
    2+3=5
    3+2=5
  10. Replies
    7
    Views
    1,635

    strlen help please

    I know the my code source is wrong and wont compile but I don't know how I get the value from strlen(fulln) to the int nc;


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

    int main()
    { char ...
  11. Replies
    21
    Views
    2,326

    Wow thanks saving that site to favorites :)

    Wow thanks saving that site to favorites :)
  12. Replies
    21
    Views
    2,326

    Thank you I was looking for a list like that. I...

    Thank you I was looking for a list like that.
    I will make sure that I memorize it lol
  13. Replies
    21
    Views
    2,326

    Can someone help me with DATA TYPES int = %d...

    Can someone help me with DATA TYPES

    int = &#37;d
    char = %s
    float = %f
    double = %?

    or is double and %f?!?!?

    and what's your technique to remembering them? Do you just know?
  14. Replies
    21
    Views
    2,326

    How I do that? getchar() is already on there.

    How I do that?
    getchar() is already on there.
  15. Replies
    21
    Views
    2,326

    Yes that's exactly what I mean.

    Yes that's exactly what I mean.
  16. Replies
    21
    Views
    2,326

    Well when I try to run it without it and I enter...

    Well when I try to run it without it and I enter my number the program closes.
  17. Replies
    21
    Views
    2,326

    What you mean lol you didn't put anything there.

    What you mean lol you didn't put anything there.
  18. Replies
    21
    Views
    2,326

    What's another way of writing this script without...

    What's another way of writing this script without the:


    fflush(stdin);
  19. Replies
    21
    Views
    2,326

    Wow thanks

    Wow thanks
  20. Replies
    21
    Views
    2,326

    Help- I'm new to this

    Hi, I just started teaching myself C programming.(today)
    So I'm very new and never learned a language before.
    I have several video tutorials that tought the basics.
    But I'm having some trouble....
Results 1 to 20 of 20