Q&A Discussies
WY 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 Stemmen
2 AntwoordenPopulair vandaag
Safety Deposit Boxes
2 Votes
__str__ in Python...
0 Votes
Input sand outputs
0 Votes
Follower
1 Votes
Start
1 Votes
how to use ardino uno???
0 Votes