Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
Why find is not working on vector of class pointer
c++
class
find
pointer
1 Voto
11 Respuestas
3rd Jul 2020, 10:26 AM
Ketan Lalcheta
What the role of pointer in c++and c?
c
c++
3 Votos
4 Respuestas
2nd May 2020, 3:15 AM
Gaurav
How to use far pointer in C
c
2 Votos
3 Respuestas
29th Jan 2018, 12:31 PM
Rohit Jarariya
Why is pointer concept not available in many languages?
c
c++
java
javascript
python
7 Votos
6 Respuestas
19th Dec 2016, 5:32 AM
kars
why declare pointer in the first place?
c++
pointers
1 Voto
4 Respuestas
3rd Dec 2017, 10:00 AM
Gagan Narang
Pass by reference VS pass by pointer
cpp
0 Votos
3 Respuestas
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 Votos
1 Respuesta
15th Mar 2023, 6:57 PM
Dronto
How do you know the pointer address?
c++
1 Voto
4 Respuestas
22nd Jul 2017, 8:50 AM
Richard Appleton
Why is pointer not updating the variable?
c++
cout
pointers
2 Votos
3 Respuestas
27th Apr 2017, 6:00 AM
Parthav Patel
Why java not accept pointer ??
c++
java
1 Voto
2 Respuestas
29th Aug 2017, 6:41 PM
Hariom Sharma
How to initialise double pointer to 2d array..
c
0 Votos
5 Respuestas
24th Apr 2022, 1:32 PM
Prabhas Koya
How to reverse a number using pointer
arrays
0 Votos
3 Respuestas
23rd Mar 2018, 11:24 AM
Akash Ananth
Is int* ptr a valid pointer declaration in C++
c++
0 Votos
6 Respuestas
25th May 2021, 4:10 PM
Lennart Krauch
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 Votos
10 Respuestas
12th Jul 2020, 8:45 PM
Nunwa_Tezpur
Null Pointer Exception in Shipping Calculator. For JAVA and KOTLIN experts...
bug
exception
java
kotlin
null
pointer
shipping
1 Voto
14 Respuestas
30th Mar 2021, 3:39 AM
Vishnuvasan Srinivasan
Pointer question. Why does it work?
c++
function
pointer
0 Votos
1 Respuesta
3rd Feb 2019, 10:36 AM
Vlad The Fox
Do you think pointer and reference are the same thing?
c++
design
pointers
reference-types
style
4 Votos
4 Respuestas
17th Feb 2019, 3:23 PM
AZTECCO
[SOLVED]Segmentation fault when using pointer in Function!
c
1 Voto
2 Respuestas
30th Nov 2020, 4:03 PM
Ticcher Leonar
why we use reference variable instead of pointer ???
c++
2 Votos
4 Respuestas
15th Sep 2018, 3:09 PM
priyesh
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 Votos
23 Respuestas
18th May 2017, 4:41 PM
Jorge Luis
How to print an array by its pointer ?
arrays
c++
cout
pointers
print
2 Votos
9 Respuestas
28th Nov 2017, 7:57 PM
Ali Hashemi
Pointer in c. Why is the output = 41?
c
7 Votos
2 Respuestas
26th Jan 2019, 2:43 PM
Zhenis Otarbay
Please help me with this question in c[solved]
array
c
pointer
4 Votos
5 Respuestas
19th Apr 2021, 8:56 AM
k R :)
Default size of a pointer in SoloLearn Challenges
c
challenges
pointer
sololearn
0 Votos
4 Respuestas
11th Nov 2020, 2:08 PM
Juan Esteban (N/A)
Which is used pointer in c program?
@meet
0 Votos
2 Respuestas
17th Sep 2020, 5:34 AM
Meet Sanghani
when I use *ip to initialize the pointer variable,
c++
pointers
variable-assignment
1 Voto
2 Respuestas
19th May 2020, 11:36 PM
Iragaba Ramathan
Pointers
c++
cpp
pointer
ptr
10 Votos
33 Respuestas
13th Aug 2018, 12:45 AM
Harry
Can you assign a pointer to array?
c++
0 Votos
4 Respuestas
22nd Nov 2016, 4:25 PM
Chiren Shah
why we use pointer im the programme
c++
0 Votos
4 Respuestas
19th Aug 2016, 8:33 AM
Anuj Mishra
What is null pointer in c++?
c++
0 Votos
2 Respuestas
5th Aug 2017, 2:36 AM
Prajakta Dilip Jadhav
What is the use of pointer in Class??
c++
7 Votos
1 Respuesta
18th Oct 2017, 4:39 PM
Md Shakif
What do you need a pointer for?
pointers
0 Votos
2 Respuestas
24th Apr 2019, 12:35 AM
hgg ohh
Explain about Pointer In Data Structure please
pointers
1 Voto
1 Respuesta
2nd Feb 2019, 12:41 PM
Hane
How is use pointer in the example?
+struct
pointer
0 Votos
2 Respuestas
4th May 2018, 6:44 AM
Wesam
Can a pointer behave as general variable?
c
pointers
strings
variables
1 Voto
1 Respuesta
13th Jul 2021, 11:17 AM
Suraj
Why pointer variable without initialization prints 0,but not garbage?
c
pointer
0 Votos
8 Respuestas
5th Jun 2018, 9:24 AM
Param🇮🇳
What's a pointer and an array?
c++
0 Votos
2 Respuestas
24th Nov 2016, 4:35 AM
Andy Torres
how to use array and pointer
c++
0 Votos
2 Respuestas
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 Votos
5 Respuestas
22nd Jul 2016, 7:31 AM
Vladislav Vulchev
Size of the pointer is depends on which factor??
c
pointers
sizeof
1 Voto
6 Respuestas
13th Jul 2019, 12:41 PM
TBK
[SOLVED] C/C++: message of the incompatible pointer type
arrays
c/c++
pointers
0 Votos
4 Respuestas
5th Feb 2021, 4:11 AM
Filipe Duarte Vieira
Char pointer / i dont understand the output
c++
pointers
1 Voto
5 Respuestas
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 Votos
2 Respuestas
6th Apr 2017, 5:12 PM
Jakob Robert
how often pointer is used in c++?
c++
0 Votos
2 Respuestas
3rd Jul 2020, 1:02 AM
Niraj Neupane
How to assign a pointer to function?
functions
pointers
3 Votos
1 Respuesta
3rd Mar 2017, 7:34 AM
jolly
Can someone help me in pointer in c++
c++
pointers
0 Votos
2 Respuestas
29th Jan 2023, 12:15 PM
Girish Sahu
Functions: call a function vs pointer functions. Differences?
c
pointers
0 Votos
4 Respuestas
18th Jun 2020, 11:17 PM
CodeKid
Can I assign a value to a pointer?
pointer
4 Votos
5 Respuestas
21st Oct 2019, 12:14 PM
Abdelhaq
[SOLVED] Error in declaring a pointer to a method
c++
files
methods
pointers
1 Voto
6 Respuestas
30th Mar 2018, 9:35 AM
$machitgarha
how to pass pointer to constructor in c++
c++
inheritance
0 Votos
1 Respuesta
7th Feb 2022, 6:03 PM
Shen Bapiro
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
6
7
8
...
17
Siguiente >
En tendencia hoy
What is wrong with my cod? I couldn't pass lesson in Python introduction course.
2 Votes
[DISCUSS] Sololearn is falling down: this is why
3 Votes
How to solve this practice
0 Votes
Parametric constructor with istream object
1 Votes
Pro Subscription
0 Votes
Can python lambda contain the statement?
1 Votes
First choice of language and direction. Tough choice
0 Votes
Python conditional. Can you please help me to solve this problem below?
0 Votes
Can someone help me
2 Votes
Can someone tell me how to code a c# game
1 Votes