What is the header file must be included in sololearn c++ compiler in order to enable use of function strptr(string) like touper(char var) or tolower(char var)? thank you.
8/19/2020 4:49:29 AM
Oliver Pasaribu1 Answer
New Answerstrupr is a non-standard function not supported by sololearn c++ compiler. You will need to convert lower to uppercase char by char. for functions toupper or tolower include <cctype>
Learn Playing. Play Learning
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message