Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Scope Resolution Operator / Pointer Question
::
*
c++
pointer
0 Vote
1 Réponse
25th Jul 2020, 6:59 AM
Solus
Why find is not working on vector of class pointer
c++
class
find
pointer
1 Vote
11 Réponses
3rd Jul 2020, 10:26 AM
Ketan Lalcheta
What the role of pointer in c++and c?
c
c++
3 Votes
4 Réponses
2nd May 2020, 3:15 AM
Gaurav
How to use far pointer in C
c
2 Votes
3 Réponses
29th Jan 2018, 12:31 PM
Rohit Jarariya
Why is pointer concept not available in many languages?
c
c++
java
javascript
python
7 Votes
6 Réponses
19th Dec 2016, 5:32 AM
kars
why declare pointer in the first place?
c++
pointers
1 Vote
4 Réponses
3rd Dec 2017, 10:00 AM
Gagan Narang
Pass by reference VS pass by pointer
cpp
0 Vote
3 Réponses
25th Feb 2019, 7:03 AM
Abhay Jindal
C++ forbids comparison between integer and pointer
c++
comparison
cpp
error
errors
if-statements
integer
pointers
0 Vote
1 Réponse
15th Mar 2023, 6:57 PM
Dronto
How do you know the pointer address?
c++
1 Vote
4 Réponses
22nd Jul 2017, 8:50 AM
Richard Appleton
Why is pointer not updating the variable?
c++
cout
pointers
2 Votes
3 Réponses
27th Apr 2017, 6:00 AM
Parthav Patel
Why java not accept pointer ??
c++
java
1 Vote
2 Réponses
29th Aug 2017, 6:41 PM
Hariom Sharma
How to initialise double pointer to 2d array..
c
0 Vote
5 Réponses
24th Apr 2022, 1:32 PM
Prabhas Koya
How to reverse a number using pointer
arrays
0 Vote
3 Réponses
23rd Mar 2018, 11:24 AM
Akash Ananth
static int a[]={10,20,30,40,50}; static int *p[]={a,a+3,a+4,a+1,a+2}; int **ptr=p; ptr++; printf("%d\n%d\n",ptr-p,**ptr)
pointer
0 Vote
10 Réponses
12th Jul 2020, 8:45 PM
Nunwa_Tezpur
Is int* ptr a valid pointer declaration in C++
c++
0 Vote
6 Réponses
25th May 2021, 4:10 PM
Lennart Krauch
Null Pointer Exception in Shipping Calculator. For JAVA and KOTLIN experts...
bug
exception
java
kotlin
null
pointer
shipping
1 Vote
14 Réponses
30th Mar 2021, 3:39 AM
Vishnuvasan Srinivasan
Do you think pointer and reference are the same thing?
c++
design
pointers
reference-types
style
4 Votes
4 Réponses
17th Feb 2019, 3:23 PM
AZTECCO
Pointer question. Why does it work?
c++
function
pointer
0 Vote
1 Réponse
3rd Feb 2019, 10:36 AM
Vlad The Fox
[SOLVED]Segmentation fault when using pointer in Function!
c
1 Vote
2 Réponses
30th Nov 2020, 4:03 PM
Ticcher Leonar
Declare a class "test" with a "foo()" public member function and declare a pointer "myPtr" to "test" and call "foo()" via the po
c++
pointer
0 Vote
23 Réponses
18th May 2017, 4:41 PM
Jorge Luis
why we use reference variable instead of pointer ???
c++
2 Votes
4 Réponses
15th Sep 2018, 3:09 PM
priyesh
Please help me with this question in c[solved]
array
c
pointer
4 Votes
5 Réponses
19th Apr 2021, 8:56 AM
k R :)
How to print an array by its pointer ?
arrays
c++
cout
pointers
print
2 Votes
9 Réponses
28th Nov 2017, 7:57 PM
Ali Hashemi
Pointer in c. Why is the output = 41?
c
7 Votes
2 Réponses
26th Jan 2019, 2:43 PM
Zhenis Otarbay
Default size of a pointer in SoloLearn Challenges
c
challenges
pointer
sololearn
0 Vote
4 Réponses
11th Nov 2020, 2:08 PM
Juan Esteban (N/A)
Which is used pointer in c program?
@meet
0 Vote
2 Réponses
17th Sep 2020, 5:34 AM
Meet Sanghani
when I use *ip to initialize the pointer variable,
c++
pointers
variable-assignment
1 Vote
2 Réponses
19th May 2020, 11:36 PM
Iragaba Ramathan
Pointers
c++
cpp
pointer
ptr
10 Votes
33 Réponses
13th Aug 2018, 12:45 AM
Harry
Can you assign a pointer to array?
c++
0 Vote
4 Réponses
22nd Nov 2016, 4:25 PM
Chiren Shah
why we use pointer im the programme
c++
0 Vote
4 Réponses
19th Aug 2016, 8:33 AM
Anuj Mishra
What is null pointer in c++?
c++
0 Vote
2 Réponses
5th Aug 2017, 2:36 AM
Prajakta Dilip Jadhav
What is the use of pointer in Class??
c++
7 Votes
1 Réponse
18th Oct 2017, 4:39 PM
Md Shakif
What do you need a pointer for?
pointers
0 Vote
2 Réponses
24th Apr 2019, 12:35 AM
hgg ohh
Explain about Pointer In Data Structure please
pointers
1 Vote
1 Réponse
2nd Feb 2019, 12:41 PM
Hane
How is use pointer in the example?
+struct
pointer
0 Vote
2 Réponses
4th May 2018, 6:44 AM
Wesam
Can a pointer behave as general variable?
c
pointers
strings
variables
1 Vote
1 Réponse
13th Jul 2021, 11:17 AM
Suraj
Why pointer variable without initialization prints 0,but not garbage?
c
pointer
0 Vote
8 Réponses
5th Jun 2018, 9:24 AM
Param🇮🇳
What's a pointer and an array?
c++
0 Vote
2 Réponses
24th Nov 2016, 4:35 AM
Andy Torres
how to use array and pointer
c++
0 Vote
2 Réponses
2nd Oct 2016, 5:40 PM
faisal
How can I get the address of the pointer itself not the address to which the pointer is pointing but the addrrss of the memory location where the actual pointer is stored
c++
pointers
4 Votes
5 Réponses
22nd Jul 2016, 7:31 AM
Vladislav Vulchev
Size of the pointer is depends on which factor??
c
pointers
sizeof
1 Vote
6 Réponses
13th Jul 2019, 12:41 PM
TBK
[SOLVED] C/C++: message of the incompatible pointer type
arrays
c/c++
pointers
0 Vote
4 Réponses
5th Feb 2021, 4:11 AM
Filipe Duarte Vieira
Char pointer / i dont understand the output
c++
pointers
1 Vote
5 Réponses
29th Nov 2016, 2:32 PM
Benedek Máté Tóth
C++: returning pointer to local variable
access
c
c++
memory
pointers
stack
violation
0 Vote
2 Réponses
6th Apr 2017, 5:12 PM
Jakob Robert
how often pointer is used in c++?
c++
0 Vote
2 Réponses
3rd Jul 2020, 1:02 AM
Niraj Neupane
How to assign a pointer to function?
functions
pointers
3 Votes
1 Réponse
3rd Mar 2017, 7:34 AM
jolly
Can I assign a value to a pointer?
pointer
4 Votes
5 Réponses
21st Oct 2019, 12:14 PM
Abdelhaq
Can someone help me in pointer in c++
c++
pointers
0 Vote
2 Réponses
29th Jan 2023, 12:15 PM
Girish Sahu
Functions: call a function vs pointer functions. Differences?
c
pointers
0 Vote
4 Réponses
18th Jun 2020, 11:17 PM
CodeKid
[SOLVED] Error in declaring a pointer to a method
c++
files
methods
pointers
1 Vote
6 Réponses
30th Mar 2018, 9:35 AM
$machitgarha
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
6
7
8
...
17
Suivant >
Aujourd'hui en vedette
New code
1 Votes
Does anyone have the solution for this challenge?
1 Votes
How would you solve the part of the C# Intermediate code project that requires operator overloading?
0 Votes
Why does coding take so long to learn
0 Votes
Solved Ai generated practice the last question
0 Votes
Hello Everyone
0 Votes
Solved# Survey data format in coding for data
0 Votes
How to add unordered lists in HTML.
0 Votes
What is the use of .kt classes in the React Native project
0 Votes
Solved #Relay race coding for unit 9 you are creating code for a relay race
0 Votes