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 null-terminated
Using arrays of character strings: arrays of pointers - Are they like multidimensional arrays?
Dec 30, 2022
c++
arrays
pointers
char
null-terminated
A null character '\0' at the end of a string
Dec 20, 2022
c
string
null
c-strings
null-terminated
How are strings terminated in C#?
Aug 30, 2022
c#
.net
string
null-terminated
Why must a char array end with a null character?
Feb 12, 2022
c++
c
arrays
char
null-terminated
How could this C fragment be written more safely?
Mar 21, 2022
c
memory-management
cstring
null-terminated
strdup
How to initialize a char array without the null terminator?
Dec 04, 2019
c
arrays
string
c11
null-terminated
Calling a C Function with C-style Strings
Apr 01, 2022
string
d
cstring
null-terminated
Do std::strings end in '\0' when initialized with a string literal?
Apr 28, 2022
c++
string
null-terminated
subscript-operator
Why strrchr() returns `char*` instead of `const char*`?
May 05, 2022
c++
null-terminated
strrchr
const-string
Is PChar('') guaranteed to be a pointer to #0 (not nil)?
Jul 10, 2018
delphi
null
string
null-terminated
pchar
Non null-terminated string compiler option for gcc
Apr 19, 2022
c++
c
string
gcc
null-terminated
Special characters \0 {NUL} in Java
Nov 10, 2022
java
string
null-terminated
What are the specifics of the definition of a string in C?
Sep 16, 2022
c
arrays
string
null-terminated
When/Why is '\0' necessary to mark end of an (char) array?
Sep 09, 2022
arrays
c
char
c-strings
null-terminated
string array with garbage character at end
Jun 12, 2019
c
string
cstring
null-terminated
Are all char arrays automatically null-terminated?
Oct 27, 2022
c
arrays
string
null-terminated
Null-terminate string: Use '\0' or just 0?
Sep 05, 2022
c++
c
null-terminated
Range based for loops on null terminated strings
Feb 07, 2022
c++
for-loop
c++11
null-terminated
How to memset char array with null terminating character?
Aug 22, 2022
c++
arrays
c++11
memset
null-terminated
Why are strings in C++ usually terminated with '\0'?
Nov 02, 2022
c++
c
string
null-terminated
Older Entries »