Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
double_buffer_madness
#include <stdio.h> #define SIZE 2 void look(const int ptr[SIZE][SIZE]) { printf("\nMeaning: %d", ptr[1][1]); } void modify(int ptr[][SIZE]) { ptr[1][1] = 42; } int main() { int data[SIZE][SIZE]; for (int i = 0; i < SIZE; ++i) { for (int j = 0; j < SIZE; ++j) { data[i][j] = i*j; } } modify(data); look(data); return 0; }
run
|
edit
|
history
|
help
0
kill
TeleBook
Part II: Your Rental Company
linear hybrid cellular automaton reversible random bit generator stream cipher
Spring 2017 Lab 4 v1
Spring 2017 Project 2 v1.2
Fgets and String Stuff
Avance de guia 4- Pregunta 1
Primes in binary
funciones matrices