freeCodeCamp/guide/english/cplusplus
TrollzorFTW 4887c4316e An efficient way to read your variables (#24844)
* An efficient way to read your variables

Instead of declaring the variable "grade" in a trivial way by giving it value directly from code,
we can enter it when we run the program, to make our code more dynamic and testing multiple situations
by just re-running the program and entering a different thing as an input, instead of modifying the variable
over and over again

* Cleaned up comment
2018-12-13 23:20:18 -05:00
..
arrays Reworded some of the text for C++ arrays (#24477) 2018-11-19 16:36:07 +05:30
c-stl-sets fix(guide): Fix directory structure 2018-10-19 16:28:34 +01:00
casting Corrected capitalization, corrected to American spellings and typos (#30685) 2018-11-07 10:34:13 -05:00
clean-code-guidelines Use of proper indendation (#24024) 2018-12-02 16:28:40 -05:00
compilers fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
conditional-operator fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
do-while-loop added a small statement (#23119) 2018-11-26 05:24:01 -05:00
dynamic-memory-allocation Delete [] operator and Valgrind (#20121) 2018-10-28 09:30:23 -05:00
erase-remove fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
error-handling fix(guide): Fix directory structure 2018-10-19 16:28:34 +01:00
file-handling fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
for-loop typos, grammar, output fixes (#22987) 2018-11-20 19:00:47 -05:00
functions Functions are elaborated & more examples are added (#24798) 2018-12-13 23:07:57 -05:00
goto Fixed some typos. (#26132) 2018-10-22 21:49:25 -04:00
if-else-statement Fix some indentation and change some typo (#22017) 2018-11-17 20:13:05 -07:00
inline-functions Merged Inline Function and Inline Functions articles (#21847) 2018-10-22 21:25:55 -07:00
input-and-output typo fixes (#21210) 2018-10-20 21:50:52 +05:30
lists Changed the tick marks for std::list<int> Numbers; (#24172) 2018-12-06 21:05:00 -05:00
loops Fixed several typos. (#21699) 2018-11-05 04:07:32 -05:00
map fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
object-oriented-programming Included example of inheritance (#20187) 2018-10-28 09:43:08 -05:00
overloading fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
preprocessors fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
queue Fixed typo from 'LIFO' to 'FIFO' (#22226) 2018-11-16 23:40:18 -05:00
random-functions fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
range-for-loop fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
set fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
stack Feature and Grammatical Corrections (#29581) 2018-11-25 20:09:15 -08:00
stl-algorithms Fixed the typos, as usual (#26141) 2018-11-15 11:28:06 +05:30
switch-statements An efficient way to read your variables (#24844) 2018-12-13 23:20:18 -05:00
terms-to-know-for-beginners Fixed "woth" typo! (#24261) 2018-11-14 20:53:40 +05:30
the-auto-feature fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
the-if-statement fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
tokens-operators fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
tokens-variables Fixed mistyped words (#25401) 2018-11-21 10:37:50 +05:30
vector Fixed mistyped words (#25397) 2018-11-29 18:12:34 +05:30
while-loop improved formatting (#33181) 2018-10-31 16:16:46 -05:00
index.md Reworded some of the text, to be more accurate. (#24542) 2018-12-11 19:56:24 -05:00