Search:

Type: Posts; User: evilangel6

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,851

    thx for time i try to play around with codes

    thx for time i try to play around with codes
  2. Replies
    10
    Views
    1,851

    #include #include...

    #include<stdio.h>
    #include<stdlib.h>
    #include<conio.h>
    char *pt;
    int prt;
    int check_string(char *s);
    int is_in(char *s,char c);
    char str[20],chr;
    void startmenu();
    void startchoice();
  3. Replies
    10
    Views
    1,851

    think my compiler doesnt support getch() tried...

    think my compiler doesnt support getch()
    tried it but still cant work


    void enterstring()
    {
    fflush(stdin);/*does this work better than getchar()?*/
    printf("\n\n\n\n\n\t\t\tenter a...
  4. Replies
    10
    Views
    1,851

    beginner need help

    void enterstring()
    {
    while(getchar()!='\n');
    printf("a string:");
    fgets(str,20,stdin);
    while(*str=='\n'||*str=='\0')
    {
    printf("\t\tneed to enter a...
Results 1 to 4 of 4