Q&A Discussies
Objects in heap?
0 Stemmen
1 AntwoordCreating and array for struct
0 Stemmen
1 AntwoordDo you use tab over spaces?
2 Stemmen
1 AntwoordI need help fixmy linked list
0 Stemmen
1 AntwoordWY 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
Coding for Cybersecurity
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
Salut tout le monde
1 Votes