Forgot your password?

typodupeerror

Comment: Re:The Rothchilds never make the list (Score 1) 311

by _Shad0w_ (#43749785) Attached to: Bill Gates Regains the Position of World's Richest Person

I suspect there's already a list for companies, it's almost certainly dominated by banks and other financial institutions (HSBC has over $100 Trillion in assets, for example). The Vatican Bank is probably near the top of the list, if you figure out how much money it actually controls (it's a private institution, so its records aren't public).

Comment: Re:Did we really need (Score 1) 178

One of those writes to stdout and one of them writes to a string, they're not really interchangeable if your aim is to display something on screen...

I think you're getting confused with the fact that using ?sprintf(), ?scanf(), etc. is discouraged in favour of using their ?sn* counterparts, due to buffer overrun possibilities, but I could be wrong. Calling printf() with an un-sanitized user supplied format string is also discouraged, because it may contain a %.

printf() is just a wrapper for vfprintf() with the FILE paramter as stdout, I believe (it is in glibc anyway).

Advancement in position.

Working...