so, what is easier to read and write?
IF STRING1 = STRING2
or
if !(strncmp(string1,string2,10) {
I've rewritten cobol into C a few times when I was a big enthusiast of C
and the C code was longer and harder to maintain.
On 2/17/2015 1:29 PM, John Foust wrote:
At 01:02 PM 2/17/2015, Ethan Dicks wrote:
What I read horrified me. How could anything be
that mind-crushingly
verbose?
As compared to purposefully terse C one-liners? :-)
- John