When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
Latest Numbers Articles
Visual Basic: Formatting Currency Values as Words
You can use Visual Basic to convert numbers, as in currency values, into words. Let us show you how.
Building a Visual Basic Roman Numeral Converter
Add to your arsenal a few different ways to create a decent Roman Numeral converter with Visual Basic.
How to Build a Sudoku Game in Visual Basic
It's really easy to create a Sudoku game with Visual Basic. Code along and see for yourself.
Working with Primes and Fibonacci Sequences in Visual Basic
Play with the Fibonacci sequence and prime numbers in this example-driven article.
Base Number Conversion Routines
Learn to convert decimal numbers to any base system (up to base 36) and back again. (Added: 3-May-2000)
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Integrating Maps into Your UWP App
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.

Adding Camera Support to Universal Windows Platform Apps
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.