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
String termination - char c=0 vs char c='\0'
Sep 15, 2022
c
string
c-strings
null-terminated
ansi-c
What is the difference between memcmp, strcmp and strncmp in C?
Sep 07, 2022
c
string
c-strings
Is it bad to declare a C-style string without const? If so, why?
Aug 26, 2022
c++
c
c-strings
What happens to memory after '\0' in a C string?
Aug 26, 2022
c
string
pointers
malloc
c-strings
Is it possible to print out only a certain section of a C-string, without making a separate substring?
Aug 17, 2022
c
printf
c-strings
How do you convert CString and std::string std::wstring to each other?
Aug 17, 2022
c++
mfc
c-strings
stdstring
What is the lifetime of the result of std::string::c_str()?
Aug 16, 2022
c++
string
c-strings
lifetime
c-str
Why do I get a segmentation fault when writing to a "char *s" initialized with a string literal, but not "char s[]"?
Aug 14, 2022
c
segmentation-fault
c-strings
« Newer Entries