Learn how to do Things in C (Techniques plus Code)
This is a collection of programming techniques in C with examples and descriptions of how the code works.
C Programming Tips
This page ha useful hints and tips when C programming. You can share your tips with other users by adding them.
This page ha useful hints and tips when C programming. You can share your tips with other users by adding them.
C Programming Quick Tips
Some tips for Programming in C
Some tips for Programming in C
How do I do High Resolution Timing in C on Windows?
Learn how to time events in C with microsecond accuracy using the built in fast counter in Windows. This article provides code plus an explanation of how to do the timing.
Learn how to time events in C with microsecond accuracy using the built in fast counter in Windows. This article provides code plus an explanation of how to do the timing.
How Do I Roll Dice in C?
Want to learn how to simulate dice rolls in C? Need a bit of background to Random Numbers? See What is a Random number?
Want to learn how to simulate dice rolls in C? Need a bit of background to Random Numbers? See What is a Random number?
