Today we will talk about loops!
What is a loop?
Now you know all you should know about loops.
But if you want to be an expert, continue reading
It will try to explain basic things of C language programming.
Publicado por jayzeegp en julio 29, 2008
Today we will talk about loops!
What is a loop?
Now you know all you should know about loops.
But if you want to be an expert, continue reading
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 »
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 »
Publicado por jayzeegp en julio 16, 2008
Tired of just using integer numbers?
On this entry we will learn how to use floating point numbers (such as 3.45321) in an easy way.
If you didn’t see Parts I, II and III you may like to read them.
Publicado en How to teach C to a violinist | Etiquetado: Computers, Informática | 4 Comentarios »
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 »
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 »
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 »