Archivos de la categoría ‘How to teach C to a violinist’
It will try to explain basic things of C language programming.
How to teach C to a violinist (Part VI)
Publicado por jayzeegp en Julio 29, 2008
Publicado en How to teach C to a violinist | Etiquetado: C, Computers, do-while, How to teach C, How to teach C to a violinist, Informática, loops, while | 5 Comentarios »
How to teach C to a violinist (Part V)
Publicado por jayzeegp en Julio 18, 2008
On this entry, we will learn how to use “conditional schemes”.
We use it on our life everyday, we just need to translate it to C.
Imagine something like: “If it rains, I will take my umbrella”. Another example, “If I press this button, I will send the bombs, if I don’t press it, world will be a better place” (this goes better with our picture).
Publicado en How to teach C to a violinist | Etiquetado: C, Computers, Informática | 7 Comentarios »
How to teach C to a violinist (Part IV)
Publicado por jayzeegp en Julio 16, 2008
Publicado en How to teach C to a violinist | Etiquetado: Computers, Informática | 4 Comentarios »
How to teach C to a violinist (Part III)
Publicado por jayzeegp en Julio 15, 2008
Now that you know how to declare variables and how to print information on screen, you will learn how to make your program use data asked to the user via keyboard.
In order to do this we will use scanf function.
We will use it to receive an integer via keyboard and “write” it into a variable that we created previously.
Publicado en How to teach C to a violinist | Etiquetado: Computers, Informática | 4 Comentarios »
How to teach C to a violinist (Part II)
Publicado por jayzeegp en Julio 14, 2008
If you did not see part I, please click here.
On this entry we will learn how to make Output in C. Basic Output will appear on screen.
We will learn the use of printf function in order to do this.
Publicado en How to teach C to a violinist | Etiquetado: Computers, Informática | 6 Comentarios »
How to teach C to a violinist
Publicado por jayzeegp en Julio 12, 2008
I know lots of computer geeks who learn music but I just know one musician who would like to learn how to make programs just to “have fun” with it (yeah, crazy).
This entry (and I hope that some more in future) is to try to explain C in a very easy way, so if you are studying computer science, just read this in case you want to laugh a little
.
Publicado en How to teach C to a violinist | Etiquetado: Computers, Informática | 3 Comentarios »


