Beginner Excercise Feedback and HelpHi everyone, I'm doing the beginner excercises found here. http://www.cplusplus.com/articles/N6vU7k9...
Comparing if 2 strings are equal?it doesn't work with double letters but im going to work on that later
Comparing if 2 strings are equal?Here is the function [code] signed int linear_search(string a, char target) { for(int i = 0; i <...
Comparing if 2 strings are equal?Whats wromg with the puzzle? The programi s far from.finished it has a lot of stuff that need polish...
Comparing if 2 strings are equal?Hi, im making a hangman game and ive got most of my code working, but I cant terminate the program w...