Showing posts with label Arrays. Show all posts
Showing posts with label Arrays. Show all posts

1/11/2012

NCC Tutorial: Pointers Exercise

As usual, theoretical knowledge on some subject is nothing if you don't know how to apply it to some practical problem. So, in this post we will try to summarize and combine all the stuff we learned in this tutorial.

1/07/2012

NCC Tutorial: Pointers 3

In NCC Tutorial: Pointers 2, we used pointers to directly access some variables in memory. That does not make much sense when we use them inside the main function, but will become clearer next time when we are going to use pointers as function arguments. Meanwhile, let's see why pointers are important for arrays.

11/07/2011

Make Your Own Hacker Typer 2

Last time we saw how to make the base for our version of Hacker Typer. Now, we could add some additional features, so we could choose which file we want to "type" and how many characters should output when we press a key.