User profile: zeroslash

User info
User name:zeroslash
History
Joined:
Number of posts:14
Latest posts:

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 Overloading
The title is almost illogical, but I was trying to be clever. Anyway, this is more for functions ...

Decimal to Hexadecimal
Thank you. I've been meaning to study other forms of streams besides files. Guess it's a good a time...

Decimal to Hexadecimal
I'm not too sure how well I did when I wrote this function. It does work just fine, but I'm worried ...