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
~168 People Reached
Favorite Forums
Favorite Tags
c x 2
Member Avatar for 0xCoTiNe

I wrote a code which a crossword and a word are inputed and the cord of the beginning of the word are printed out and I keep getting the "Run-Time Check Failure #2" error at the very end. [CODE]#include <stdio.h> #include <string.h> int BottomBorCheck(int index); int TopBorCheck(int index); int main() …

0
55
Member Avatar for 0xCoTiNe

I need to scan a crossword king of thing like this: [CODE]a b c o d e f g h i j k l m l n o p q r s t r z a l q w s x c d e r f v e b g …

Member Avatar for Dave Sinkula
0
113