I coded in C language in 1991, and K&R's "C Programming Language" Second Edition was just out. I got a B in the class, an A on my final project, but I loved it. Then I got really sick and it took me completely out of college. I'm disabled today, without a job because of my sickness. But I want to relearn C and C++. So I drug out my text books, and bought a few new ones, and tried writing some programs. It's coming back to me.
This is a program that calculates your age in years, months and days, given user input their birthday. It takes care of all cases of leap year. Reads the system date and time. Pretty cool to be doing this again.
This is a program that calculates your age in years, months and days, given user input their birthday. It takes care of all cases of leap year. Reads the system date and time. Pretty cool to be doing this again.