Error handling using ctype.h (C++)
I've discovered the usage of library in C++ which is
ctype.h
I have an user input which is a string to accept words and are doing error
handling using ispunct() to not accept punctuations. But I wanted the
ispunct() to accept " ' ". Anyway for me to set the the parameter to skip
" ' "?
No comments:
Post a Comment