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
How to convert a pointer value to QString?
Aug 24, 2022
c++
qt
pointers
qstring
Should I use boost::ptr_vector<T> or vector<boost::shared_ptr<T> >?
Nov 20, 2021
c++
pointers
boost
stl
containers
Another C++ learning moment: returning strings from functions
Jan 16, 2018
c++
string
reference
pointers
C++ singleton GetInstance() return
Mar 19, 2018
c++
reference
singleton
pointers
Why is comparing against "end()" iterator legal?
Sep 14, 2022
c++
stl
pointers
iterator
c - cannot take address of bit-field
Jul 30, 2019
c
pointers
syntax-error
bit-fields
memory-address
What is the type of command-line argument `argv` in C?
Nov 14, 2022
c
arrays
pointers
language-lawyer
argv
allocate matrix in C
Sep 14, 2022
c
pointers
matrix
malloc
C sprintf array char pointers
Oct 10, 2022
c
arrays
pointers
C++ const changed through pointer, or is it? [duplicate]
Feb 12, 2022
c++
c
pointers
constants
C++ function parameters: use a reference or a pointer (and then dereference)?
Sep 14, 2022
c++
pointers
performance
C++: Why is const_cast evil?
Sep 14, 2022
c++
pointers
casting
constants
const-cast
Whats better to use in C++11 , Zero or NULL?
Sep 14, 2022
c++
pointers
c++11
malloc an array of struct pointers
Sep 14, 2022
c
arrays
pointers
struct
malloc
Why is it thought of 'T *name' to be the C way and 'T* name' to be the C++ way?
Aug 05, 2019
c++
c
pointers
history
conventions
C++ vs Java: endless loop creating objects only crashes C++
Oct 21, 2022
java
c++
pointers
memory-management
Does casting a T pointer to a T' pointer and back yield the original pointer if T' is an incomplete type?
Aug 29, 2022
c
pointers
casting
undefined-behavior
Why is a boost optional reference not a wrapper around a T*?
Feb 06, 2022
c++
memory
pointers
boost
reference
When exactly is a pointer difference defined?
Feb 09, 2020
c
arrays
pointers
Use const wherever possible in C++?
Sep 14, 2022
c++
pointers
reference
constants
keyword
« Newer Entries
Older Entries »