Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Explicit pointers as in c/cpp is good or bad???
c
cpp
curiousstuff
java
public
5 Voti
5 Risposte
3rd Jun 2017, 7:28 AM
Aswin A
aren't there any pointers in C#?
c#
data-types
memory
pointers
0 Voti
1 Risposta
25th Jul 2017, 7:03 AM
Priyam Tarafder
C++ array pointers - An output to explain
arrays
c++
pointers
3 Voti
1 Risposta
5th Mar 2019, 7:52 PM
Paolo De Nictolis
What are the uses of the pointers ?
c++
pointers
1 Voto
2 Risposte
28th Aug 2019, 6:07 AM
David Preda
Challenge: write a function that returns a matrix of function pointers
c
c#
c++
cpp
2 Voti
17 Risposte
15th Jun 2017, 8:04 AM
Andrea Simone Costa
which feature overcome the pointers concept in c#
pointers
variables
0 Voti
4 Risposte
14th Jul 2018, 4:46 PM
Vikram Thakur
Why pointers are not used in java?
java
pointers
0 Voti
3 Risposte
10th Jul 2017, 8:13 AM
Bash.
why there is no pointers in java
java
0 Voti
3 Risposte
13th Sep 2016, 4:32 PM
vikas gupta
Can I edit the RAM with pointers on C++?
c++
pointers
ram
2 Voti
2 Risposte
21st Jun 2018, 5:34 AM
Leo Vertiz
Can someone explain to me how pointers work?
pointers
1 Voto
2 Risposte
23rd Aug 2019, 6:20 PM
R0T0M0L0T0V
Ho to delete pointers and free memory properly?
c
c++
delete
destructor
free
memory
pointers
2 Voti
3 Risposte
22nd Jan 2018, 2:47 AM
code learner
Can some give a detail explanation on pointers to object
c++
0 Voti
9 Risposte
7th Apr 2021, 1:38 PM
Rangu Sanjay
Where are contents of file pointers stored in C/C++
c
c++
files
pointers
position
1 Voto
2 Risposte
12th Jun 2022, 6:55 AM
BardOfGayyraDOS
I have doubt regarding pointers and dynamic memory.
c++
dynamicmemory
pointers
1 Voto
4 Risposte
14th Aug 2017, 2:45 AM
Vasanth Mani Vasi Venkatram Vasi
How do I use pointers with structures?
c++
1 Voto
2 Risposte
30th Jul 2017, 10:20 PM
Chris
Write c program ro create,initialize and use pointers
initialize
0 Voti
2 Risposte
31st Dec 2019, 1:02 PM
Jinal Sorathia
Hey guys i need help in pointers in C..i have been reading about them..But can you guys advice when is it necessary to use them.
pointer
3 Voti
2 Risposte
18th Sep 2020, 12:28 AM
Gakuru Ian
how to printf("Jai Baba Budhpri Ji\n") in function pointers
c
function-pointers
0 Voti
1 Risposta
9th Apr 2020, 6:20 AM
kp kalia
For what purpose does double pointers is used?
c++
pointers
0 Voti
4 Risposte
25th Feb 2016, 10:28 AM
Aditya Ahale
What is use of pointers in c ?
c
0 Voti
3 Risposte
4th Mar 2019, 2:15 AM
Saravanan
How can I do a copy of a pointers list? C++
c++
copy
lists
pointer
pointers
1 Voto
10 Risposte
14th Oct 2020, 7:26 AM
Eduardo Perez Regin
difference between delete and overwrite for pointers in C++
c++
pointers
1 Voto
3 Risposte
4th Feb 2019, 2:56 PM
Etienne Wiest
What is the use of pointers in coding?
c++
pointers
3 Voti
2 Risposte
24th Jun 2017, 4:19 AM
Jovin Nicholas
Can multiple variables be accessed with a single pointer in C++?
c++
pointers
61 Voti
63 Risposte
1st Apr 2018, 3:40 PM
David Carroll
what are the difference between pointers and references
c++
pointers
properties
reference-types
2 Voti
1 Risposta
20th Nov 2018, 3:30 AM
Deepika Balichwal
How can I Replace raw pointers with Smart pointers?
c++
raw_pointer
smart_pointer
unique_ptr
0 Voti
3 Risposte
6th Sep 2019, 10:28 PM
Alireza Abbasi
When to use pointers vs references in c++
c++
pointers
refrences
0 Voti
3 Risposte
21st Jan 2019, 8:39 PM
Cameron Hansen
What is the difference(s) between pointers and references?
c++
pointers
question
reference
0 Voti
2 Risposte
23rd Oct 2019, 11:39 PM
M Irdmousa
So where exactly can I apply the concept of pointers
pointers
0 Voti
7 Risposte
21st Jan 2022, 3:24 PM
Sir Victor Wilfred
Average Age question in Pointers in Introduction to C++
age
average
2 Voti
1 Risposta
18th Dec 2023, 2:46 PM
Aatif Shaikh
How can i manipulate pointers in java .
java
programming
1 Voto
3 Risposte
26th Apr 2017, 2:09 PM
Greninja
using dangling pointers as a secret data access in C
c
pointers
4 Voti
2 Risposte
31st Jul 2020, 11:46 PM
Shen Bapiro
Please i want to understand pointers concept more clearly.
c++
2 Voti
3 Risposte
22nd Apr 2020, 1:30 AM
Khevlar
Calculate average using pointers and arrays in C++
c++
0 Voti
1 Risposta
28th Aug 2017, 3:58 AM
hoax
Is it necessary to use pointers ? And why
pointers
1 Voto
4 Risposte
27th Jun 2019, 5:41 PM
Kiran Borade
What is the output of the following code?
c
pointers
-3 Voti
9 Risposte
21st Jun 2019, 8:17 AM
Rosoldier
Can we use other pointers in files?
files
pointers
0 Voti
1 Risposta
2nd Jun 2018, 2:40 PM
Shashank Yadav M
Pointers in C, C++, and C#: Essential for Performance or Productivity Blockers?
c
c#
c++
clanguage
cplusplus
csharp
performance
pointer
pointers
productivity
3 Voti
7 Risposte
10th Nov 2024, 4:07 AM
eugenio raizer
Challenge: Index an element of an n-dimensional array using pointers arithmetic.
array
c
c#
c++
cpp
matrix
pointers
4 Voti
10 Risposte
15th Jun 2017, 9:34 AM
Andrea Simone Costa
I just started learning! any pointers out there?
c++
2 Voti
2 Risposte
28th Jan 2017, 1:52 AM
Stephen
How pointers can make task easy?please explain
c++
pointers
0 Voti
2 Risposte
31st Mar 2017, 5:33 AM
Yash Singhal
is pointers used only to assign the address?
c++
pointers
-1 Voto
4 Risposte
1st Aug 2016, 2:45 PM
rishabh
I am unable to implement pointers in this code
c
code
help
pointers
programming
0 Voti
2 Risposte
7th Mar 2021, 3:25 PM
Salma D. Elabsi
Is that possible to add pointers to each other?
c
1 Voto
2 Risposte
16th Jan 2020, 1:21 PM
Pravesh Maurya
What's the deal with pointers to the heap?
c++
dynamic
heap
memory
pointers
stack
0 Voti
2 Risposte
13th Jul 2018, 7:26 PM
Alex Chindriș
What is the use of pointers in c++?
c++
in
is
of
pointers
the
use
variables
what
0 Voti
1 Risposta
12th Oct 2018, 10:03 AM
Sainath Dora
When do you use pointers in C#?
c#
pointer
pointers
0 Voti
1 Risposta
22nd Jan 2018, 2:43 PM
Akkad Saadi
What are the uses of pointers ?(application s)
pointers
1 Voto
2 Risposte
21st Feb 2018, 8:43 AM
Isura Gayan
Is their any role of pointers in java
java
1 Voto
2 Risposte
9th Feb 2017, 2:20 PM
saransh gupta
Can Anyone solve out this Code in C through Pointers
c
data-structures
dsa
dynamic
elements
pointers
1 Voto
3 Risposte
7th Aug 2021, 2:25 PM
Harshit Gupta
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
5
6
7
...
32
Successivo >
Popolare oggi
Guys I don't know anything about cooding who can help me pls
1 Votes
Decorators in python.
2 Votes
Coding for Cybersecurity
1 Votes
Need help
1 Votes
Salut tout le monde
2 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
How to install Bcrypt here
1 Votes
Can sololearn have multiple inpus&outputs?
3 Votes
How to Get Better at Solving Programming Problems
0 Votes