List Question
20 TechQA 2022-11-11T22:35:42.657000Nested switch() - case issue in C. Why are <ctype.h> functions not working the way I would like them to?
92 views
Asked by Marcus G.
Why do a bitwise-and of a character with 0xff?
794 views
Asked by Roger Costello
Check if the strings inside a list of tuples contain whitespace and remove the tuple if true
24 views
Asked by user14940676
Is std::isspace the opposite of std::isgraph in C++ (locale versions)
135 views
Asked by Jimmy
Calculate spaces in a string
129 views
Asked by mohammed shajahan
Why is isspace() returning false for strings from the docx python library that are empty?
839 views
Asked by romanex1212
Determining if its a Whitespace character by user input
178 views
Asked by Ryn A
Isspace function in python
867 views
Asked by Imran Abdalla
C++ Function does not seem to count the number of spaces in a text file
439 views
Asked by Teaaaaaaa
Wrong output from code using isspace() test over index values
32 views
Asked by AudioBubble
Debug assertion failed, Expression: (unsigned)(c + 1) <=256 Ask Question c++
235 views
Asked by Alex Kross
How to fix argument of type is incompatible with parameter of type
7.7k views
Asked by Breaks Coder
Python isspace function
3.3k views
Asked by jr17420975320
Debug assertion failed with std::erase
296 views
Asked by Vivek Subramanian
Check whether a string is empty (or spaces)
9k views
Asked by Excalibur
I need to return number of words in c sting after taking user input
131 views
Asked by Yury Stanev
if(isspace()) statement not working C++
2.3k views
Asked by Keudn
Determining if a file being inputted and read is really empty
62 views
Asked by Scuba
cs50 initials pset2 unexpected error
107 views
Asked by katedarcykula
Extract a Word from a String
161 views
Asked by Novice Polymath