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
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
A null character '\0' at the end of a string
Dec 20, 2022
c
string
null
c-strings
null-terminated
Is nullptr used to terminate C-style strings?
Dec 17, 2022
c++
c
pointers
c++11
c-strings
Why does `(void *)&` get the address of the variable?
Dec 15, 2022
c++
casting
operator-overloading
c-strings
void-pointers
What is the exact type of "" when deduced by `auto`?
Dec 13, 2022
c++
c++11
auto
c-strings
Why doesn't a pointer to an element in a c-string return just the element?
Dec 12, 2022
c++
string
pointers
c-strings
Can std::string::c_str() be used whenever a string literal is expected?
Dec 09, 2022
c++
casting
c-strings
string-literals
rapidjson
Correctly pass a char array and char pointer to function by reference in C
Dec 07, 2022
c
arrays
pointers
c-strings
How to add two strings?
Dec 08, 2022
c
c-strings
string-concatenation
Post increment with pointers in while loop in C
Dec 08, 2022
c
c-strings
Is it mandatory to give '\0' for initialization of character arrays?
Dec 06, 2022
arrays
c
c-strings
Use of pointers on strings
Dec 04, 2022
c
c-strings
char-pointer
Strange std::cout behaviour with const char*
Dec 04, 2022
c++
string
iostream
cout
c-strings
Allocate room for null terminating character when copying strings in C?
Nov 29, 2022
c++
c-strings
strncpy or strlcpy in my case
Mar 10, 2022
c
copy
c-strings
strncpy
Older Entries »