Dado que volví a la universidad y estoy estudiando ingeniería informática tengo que empezar a aprender este nuevo lenguaje de programación para mí que será algo diferente a lo que yo estoy acostumbrado pero a la vez me gusta aprender más sobre programación pero de manera bien organizada y por alguien con buena experiencia en el mundo.
Para alguien como yo que vengo del desarrollo web y móvil híbrido puede resultar un poco extraño este tipo de sintaxis y me tomará un tiempo acostumbrarme pero me doy cuenta que tengo más facilidad para adaptarme a nuevo lenguaje de programación.
Ahora mismo lo único que compartiré son unos ejemplos de algo simple que estuve viendo porque tuve que realizar algunas configuraciones para poder utilizarlo en visual studio code y tampoco fue algo difícil de hacer pero soy alguien que está más acostumbrado a lo visual así que creo que en ese punto me llevaré un gran choque con este lenguaje de programación.
Since I've gone back to university and am studying computer engineering, I have to start learning this new programming language. It will be different from what I'm used to, but I enjoy learning more about programming in a well-organized way and from someone with experience. For someone like me, coming from hybrid web and mobile development, this type of syntax might seem a bit strange, and it will take me some time to get used to it. However, I realize I adapt more easily to new programming languages. Right now, I'll only share a few simple examples I've been looking at because I had to configure it to use it in Visual Studio Code. It wasn't too difficult, but I'm more accustomed to visual programming, so I think I'll experience a bit of a learning curve with this programming language.![c++1.png](
In this simple example, I'm only capturing the value of some variables through the terminal. From what I understand, you can create variables with completely empty values and then reassign them. Regarding what I understand about arguments, these are the arguments that are passed before executing the file. So, you'll see two images: one where the file is executed and then variables are reassigned, showing that there is only one argument, but no names for that argument; and the other where the arguments are shown, which would be the file name and the text string and number that I passed.![c++2.png](