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 char-pointer
Why can't I assign an array variable directly to another array variable with the '=' operator?
Mar 26, 2023
c++
arrays
char-pointer
Why can compiler only implicitly convert char * to std::string in some cases
Feb 07, 2023
c++
implicit-conversion
stdstring
char-pointer
object-construction
Constant character pointer using unique_ptr
Jan 30, 2023
c++
unique-ptr
c-strings
char-pointer
const-char
C++ error on char pointer
Jan 16, 2023
c++
char-pointer
Use of pointers on strings
Dec 04, 2022
c
c-strings
char-pointer
stringWithUTF8String returning nil since iOS 8.2 update
Oct 01, 2022
ios
objective-c
nsstringencoding
char-pointer
ios8.2
Incompatibility between char* and unsigned char*?
Nov 11, 2022
c++
casting
char-pointer
What does a pointer to a character point to in C?
Aug 30, 2022
c
pointers
char
char-pointer
What does (char*) 0 mean?
Jan 15, 2018
c
pointers
null
char-pointer
Is accessing members through offsetof well defined?
Jan 15, 2022
c
language-lawyer
undefined-behavior
char-pointer
offsetof
Can I Initialize a char[] with a Ternary?
Sep 13, 2022
c++
arrays
ternary
char-pointer
variable-initialization
How can I safely ensure a char* type will be correctly implemented (on any platform) according to OpenGL spec?
Feb 13, 2022
c++
opengl
type-conversion
type-safety
char-pointer
How to pass entire collection(char**) of command line arguments as read-only in c++?
May 10, 2022
c++
pass-by-reference
char-pointer
pass-by-pointer
JNI. How to get jstring from jobject and convert it to char*
Oct 08, 2015
java
c
java-native-interface
char-pointer
Overload operator[] for Char assignment - C++
Nov 08, 2022
c++
operator-overloading
char-pointer
initializing char pointers
Jan 09, 2018
c
pointers
char-pointer
Indexing an `unsigned long` variable and printing the result
Sep 03, 2022
c
pointers
casting
char-pointer
implementation-defined-behavior