Feeds:
Posts
Comments

Posts Tagged ‘atoi’

itoa

itoa does not exist in the stdlib on linux. It is not standard. Do not use it if you want to write cross-platform program. But atoi exists. We can use sprintf to replace it in our program.

Read Full Post »

Follow

Get every new post delivered to your Inbox.