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
When/Why is '\0' necessary to mark end of an (char) array?
Sep 09, 2022
arrays
c
char
c-strings
null-terminated
How to write a better strlen function?
Oct 07, 2022
c
string
optimization
pointers
c-strings
In C, can I initialize a string in a pointer declaration the same way I can initialize a string in a char array declaration?
Sep 19, 2022
c
pointers
arrays
c-strings
Why should one use std::string over c-style strings in C++?
Sep 18, 2022
c++
string
c-strings
Proper way to copy C strings
Mar 16, 2022
c++
string
copy
c-strings
Comparing two char* for equality [duplicate]
Apr 02, 2022
c++
c-strings
Print part of a string in C
Nov 14, 2022
c
c-strings
Set Qt default encoding to UTF-8
Apr 06, 2019
qt
utf-8
character-encoding
c-strings
What if I don't call ReleaseBuffer after GetBuffer?
Sep 13, 2019
c++
mfc
c-strings
getbuffer
Are strtol, strtod unsafe?
Nov 15, 2022
c
constants
std
c-strings
const-char
converting c style string to c++ style string
Oct 16, 2022
c++
c-strings
Is there anyway to create null terminated string in Go?
Aug 26, 2022
string
go
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
« Newer Entries
Older Entries »