Countdown I don't believe this will work without the WinAPI, because (if memory serves) console programming do...
smallest and largest[code]if(n1 < n2 || n3)[/code] This won't work, because the compiler thinks you mean "OR if n3 is t...
Overloading Vector Functions Without OverloadingThe title is almost illogical, but I was trying to be clever. Anyway, this is more for functions ...
Decimal to HexadecimalThank you. I've been meaning to study other forms of streams besides files. Guess it's a good a time...
Decimal to HexadecimalI'm not too sure how well I did when I wrote this function. It does work just fine, but I'm worried ...