Levi Bostian
e03cda583d
Add more to string formatting.
2013-08-31 11:44:45 -05:00
Levi Bostian
deaaf3412d
Add print formatting characters
2013-08-31 10:51:48 -05:00
Levi Bostian
58cd4b274f
add special characters to c
2013-08-31 09:50:13 -05:00
Adam
8aa0ab6068
Edits
2013-08-16 09:44:22 -07:00
Adam Bard
5486b435f6
Merge pull request #227 from dacechavez/master
...
Fixed 2 typos around function pointers
2013-08-16 08:50:20 -07:00
Árpád Goretity
273c08d1fe
fixed header, added switch statement
2013-08-15 13:08:52 +02:00
Árpád Goretity
f2c41a8a99
whoops, fixed typos and added missing info
2013-08-15 12:36:29 +02:00
Árpád Goretity
24fd870589
Update c.html.markdown
2013-08-15 12:30:22 +02:00
dacechavez
7cb78e94d2
Fixed 2 typos around function pointers
2013-08-15 12:12:19 +02:00
Sergey Avseyev
162b5bb60d
Fix typo about how pointers are declared
...
Of course it is completely valid that star can go right after type
name, but it might be not that obvious that during declaration the
star is associated to the variable, not with the type name.
2013-08-14 23:18:10 +03:00
Trent Ogren
e037df9c91
C: Signed/unsigned clarification
2013-08-05 13:06:21 -05:00
Adam
4ecd73fc9c
An assortment
2013-08-01 11:24:23 -07:00
Adam Bard
b59bbc949d
Merge pull request #102 from sergiokas/master
...
Adding small function pointers example in C
2013-07-04 09:41:45 -07:00
sergiokas
fff3f61e2c
#102 , moving function pointers section to the end of the doc
2013-07-04 11:42:36 -03:00
Adam
9ad61b5586
Authors -> Contributors
2013-07-03 22:59:13 -07:00
sergiokas
0376e0807a
Update c.html.markdown
2013-07-04 00:00:49 -03:00
sergiokas
3308c9c015
Adding small function pointers example
2013-07-03 23:57:37 -03:00
Adam
83aeecb68a
Added filename parameter
2013-06-29 20:19:14 -07:00
Johannes Mittendorfer
5d15e5c048
Fixed typo
...
"Use return to return a value" instead "Use return a return a value"
2013-06-29 12:22:01 +02:00
Adam
879d31e2c6
Updated pass-by-reference bit in c tutorial. Fixes #31
2013-06-28 21:08:58 -07:00
Ricky Stewart
2ad3be3860
merging in new pointer section from origin
2013-06-28 23:43:00 -04:00
Adam Bard
d1e222727a
Merge pull request #33 from esneider/patch-1
...
Fix precision typo with C integer types
2013-06-28 19:55:34 -07:00
Ricky Stewart
aac6cb65c1
style changes, made many of the comments more precise, corrected incorrect facts about type sizes
2013-06-28 22:49:08 -04:00
Dario Sneidermanis
30e0d68cd9
Fix precision typo with C integer types
2013-06-28 23:19:25 -03:00
Kai Mallea
db168d11be
Update comment
2013-06-28 21:54:28 -04:00
Kai Mallea
86885dab5c
Update pointer examples and comments
2013-06-28 21:47:31 -04:00
Miguel Lloreda
8167fcd187
Fixed misspellings
2013-06-28 17:15:49 -04:00
Adam
2e805c8c02
Updates
2013-06-28 12:59:45 -07:00
Adam
6634622d54
Fixed c thing
2013-06-28 02:01:53 -07:00
Adam
e601006381
Took a run at C
2013-06-28 01:31:09 -07:00