I know several programming languages, including Objective-C, Java, C # and python, and C. However, I need to increase efficiency in C.
In most languages that are high-level, object-based, and GUI-oriented, I create some standard object-oriented examples to orient me to the language / framework. Usually I create an example of a “car” where I simulate a car and let the user adjust the speed by observing an increase in mileage.
However, something tells me that this example is not practical to port to C on the unix command line. What are some good basic ideas to “test yourself” in setting up C based on the unix command line?
Thanks for any input!
EDIT: Thanks for the answers. My main problem with the car example is that I should not try to object-oriented in this environment, but rather do what works best for the language. Thanks to Duck for offering to recreate the command line utilities.
source
share