Commit Graph

14 Commits (b4e30483cc9641d726642375b32cdba57889fd42)

Author SHA1 Message Date
Terry Lewis 0b964091c9 Add section on iterator-based loops (#33423) 2019-03-20 18:50:21 -07:00
Harsh Savergaonkar c439d3a9e1 Made explaination easier (#32028) 2019-03-19 18:29:14 -07:00
despare 6cf08fb0ae Update index.md (#31789) 2019-03-19 07:57:30 -07:00
Chris Steenkamp 91926b71fe Corrected markdown for example code (#30387)
The markdown used in the examples in the section titled Implementation had the closing back-ticks specified on the wrong line, causing the code examples to be incorrectly displayed.
2019-03-17 18:48:57 -07:00
toakes59 542cf6a68f added For Loop heading (#30382)
Added For Loop heading to top of page.  This is easier to see then the title table
2019-03-17 10:22:43 -07:00
ayagrwl ea4eaf02b6 Added applications and external link (#29227) 2019-03-17 10:02:39 -07:00
toakes59 b4044fe267 Changed a = a + 1 to a++ (#28742)
Changed a = a + 1 to a++ in implementation section.  It is best practice to use a++ rather than a = a + 1
2019-03-17 09:45:59 -07:00
Nischay Hegde aaf9d30677 Fixed grammar and Indentation (#27154)
Fixed grammar and corrected some ambiguous statements.
Changed some code to bring uniformity in indentation.
2019-01-31 16:39:16 -07:00
GiraffeWarrior f188c3cd9d Edited "For Loop" entry for grammar and clarity (#24875) 2018-12-14 22:16:16 -05:00
Matt d219d38644 typos, grammar, output fixes (#22987)
Minor fixes to typos, grammar and example output framing
2018-11-20 19:00:47 -05:00
Hardik Sharma caaa78346b Fixed some typos. (#26138) 2018-11-14 20:22:45 +05:30
arjundixit98 53032e38c7 Adding lines of text (#25079) 2018-11-06 19:16:07 +05:30
Jared Ezzet Hasson 394ea7aa93 Anecdote about C++ (#20361)
* Anecdote about C++

Linked the name of C++ to the update statement in a for loop.

* minor fixes
2018-11-02 21:47:06 +05:30
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30