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 pointers
Casting int pointer to char pointer causes loss of data in C?
Dec 07, 2022
c
pointers
operator "<<" to a pointer
Dec 06, 2022
c++
pointers
operator-overloading
CLI/C++: void* to System::Object
Dec 07, 2022
pointers
c++-cli
command-line-interface
Passing a pointer to a list in Python
Dec 07, 2022
python
list
pointers
What are the pros & cons of using an array of structures versus an array of pointers to a structure?
Dec 06, 2022
c
arrays
pointers
struct
structure
C++ reassign pointer then delete it
Dec 07, 2022
c++
pointers
C pointers: difference between while(*s++) { ;} and while(*s) { s++;}
Dec 07, 2022
c
pointers
Strlen in Malloc
Dec 07, 2022
c
pointers
Why some people don't check for NULL after calling malloc?
Dec 06, 2022
c
pointers
memory-management
null
malloc
C: what does `int a[10]` mean
Dec 06, 2022
c
arrays
pointers
What's the difference among (const char *str) , (char const *str) and (char *const str)? [duplicate]
Dec 06, 2022
c
pointers
constants
C for loop through array with pointers
Dec 05, 2022
c
pointers
loops
for-loop
What does "(void)pointer;" mean in c++?
Dec 07, 2022
c++
pointers
How to find out what type of object a pointer points to in C++?
Dec 05, 2022
c++
pointers
polymorphism
instance
Must the pointer be initialized before use , then how to understand char * p?
Dec 07, 2022
c++
c
pointers
String and pointers in C
Dec 07, 2022
c
string
pointers
memory
malloc
NASA C coding rules : misuse of pointer [closed]
Dec 07, 2022
c
pointers
Changing the pointer inside a function does not reflect outside the function [duplicate]
Dec 07, 2022
c
pointers
confusion of char *notes[] = {"Ab", "F#", "B", "Gb", "D"}; and char**
Dec 06, 2022
c++
pointers
What's the definition of ++p where p is const char *p in C?
Dec 05, 2022
c
pointers
« Newer Entries
Older Entries »