linear-cpp icon indicating copy to clipboard operation
linear-cpp copied to clipboard

An attempt at a C++ tutorial.

Results 4 linear-cpp issues
Sort by recently updated
recently updated
newest added

Hi, not an issue, just a possible contribution. This tutorial is just awesome, and I wanted to have it on my e-reader. Since you mention this in README: > Generating...

Hi, I just finished chapter 3 and I noticed my IDE has greyed out the header - #include - suggesting that it isn't necessary. The program appears to run fine...

Hi, I wasn't able to exit program in chapter 6, i keep typing numbers in the terminal but where end of file? if(std::cin.eof()) { break; } when it breaks?

With the proliferation (if I think of a word that sounds more like how a disease spreads, I'll edit this) of unicode, it's become pretty common for new languages to...