Search code examples
Trying to count the number of commas in a string and save to a int counter...


cloopscharcounterc-strings

Read More
Why does this code work as expected if I use Visual C(Visual Sudio 2022) but doesn't if I use gc...


cfunctioncharc-stringslongest-substring

Read More
What means "write access violation" in C and how do I solve this?...


cstringpointerschar

Read More
How to convert command line arguments from char * argv[] to char16_t * argv[]...


c++linuxtype-conversioncharchar16-t

Read More
Problem with reading characters into an array one by one (C)...


cloopscharscanfwhitespace

Read More
how to reverse string in array in C...


cfunctioncharreversec-strings

Read More
Invalid conversion from ‘const char*’ to ‘unsigned char*’...


c++castingtype-conversioncharstring-literals

Read More
Print an array of char, but the ending is not expected...


arrayscpointerscharprintf

Read More
Array is returning blank - CS50 N0 V0w3ls...


cfunctioncharcs50c-strings

Read More
error: cannot convert 'std::basic_string<char>' to 'char' in assignment...


c++binarycharintbitset

Read More
Check if char array has just '\0'...


c++arrayschar

Read More
Adding space in Java...


javacharletter

Read More
Does casting from Char to Int always give positive values in C...


ccastingintegercharc-strings

Read More
How to fill a char array in C...


carrayschar

Read More
How to convert a char array to a byte array?...


c++arraysarduinochar

Read More
Java: Generate random letter, return as a String...


javastringrandomchar

Read More
In C# how to get minimum and maximum value of char printed in Unicode format?...


c#unicodechar

Read More
Trim double quotes from start and end of a string...


phpstringchartrim

Read More
How to convert umlauts in a C char array to hex codes?...


arraysccharasciidiacritics

Read More
char pointer in C not getting the good value...


cstringpointerschar

Read More
How to get the nth character of string in Postscript...


stringcharasciipostscript

Read More
Find common chars in 2 list Ocaml...


listcharocamlmatching

Read More
Change String value to uppercase in a C++ header file?...


c++stringcharheader-filesuppercase

Read More
Printing array of chars using pointer to char....


c++char

Read More
The address of character type variable...


c++charcharactermemory-address

Read More
How to convert a float to a 4 byte char in C?...


cchartype-conversion

Read More
Addition of an integer to a string...


cpointerscharaddition

Read More
Why is deleting the space? c++ .erase()...


c++stringwhile-loopcharerase

Read More
What is the symbol for whitespace in C?...


ccharwhitespacespace

Read More
Detecting *all* emojis...


c#regexstringcharemoji

Read More
BackNext