Quantcast
Channel: Library for managing CLI flags - Code Review Stack Exchange
Browsing all 2 articles
Browse latest View live

Answer by Harith for Library for managing CLI flags

The pragma directive is non-portable:Though supported by most modern compilers, it is not standard C.Consider using include guards:// #pragma once#ifndef FLAGUTIL_H#define FLAGUTIL_H...#endif /*...

View Article



Library for managing CLI flags

I'm pretty new to C, started learning it less than a month ago, the only language I had previous experience was Javascript.Anyways, I wrote a library for dealing with CLI flags. It's not a serious...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images