User profile: Path Seeker

User info
User name:Path Seeker
Name:George
Location:Greece
Website:http://georgesblogprogramming.blogspot.com/
Bio:I am student to an Informatics University since March 2009, but I first came in touch with Programming at the age of 15 with C++ where I've created simple programms.
I was always particullary interested in Game Programming so I want to learn it through a book. However knowledge of C, Windows Programming (API) and DireXt is required for that. Also skills of MUltimedia Creations is required but I have some skills on that
(See my Animations - http://www.gamespot.com/users/george33387/video )

You can see the curent point of my learning process at my Website (blog)
History
Joined:
Number of posts:4
Latest posts:

Learning Arrays. Questions...
when you set the pointer to v, which is an adress, you re settin gthe pointer to an adress acutally ...

Learning Arrays. Questions...
Since I'm learning Arrays and I haven't learned them when I was studying C++ I excpect to have many...

What happens if you put ';' after for(...)?
Look at this code [code] for (a=0; a<10; a++) { printf ("%d",matrix1[a]); }[/code]...

Does "return" always terminate the programm?
I have the following code [code] printf("Start. Give a\n"); scanf("%d",&a); printf("\na is %d\...