And here my video: https://youtu.be/LNpxQAoDXpI Here you can find more information about arrays: https://www.programarya.com/Cursos/C++/Estructuras-de-Datos/Arreglos-o-Vectores You can find information about vectors here: http://www.cplusplus.com/reference/vector/vector/?kw=vector You can find information about strings here: http://www.cplusplus.com/reference/string/string/?kw=string (Tuve problemas para subir el video por que estaba muy muy lento el internet, por eso apenas lo postee, espero y pueda comprender ken)
This was a very challegnig thing i’ve got to get through in the semester. To learn how to open and read files i had to read a lot of times the same thing of the “How to think like a… Continue Reading →
In the following video i show you how to use the basics of Github and how you can send your work so other people can see your code.
The following video will show youi have installed linux in my personal computer:

In C++ the braces of and if or an else clause can contain another if statement. There are known as nested if statements. In simple terms a nested if is when you write an IF inside another IF braces. This… Continue Reading →
This is my Youtube channel were is all my stuff
https://www.youtube.com/channel/UCaUVAH-AvAlHJoMmiYES9Bg/videos

Reading and writing of files in C++ For writting files you first need to open it, for that you need a library that’s call “fstream”, that helps to read and write on files. As the example shows, you need to use the function open and put the name of the file with the respective type […]
Here are the final masteries, finally!!!!! IM DONEEE Masterie 8 and 21: https://www.youtube.com/watch?v=5N4_ylfjvBI&feature=youtu.be&hd=1 Masterie 2 and 9: https://www.youtube.com/watch?v=ywiEexzfTAc&feature=youtu.be&hd=1

Importation and use of libraries on C++ can be hard or easy. It depends on your OS (operative system). Believe me Windows Users, there is a better world outside and it’s called Linux.