Tagged Questions

4
votes
6answers
1k views

What language should I use for an automatic gear shifting program?

I was thinking about writing a program to automatically change the gear of my bike. It may require a microprocessor, so the question which I had in my mind was: is there any different language for ...
1
vote
1answer
125 views

How can I improve this program design for a simple todo list manager?

For a simple command-line todo manager (that is to be implemented in C), this is what I have thought of the design: The utility would support multiple users by storing the todo's in different files ...
1
vote
9answers
1k views

Coding Standards for pure C (not C++)

I come from a java background (from my CS classes) and a semester of C++. I am just finishing up a OpenCV project for my Co-Op that's in pure C, so I'm a bit late in asking this question. What are ...