The Dink Network

Reply to Re: C Programming Tutorial

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 3rd 2006, 03:28 PM
knightg.gif
cypry
Peasant He/Him Romania
Chop your own wood, and it will warm you twice. 
Oh, I found that function a few weeks ago. They are meore than one. The most close to val is sscanf, which scans a number from a string(similar to fscanf, but the file variable is replaced by a string variable).
The function from stdlib.h were atoi, atol(string to number), and itoa, ltoa(number to string).
Now I know C pretty well. I can do in C all the things I could do in Pascal, even more. Now I'm prepairing for a programming contest. The thing I have to learn are now, graphs, graphs, even more graphs, and of course, dynamical programing(that kind of programming that gives the best solution, in low time).