Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c-strings
strstr to find a word in a string using c returning true all the time
Nov 01, 2025
c
c-strings
turbo-c
Why is strnlen() not considered for inclusion in C23?
Oct 30, 2025
c
language-lawyer
c-strings
c23
If I am using UTF-8 strings is it risky to use standard string handling that assumes null termination?
Oct 25, 2025
c
utf-8
c-strings
null-terminated
Why does a loop containing getchar() exit when '\n' is entered?
Oct 21, 2025
c
loops
c-strings
getchar
CLinker.toCString replacement in Java 18
Oct 19, 2025
java
c-strings
project-panama
Checking if string is only letters and spaces
Oct 20, 2025
arrays
c
function
char
c-strings
string length with fgets function in C [duplicate]
Oct 19, 2025
c
c-strings
fgets
strlen
Are there any modern alternatives of std::strchr() for C++?
Oct 18, 2025
c++
c-strings
strchr
Is strlen Optimized out for String Literals?
Oct 02, 2025
c++
c-strings
string-length
string-literals
compile-time-constant
how to change color in a string in c?
Sep 16, 2025
c
colors
c-strings
fwrite
C++ While loop not re-assigning string value
Sep 16, 2025
c++
input
while-loop
iostream
c-strings
Why does fgets() require a maximum size of user input? Is it because it does not have the "restrict to first space" property of scanf()?
Sep 15, 2025
c
c-strings
fgets
buffer-overflow
Is there a std::string equivalent for CString::Mid()?
Sep 08, 2025
c++
c-strings
stdstring
How to convert char* into std::u8string?
Sep 04, 2025
c++
utf-8
c++20
c-strings
stdstring
Dynamically prompt for string without knowing string size
Mar 20, 2023
c
dynamic
prompt
c-strings
Unable to get rid of errors even after using the right headers
Mar 09, 2023
c
c-strings
Constant character pointer using unique_ptr
Jan 30, 2023
c++
unique-ptr
c-strings
char-pointer
const-char
using binary search to find the first capital letter in a sorted string [closed]
Jan 27, 2023
c
char
c-strings
uppercase
function-definition
Understanding of strlen function - Assignment of const char *s to const char *sc
Jan 02, 2023
c
pointers
memory
c-strings
Can a string pointer in C be directly assigned a string literal?
Dec 21, 2022
c
string
c-strings
Older Entries »