Ahmadrezadl / EasyC.h

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning ⚠

Don't include <stdio.h> anymore 😨

EasyC.h is Here 😎

How much easier? πŸ€”

You can compare example with EasyC and same program without EasyC 😊

Some Functions in this header:

//Easy Scanners Like:
nextInt(); //Scans Next Int and returns it.
next(name); //Scans name (String) and returns it.
nextBool(); //Scans Next Boolean and returns it.
nextChar(); //Scans Next char and returns it. Avoids '\n' & ' ' (white space)
//etc...

//Easy for (i = 0 to n):
foreach(i,10)
n[i] = nextInt();

//Famous sorts in your pocket:
bubbleSort(n,10)

About


Languages

Language:C 100.0%