Okay so now that you have a directory and c++ file created in CS50 IDE (if not see here how to do so,) we are going to look into how we can create a basic piece of coding that with take an input from a user and read out some text. To start the codeContinue reading “c++ Programming lesson 2: basic inputs/outputs”
Tag Archives: coding
Programming c++ lesson 1: setting up CS50 IDE
All of my programming tutorials will be involving c++ programming laguage using CS50 IDE online. The first step in your programming journey is going to be preparing your programming environment. I use CS50 IDE which is free to use and helpful for big projects and forgetful people who don’t constantly save their coding as itContinue reading “Programming c++ lesson 1: setting up CS50 IDE”