Dyskusje Q&A
Need help in javascript
7 głosów
2 odpowiedziwhats wrong?
0 głosów
3 odpowiedziwhats the problem?
0 głosów
4 odpowiedziBasic knowledge
0 głosów
4 odpowiedziFunctions
1 Głos
1 OdpowiedźAnyone help me with this?
0 głosów
2 odpowiedziWY 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 głosów
2 odpowiedziPopularne dzisiaj
Detach thread exception
1 Votes
Html
1 Votes
Qt timer timeout
0 Votes
Not video
0 Votes
How to make a 2d game
0 Votes
Not image in the page
1 Votes