Sesiones de PyR
Objects in heap?
0 Votos
1 RespuestaWY I get a rundum number from memory when I run this code
#include <iostream>
using namespace std;
int main ()
{
int array [5];
for (int x = 0; x < 5; x++) {
array [x] = 42;
cout << x << ': ' << array [x] << endl;
}
return 0;
}
if I replace ': ' with ": " every thing works well.
0 Votos
2 RespuestasEn tendencia hoy
I've a HTML code question
0 Votes
C++
1 Votes
Appointment Booking website
0 Votes
HELP ME LEARN
0 Votes
Please tell me about methods
1 Votes
Give me advice
1 Votes
Mentors
1 Votes