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
char *str; str="HELLO"; How does that work without allocating any memory for the string?
Mar 25, 2026
c++
c
pointers
memory-management
char-pointer
Is it valid to use a zero-sized non-static array function parameter?
Mar 24, 2026
arrays
c
pointers
language-lawyer
function-parameter
When does a pointer in C figure out the amount of memory it references?
Mar 25, 2026
c
pointers
struct
types
member-variables
Why is there a difference when assigning an array with static keyword and without to a pointer?
Mar 25, 2026
c
arrays
pointers
What is the difference between pointer to function and pointer to WINAPI function?
Mar 25, 2026
c++
winapi
pointers
Error Msg: cannot convert parameter 1 from 'Node *' to 'Node'
Mar 25, 2026
visual-c++
pointers
Why does this pointer/integer comparison generate a segmentation fault?
Mar 25, 2026
c++
pointers
c++ functor for deleting pointers seems to work
Mar 24, 2026
c++
pointers
functor
accessing structure variable through pointer
Mar 25, 2026
c
pointers
structure
CString a = "Hello " + "World!"; Is it possible?
Mar 24, 2026
c++
string
pointers
operator-overloading
Array of private pointers to shared array in UPC
Mar 24, 2026
c
arrays
pointers
parallel-processing
upc
To Pass The Content Of The Pointer In An Inline Assembly Function On Visual Studio
Mar 24, 2026
arrays
visual-studio
pointers
assembly
x86
C code does not work when coded like C++
Mar 24, 2026
c++
c
pointers
Unable to access of members of pointed object from inside array or vector of pointers
Mar 24, 2026
c++
arrays
pointers
vector
C++ code crashing when trying to pass struct [duplicate]
Mar 24, 2026
c++
pointers
struct
gtk
Is there something you can do, that the only way is using pointers in C++? [closed]
Mar 24, 2026
c++
pointers
What is the difference between reflect.ValueOf() and Value.Elem() in go?
Mar 24, 2026
go
pointers
reflection
interface
Reversing strings in C - Memory Direction
Mar 23, 2026
c
pointers
Accessing a struct by index
Mar 23, 2026
c
pointers
indexing
struct
Why Pointer assignment shows lvalue error when assignments look appropriate?
Mar 24, 2026
c
pointers
lvalue
« Newer Entries
Older Entries »