Search:

Type: Posts; User: tost

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    3,994

    i'm going to do that practice and practice i...

    i'm going to do that practice and practice
    i need more problems that let me learn

    Working

    #include<stdio.h>
    #include<string.h>
    int main()
    {
  2. Replies
    18
    Views
    3,994

    i changed it then i changed it to 'A','Z' thank...

    i changed it then i changed it to 'A','Z'
    thank you :)
  3. Replies
    18
    Views
    3,994

    :wink: that's right no update happen in the...

    :wink:
    that's right no update happen in the main function it just change the value then nothing
    The correct code

    #include<stdio.h>
    #include<string.h>
    #include<stdbool.h>
    char...
  4. Replies
    18
    Views
    3,994

    mr std10093...

    mr std10093
    i red the topic about why not using BUFSIZ it's size changeable from compiler to other
    so where can i use it socket programming or what ?
    i mean best situation to use BUFSIZ an nothing...
  5. Replies
    18
    Views
    3,994

    mr.Adak...

    mr.Adak
    i will let user input in char array and i will check every char if it upper then change to lower if it lower change to upper and the ascii symbol normal
    that's my logic can you write to me...
  6. Replies
    18
    Views
    3,994

    Thanks i forgot that c++ has toupper tolower...

    Thanks i forgot that c++ has toupper tolower function so i changed all name
    i removed the second check in to_lower to_upper
    and <= >=;

    could you tell me what IDE or compiler you use?
    i still...
  7. Replies
    18
    Views
    3,994

    i need program that i input string like this ...

    i need program that i input string like this
    TOSst!@
    and output
    tosST!@

    the proplem in source that if write anything it just output it the same
  8. Replies
    18
    Views
    3,994

    i used fgets and made new var for strlen() but...

    i used fgets and made new var for strlen()
    but the same proplem :frown:


    #include<stdio.h>
    #include<string.h>
    #include<stdbool.h>
    char toupper(char);
    char tolower(char);
    bool islower(char);
  9. Replies
    18
    Views
    3,994

    convert from upper to lower

    Hello
    please
    1-what is the proplem with this code
    2-how can i use fgets in this code
    3- can i use BUFSIZ
    which will be more faster BUFSIZ or strlen()
Results 1 to 9 of 9