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
Pointers in C# to make int array?
Jul 11, 2019
c#
c++
c
pointers
How can I obtain Function objects from methods in Scala?
Oct 15, 2022
function
scala
pointers
Cannot convert from 'int *' to 'int []'?
Nov 10, 2022
c++
c
pointers
How to convert struct to char array in C
Apr 28, 2022
c
pointers
struct
char
How to convert char* to unsigned short in C++
Feb 22, 2022
c++
c
pointers
casting
char
Converting Char * to Uppercase in C
Mar 22, 2022
c
string
pointers
strtok
Why is "std::is_pointer<std::nullptr_t>::value" equal to false?
Feb 14, 2022
c++
function
c++11
pointers
nullptr
Delete a node in singly link list
Oct 27, 2019
c
data-structures
pointers
linked-list
Why is a c++ reference considered safer than a pointer?
Apr 26, 2022
c++
pointers
reference
C pointer arithmetics
Aug 26, 2022
c
pointers
C++ new * char aren't empty
Sep 25, 2022
c++
pointers
null
char
Need of Pointer to pointer
Jul 27, 2022
c
pointers
Difference between const declarations in C++
Oct 22, 2019
c++
syntax
pointers
constants
parameters
Are a, &a, *a, a[0], &a[0] and &a[0][0] identical pointers?
Oct 11, 2022
c
arrays
pointers
multidimensional-array
Why would someone use this type of cast in C? The reference of a float is cast to an int pointer and then dereferenced
Oct 25, 2022
c
pointers
casting
What's the Point of (NSError**)error?
May 07, 2014
iphone
objective-c
pointers
Is int *array[32] a pointer to an array of 32 ints, or an array of 32 pointers to int? Does it matter?
Sep 05, 2022
c
arrays
pointers
multidimensional-array
auto* vs. auto in C++ [duplicate]
Mar 25, 2022
c++
pointers
c++11
auto
How does the derived class destructor get invoked being private in the following program?
Aug 26, 2022
c++
pointers
private
derived-class
virtual-destructor
Why does a printf() allow this double to be passed by pointer?
Nov 13, 2022
c
pointers
visual-studio-2008
« Newer Entries
Older Entries »