Search Results

0
votes

Finding the name of a variable in C

The person asking the question (was it an interview question?) may have been trying to get you to differentiate between using #define constants versus enums. For example: #define Z …
2
votes

What’s the best programming language to use on a sucky computer?

This will depend on your target application really. If you are building small programs in order to learn a programming language it doesn't really matter how "sucky" your development machine is. …
3
votes

where to find xclock source code in c?

first result of google "xclock source": https://launchpad.net/ubuntu/breezy/+source/xclock/0.99.0-1 …