Search:

Type: Posts; User: SNaRe

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,601

    SlyMaelstrom i'm not begging i wanted to show my...

    SlyMaelstrom
    i'm not begging i wanted to show my post only. if you don't know how to do it don't write something to topic and don't bump it. i only asked whether someone knows it . if i'm begger all...
  2. Replies
    7
    Views
    1,601

    is there someone that can help me pleasE?-

    is there someone that can help me pleasE?-
  3. Replies
    7
    Views
    1,601

    so how can i make this . can you write true code?

    so how can i make this . can you write true code?
  4. Replies
    7
    Views
    1,601

    Do - While Problem

    Hello maybe this is easy question but i couldn't why it happened.
    Here is my code.

    #include <stdio.h>
    #include <conio.h>
    int main(){
    char x;
    do{
    ...
  5. Replies
    5
    Views
    1,931

    it seems my problem is big to solve. if someone...

    it seems my problem is big to solve. if someone can eidt the code and make i will be happy.
  6. Replies
    5
    Views
    1,931

    Expanding Factorial Limits

    #include <stdio.h>
    #include <conio.h>
    int main(){
    int ts;
    int carpim;
    printf("Enter Integer : ");
    scanf("%d",&ts);
    ...
  7. Replies
    6
    Views
    2,049

    i must learn that it makes works...

    i must learn that <limits.h> it makes works easier ı must work on words now
  8. Replies
    6
    Views
    2,049

    i wrote counting letters. but ı did it with...

    i wrote counting letters. but ı did it with "goto" function ı must learn writing without "goto".
    and ı couldn't find how to write counting words as my first messege



    #include<stdio.h>...
  9. Replies
    6
    Views
    2,049

    i searched ı couldn't find the answer

    i searched ı couldn't find the answer
  10. Replies
    6
    Views
    2,049

    Counting Characters And Words

    hi
    i have a problem
    i need to do this
    for example
    i will write
    welcome.to programming.welcome
    then it will show me this
    we use "w" for 21 times
    we use "e" for 4 times
    we use "l" for 2...
Results 1 to 10 of 10