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 #72.8K
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 2
c x 2

1 Posted Topic

Member Avatar for Incubator

#include<stdio.h> #include<conio.h> #include<string.h> int main() char *str="dokuz eylül imyo"; for(int i=0;i<strlen(str);i++) if(str[i]=='k') textcolor(14);cprintf("%c-%d\n\r",str[i]-32,i+1); else printf("%c\r\n",str[i]); 'Textcolor' was not declared in this scope gives a fault.

Member Avatar for Emre_4
0
2K

The End.