Skip to content

wbpayne22902/arry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple C array demonstration

This is a very simple C array demonstration. This is intended to be used as a demonstration of the C language. This will run on Windows, macOS, FreeBSD, Linux, and Cygwin.

macOS Compilation

clang -std=c 11 -o array array.cpp

Linux and Cygwin Compilation

g -std=c 11 -o array array.cpp

Windows Compilation

cl /EHsc /MD array.cpp

Run

./array or .\array.exe

License

Copyright 2022-2023 Wilhelm Payne BSD 3-Clause License

About

Simple C arry class demonstration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages