summaryrefslogtreecommitdiffhomepage
path: root/c.html.markdown
Commit message (Collapse)AuthorAgeLines
...
* | Add extern notes to C.Levi Bostian2013-08-31-1/+7
| |
* | Add more notes to function prototype in C.Levi Bostian2013-08-31-3/+6
| |
* | Add more notes to null character in CLevi Bostian2013-08-31-1/+2
| |
* | Clarified function call by value description.Levi Bostian2013-08-31-2/+6
| |
* | Add function prototype to C.Levi Bostian2013-08-31-0/+10
| |
* | Add ASCII chars to Types of C file.Levi Bostian2013-08-31-0/+4
| |
* | Add more shorthand notes, array notes to CLevi Bostian2013-08-31-1/+5
| |
* | Add note about loops CLevi Bostian2013-08-31-0/+6
| |
* | Add clarity to EOF. Add %ld for longs in CLevi Bostian2013-08-31-4/+7
| |
* | Add getchar(), putchar(), EOF to CLevi Bostian2013-08-31-0/+10
| |
* | Add more to string formatting.Levi Bostian2013-08-31-1/+7
| |
* | Add print formatting charactersLevi Bostian2013-08-31-0/+13
| |
* | add special characters to cLevi Bostian2013-08-31-0/+6
|/
* EditsAdam2013-08-16-133/+117
|
* Merge pull request #227 from dacechavez/masterAdam Bard2013-08-16-2/+2
|\ | | | | Fixed 2 typos around function pointers
| * Fixed 2 typos around function pointersdacechavez2013-08-15-2/+2
| |
* | fixed header, added switch statementÁrpád Goretity 2013-08-15-7/+39
| |
* | whoops, fixed typos and added missing infoÁrpád Goretity 2013-08-15-2/+7
| |
* | Update c.html.markdownÁrpád Goretity 2013-08-15-273/+356
|/
* Fix typo about how pointers are declaredSergey Avseyev2013-08-14-2/+5
| | | | | | 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.
* C: Signed/unsigned clarificationTrent Ogren2013-08-05-1/+1
|
* An assortmentAdam2013-08-01-0/+2
|
* Merge pull request #102 from sergiokas/masterAdam Bard2013-07-04-0/+30
|\ | | | | Adding small function pointers example in C
| * #102, moving function pointers section to the end of the docsergiokas2013-07-04-27/+30
| |
| * Update c.html.markdownsergiokas2013-07-04-3/+6
| |
| * Adding small function pointers examplesergiokas2013-07-03-0/+24
| |
* | Authors -> ContributorsAdam2013-07-03-2/+2
|/
* Added filename parameterAdam2013-06-29-2/+5
|
* Fixed typoJohannes Mittendorfer2013-06-29-1/+1
| | | "Use return to return a value" instead "Use return a return a value"
* Updated pass-by-reference bit in c tutorial. Fixes #31Adam2013-06-28-2/+2
|
* merging in new pointer section from originRicky Stewart2013-06-28-7/+22
|\
| * Merge pull request #33 from esneider/patch-1Adam Bard2013-06-28-2/+2
| |\ | | | | | | Fix precision typo with C integer types
| | * Fix precision typo with C integer typesDario Sneidermanis2013-06-28-2/+2
| | |
| * | Update commentKai Mallea2013-06-28-0/+1
| | |
| * | Update pointer examples and commentsKai Mallea2013-06-28-6/+21
| |/
* / style changes, made many of the comments more precise, corrected incorrect ↵Ricky Stewart2013-06-28-43/+61
|/ | | | facts about type sizes
* Fixed misspellingsMiguel Lloreda2013-06-28-2/+2
|
* UpdatesAdam2013-06-28-0/+2
|
* Fixed c thingAdam2013-06-28-1/+1
|
* Took a run at CAdam2013-06-28-0/+336