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
Does the assignment operator call copy constructor?
Jun 20, 2026
c++
class
object
pointers
How to use sprintf/snprintf with double pointer char arrays
Jun 20, 2026
c
arrays
string
pointers
struct
Why do I have to cast an address into an integer to make it assignable?
Jun 19, 2026
c++
pointers
Search and replace c-style strings in c++
Jun 20, 2026
c++
c
search
pointers
c-strings
Do malloc and new return an int-aligned address?
Jun 19, 2026
c++
c
pointers
Is it safe to call a non-virtual base class member function from the base class destructor using a derived class pointer?
Jun 18, 2026
c++
pointers
c++14
derived-class
base-class
Issue with pointer math in C
Jun 19, 2026
c
pointers
c function parameters order of evaluation
Jun 19, 2026
c
function
pointers
parameter-passing
operator-precedence
Incompatible integer to pointer conversion errors?
Jun 19, 2026
c
pointers
Modifying a string being passed as argument of a function in C [duplicate]
Jun 19, 2026
c
string
pointers
Confusion about pointer to an array
Jun 18, 2026
c++
arrays
pointers
memory-address
Strange result with pointer arithmetic
Jun 19, 2026
c
pointers
Initializing a Ui pointer From a QMainWindow class to a QDialog Class
Jun 18, 2026
c++
qt
pointers
segmentation-fault
C# Reflection Call Method with ref/Pointer Parameter
Jun 19, 2026
c#
pointers
reflection
ref
Is there a good C++ memory management tutorial available, that covers shared_ptr, scoped_ptr, and weak_ptr? [duplicate]
Jun 18, 2026
c++
pointers
c++11
smart-pointers
c++-faq
C++: Create a copy of a pointer
Jun 18, 2026
c++
pointers
copy
Why do I get a wrong pointer to a base class with a virtual constructor on C++?
Jun 17, 2026
c++
pointers
derived-class
What in the C standard allows compilers to optimize `(((char *)p - 1) == NULL` to false?
Jun 18, 2026
c
pointers
language-lawyer
standards
pointer-arithmetic
dynamically increase size of array (int*) in c
Jun 16, 2026
c
arrays
pointers
int
Older Entries »