This is the repository where Im going to place all the code I write on learning C++. I will go from basics, to full-out projects , documenting everything on the way. I will try to comment on the code as much as possible to show understanding, and so readers can understand and learn all the code. I will add more to this file as I go through.
This program is a simple hello world program for C++. This introduces the std::cout function, and the use of the main function.
Learn the basics of creating functions and how to use them. In the program the code returns what 10^2 is, then allows the user to input a base and exponent to calculate the power function. It introduces a very basic function from cmath.
This program introduces the idea of void functions. The program is similar to the program before in which the program returns 10^2, and allows the user to input a base and exponential to calculate the power. This time the use of void functions are apparent which calculates everything without needing to be returned into memory.
This program lists all the basic datatypes and explains the uses of them. Furthermore, the program explains in detail Integers and characters. The code explains all the different types of integers and characters, stating the amount of bytes each type of datatype occupies. Also, the Climits library is used to show the minimum and maximum value a datatype can occupy. The program also elaborates on ASCII, and how characters can either store literal numbers, or an Letter using the ASCII equivalent.
This is a simple program listing the definitions and uses of various escape sequences that are commonly used in strings.
Booleans in Detail.
<This will be updated about every week, so some newer files may not be located in this README file. Descriptions can still be found on the actual files though>
Contains various documentations for the software in the repository, including security notice.
Need help with anything? See an error or bug in the code? Just want to contact me? Well just shoot me an email and I will be sure to get back in touch with you!
General Email (This is the primary email to contact me): [email protected]
Business Email (If the previous email did not work, use this one, which might not work): [email protected]