I learned C++ and this would be a great introductory to help with learning C++ I also noticed when I was writting programs I was using B.A.S.I.C (wow, what nerd jokes, no pun intended) commands I amagine it would be fairly intuitive to program for some one with little to none programing experience tops to you just amagine if you would've showed this to Bill Gates 20 years ago..well Youd be a millionaire
In C++, the STanDard input and output streams (in the console) are called stdin and stdout respectively. Having never programmed in assembly language myself before, I guess I called them stdin and stdout to feel more at home. In case you're wondering, no, the data isn't streamed.