Search:

Type: Posts; User: cogeek

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Some problems

    by cogeek
    Replies
    16
    Views
    2,134

    goodbye, hopw i will never see you again, if you...

    goodbye, hopw i will never see you again,
    if you cannot read the whole topic then got to be dr@@
    please a mod close the topic
  2. Thread: Some problems

    by cogeek
    Replies
    16
    Views
    2,134

    hey emmanuel: you must not be psychic just read...

    hey emmanuel:
    you must not be psychic just read the whole TOPIC:

    and i get the same eroors without '
  3. Thread: Some problems

    by cogeek
    Replies
    16
    Views
    2,134

    hey , i delete the ' and added == instead = but...

    hey , i delete the ' and added == instead = but still nothing in the days program
  4. Thread: Some problems

    by cogeek
    Replies
    16
    Views
    2,134

    hey when i added 2 == i got the same error when...

    hey when i added 2 == i got the same error when compiling:
    daysif.c: In function `main':
    daysif.c:19: parse error before "else"
    ok, i will try without the 'x'
  5. Thread: Some problems

    by cogeek
    Replies
    16
    Views
    2,134

    ok, will try again hey brain-cell you must...

    ok, will try again

    hey brain-cell
    you must read the whole topic(don't be bored)
  6. Thread: Some problems

    by cogeek
    Replies
    16
    Views
    2,134

    Some problems

    Hello, i tried do some excerises from a book i have, one exercise says to create a program tha you will enter 3 numbers and it will print the biggest and then the 2s biggest and the 3th biggest
    for...
  7. Thread: Switch

    by cogeek
    Replies
    4
    Views
    14,566

    thanks done, the problem was the " ; "

    thanks done,
    the problem was the " ; "
  8. Thread: Switch

    by cogeek
    Replies
    4
    Views
    14,566

    Switch

    I got the foilowing code:


    #include <stdio.h>

    main()
    {

    int x;
    printf("Write a number: \n");
  9. oh!!! i still don't know what bject oriented mean...

    oh!!! i still don't know what bject oriented mean but why does google uses python?
  10. Replies
    27
    Views
    7,981

    I din't get what the (char) mean ?

    I din't get what the (char) mean
    ?
  11. what does OO means? and why has google done it in...

    what does OO means? and why has google done it in python when php is better :confused: ?
  12. Replies
    27
    Views
    7,981

    OK: i writed this: #include main()...

    OK: i writed this:
    #include <stdio.h>
    main()
    {
    int c, ch;
    printf("Add a character: ");
    scanf("%c", &ch);
    ch = tolower(ch);
    printf("The character is...
  13. Hey, i wanna make a sit elike google.com/adsense...

    Hey,
    i wanna make a sit elike google.com/adsense that why i'am asking what programming language to learn to do this,
    php don't seems me so proffesional
  14. Replies
    27
    Views
    7,981

    Where is the ch salem? shoudnlt' i say char c,...

    Where is the ch salem?
    shoudnlt' i say char c, ch; ???
  15. Replies
    27
    Views
    7,981

    Ok, i change drthe code to this: #include...

    Ok,
    i change drthe code to this:
    #include <stdio.h>
    main()
    {
    int c;
    printf("Add a character: ");
    scanf("%c", &c);
    toupper(c);
    printf("The character is...
  16. Replies
    27
    Views
    7,981

    I change all the %c to %i and the char to int and...

    I change all the %c to %i and the char to int and now get:
    The character is -1073743308
  17. Replies
    27
    Views
    7,981

    yes, i read the man from my unix box but i don't...

    yes, i read the man from my unix box but i don't get why it has it as an integer as it should be char, saw my program?
  18. Replies
    27
    Views
    7,981

    I read the manual of C and writed this: #include...

    I read the manual of C and writed this:
    #include <stdio.h>
    main()
    {
    char c;
    printf("Add a character: ");
    scanf("%c", &c);
    toupper(c);
    printf("The...
  19. Replies
    27
    Views
    7,981

    what is touper and tolower, i hear them for...

    what is touper and tolower,
    i hear them for first time?
  20. What programming languages to use, what prohgramming language is it?

    As many others webmasters in here i use google adsense and would like to ask:
    For example when you see ...support/adsense/bin/answer.py?answer=9727 the .py means that all thi sgoogle adsense is...
  21. Replies
    27
    Views
    7,981

    Big Letter became small letter

    I writted the following code:


    #include <stdio.h>

    main()

    {

    char ch, newch;
  22. Replies
    8
    Views
    2,896

    thanks, nice example

    thanks,
    nice example
  23. Replies
    8
    Views
    2,896

    ok, i get it: whats your compiler anyway? my...

    ok,
    i get it:
    whats your compiler anyway?
    my compiler is gcc!
  24. Replies
    8
    Views
    2,896

    i don't get any erros

    i don't get any erros
  25. Replies
    8
    Views
    2,896

    Celsius-Fahreneit program

    I got the following code i written for an exercise of an a book


    #include <stdio.h>

    main()
    {
    int ce;
    int fa;
    printf("Write fahreneit: ");
Results 1 to 25 of 109
Page 1 of 5 1 2 3 4