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 strncpy
Why does strncpy() produce garbage when the dest is smaller than the src but large enough to fit the wanted substring of src?
Apr 30, 2026
c
string
strcpy
strncpy
format ’%s’ expects argument of type ’char *’
Mar 07, 2026
c
string
printf
strcpy
strncpy
copy character from string to another string in C
Mar 01, 2026
c
string
char
truncate
strncpy
Do strncpy/memcpy/memmove copy the data byte by byte or in another efficiently way?
Feb 27, 2026
memcpy
strcpy
strncpy
memmove
effective-c++
Using strncpy() to copy const char *
Dec 14, 2025
c
strncpy
Creating C substrings: looping with assignment operator VS strncopy, which is better?
Feb 21, 2023
c
substring
assignment-operator
strncpy
Copying n chars with strncpy more efficiently in C
Dec 18, 2022
c
string
malloc
strncpy
Weird behavior with stack and heap while using strncpy
Dec 16, 2022
c
string
malloc
strncpy
Copy length of characters from array to std::string
Dec 07, 2022
c++
arrays
string
copy
strncpy
strncpy doesn't always null-terminate
Dec 05, 2022
c
strncpy
strncpy implementation too complicated in glibc
Nov 13, 2022
c
glibc
strncpy
traversing C string: get the last word of a string
Oct 15, 2022
c
string
strncpy
strncpy documentation question
Oct 14, 2022
c++
c
strncpy
Copy end of string in C
May 07, 2022
c
string
copy
strncpy
strncpy equivalent for std::string?
Sep 25, 2022
c++
string
strncpy
strncpy and using sizeof to copy maximum characters
Jan 05, 2020
c
strncpy
utf8 aware strncpy
Mar 28, 2019
c++
c
utf-8
strncpy
Convert zero-padded bytes to UTF-8 string
Apr 24, 2022
python
unicode
utf-8
byte
strncpy
strncpy or strlcpy in my case
Mar 10, 2022
c
copy
c-strings
strncpy
Older Entries »