UhhhIn my C++ book one of the assignments is to Create a program that Searches for a '-' (hyphen) in a string and replaces it with a '_' (underscore). People have told me to use arrays. But i dont know how itd apply to it / What'd i have to do? And whats Primitive Hash Code? /
1. create a char array 2. fill it with a text with a hyphen in it 3. scan for the hyphen if you found it replace it. stop scanning when the array ends if you need more tips ask for them.