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
A proper way of associating enums with strings
Sep 12, 2022
c
enums
c-strings
Selecting only the first few characters in a string C++
Oct 07, 2022
c++
string
c-strings
How to declare constexpr C string?
Sep 04, 2022
c++
constexpr
c-strings
string-literals
Strip first and last character from C string
Sep 04, 2022
c
string
c-strings
How to use memset while handling strings in C++? [closed]
Oct 15, 2022
c++
initialization
c-strings
string-literals
memset
Why do I first have to strcpy() before strcat()?
Sep 03, 2022
c
c-strings
Why is strdup considered to be evil
Sep 03, 2022
c
c-strings
C - split string into an array of strings
Oct 27, 2022
c
c-strings
Expand macros inside quoted string [duplicate]
Mar 08, 2022
c
macros
c-preprocessor
c-strings
Can a std::string contain embedded nulls?
Nov 16, 2022
c++
stdstring
c-strings
null-terminated
Using C-string gives Warning: "Address of stack memory associated with local variable returned"
Aug 28, 2022
c++
pointers
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