Skip to content

Instantly share code, notes, and snippets.

@pekhee
pekhee / array_sample_usage.cpp
Last active October 30, 2019 21:11 — forked from saman021/gist:5513829
Sample array usage in C++
// Dependencies:
#include <iostream.h>
#include <conio.h>
#include <stdlib.h>
int main(){
// Init program
clrscr();
// Vars: