Sesiones de PyR
How does HEX work?
 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
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes