
Sunday, June 28, 2009
Notes on epanalepsis that weren't written down
This is an image showing the nature of the triple operator. With the experience of a Project like battleship i came up that it can come usefull in saving you tons of code.

Project Back Online after Almost a year
For several reasons I had left the 1st part 'Learn C' of the personal project "Learn to create simple 2D-3D games through 'Beggining Game Programming' book " on air.
Some major things that ought to be done, start of uni at February and a stupid personal incapacity to organise my time properly so that there would be space for the project, made me to leave the project. Now that my uni's exams are over I want to continue it.
I'll have to make an epanalipsis to C and cover the last chapter.
But as I have sed in my last post I need a practical exercise of C so to be marked "permanently" in my head.
So once done I will begin a C project to get used with the language pratically. It's gonna be a non real time game in console application like Battleships (I've done it in Pascal language for Programming I study). From that PASCAL project I realised that this is the best method to learn, remember and exercise a programming language.
Once created, - like it happened with Pascal with Battleships Progejt - I will be able to manipulate C code like drinking water.
Some major things that ought to be done, start of uni at February and a stupid personal incapacity to organise my time properly so that there would be space for the project, made me to leave the project. Now that my uni's exams are over I want to continue it.
I'll have to make an epanalipsis to C and cover the last chapter.
But as I have sed in my last post I need a practical exercise of C so to be marked "permanently" in my head.
So once done I will begin a C project to get used with the language pratically. It's gonna be a non real time game in console application like Battleships (I've done it in Pascal language for Programming I study). From that PASCAL project I realised that this is the best method to learn, remember and exercise a programming language.
Once created, - like it happened with Pascal with Battleships Progejt - I will be able to manipulate C code like drinking water.
Wednesday, September 24, 2008
C...Learning: Chapter 7 of 8 "Access to stored Data"
There is a lot of stuff about this chapter.
I've learned how to create and write a file and how to read a file
On this, I've made for practice a programm that stores Personal data ( Name, Surname, Age) in structures (specified N) and afterwards it creates a file and stores those data. Then it gives you the option to retrieve the data (read the file) you stored and show it in the screen. Practical exercises like this are of the most importance but they take much time
After these 2 elements I've red about :
temporary files creation
binary files (didnt got much)
data rapprochement (didnt payed much attention)
However I didnt tested pratically these elements
I'm proceeding to the final chapter, Chapter 8 "Standar Library"
P.S.
God! I know most parts of C theoritically while ohters (e.g. dynamic memory manipulating) I didnt learned them at all!
When I'm gonna to write C on practice, its gonna be the mess!
Actually, I'll be heading to API (which works on C) after chapter 8 from a 400 pages book probably. I hope I will exercise there a bit otherwise I'll have to exercise all 3 languages learned in the end while programmingGames from the targeted book (Beginning Game Programming)
I've learned how to create and write a file and how to read a file
On this, I've made for practice a programm that stores Personal data ( Name, Surname, Age) in structures (specified N) and afterwards it creates a file and stores those data. Then it gives you the option to retrieve the data (read the file) you stored and show it in the screen. Practical exercises like this are of the most importance but they take much time
After these 2 elements I've red about :
temporary files creation
binary files (didnt got much)
data rapprochement (didnt payed much attention)
However I didnt tested pratically these elements
I'm proceeding to the final chapter, Chapter 8 "Standar Library"
P.S.
God! I know most parts of C theoritically while ohters (e.g. dynamic memory manipulating) I didnt learned them at all!
When I'm gonna to write C on practice, its gonna be the mess!
Actually, I'll be heading to API (which works on C) after chapter 8 from a 400 pages book probably. I hope I will exercise there a bit otherwise I'll have to exercise all 3 languages learned in the end while programmingGames from the targeted book (Beginning Game Programming)
Monday, September 22, 2008
C...learning: Chapter 6 of 8 "Structures"
I've left the dynamic memory manipulating. Its not the firs in priority. Later it may be but not now. I'll proceed to chapter 7
Subscribe to:
Posts (Atom)