No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: do you know that while loop could help you??? example int y; while(! kbhit()){y=random(15);y++; textcolor(y);printf("BLINK");} Hope I will be able to help you. | |
Re: In C Language, we always use getch(); When any key pressed in keyboard, the key wasn't displayed. When you press ENTER, it will do the next statement... Hope it can help you. | |
Re: Hope I could help you... instead of strcmp just use strcmpi for example char a[5]; printf("\n\nDo you wish to continue yes or no): "); if(strcmpi(a,"yes")==0{ printf("you choose YES");getch();} else if(strcmpi(a,"no")==0{ printf("you choose NO");getch();} else { printf("Invalid");getch();} } | |
Re: I am wondering if we can build a calendar in C language... ...as in Gregorian Calendar format and design Is there any code that could help me to print or to display a Gregorian Calendar??? pls. reply... thanks... God bless... my yahoo email add is: [email]email snipped[/email] | |
Re: Last day, we tried a code to read data from a file and print it(display)... and it works... we also used fopen in a different way |
The End.