Home › Forums › C Programming › Reading input string › Reply To: Reading input string
June 2, 2008 at 10:53 am
#3397
Humayan
Participant
To compare to strings I would use strcmp() from string.h , check out this link:
http://www.cplusplus.com/reference/clibrary/cstring/strcmp.html