Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K
~741 People Reached
Favorite Forums
Favorite Tags
c x 6

5 Posted Topics

Member Avatar for Majestics

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.

Member Avatar for arpit_yadav
0
142
Member Avatar for Spring_1000

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.

Member Avatar for Spring_1000
0
249
Member Avatar for knight fyre

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();} }

Member Avatar for jephthah
0
127
Member Avatar for modaslam

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]

Member Avatar for modaslam
0
148
Member Avatar for Tom21

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

Member Avatar for jonnelgrande
0
75

The End.