I want to make a program that reads that line, character by character.
I want this because I want to use a while loop that goes through the text character by character, and if it reads a "d", it prints everything before the "d" and stops right there.
The errors:
Error 2 error C2040: '==' : 'int' differs in levels of indirection from 'const char [2]' 14
Error 1 error C2446: '==' : no conversion from 'const char *' to 'int' 14