Before I get into what error handling is all about in an OOP (object oriented programming language), Let me first talk about what an actual error code is and how they show up on your code. Well your a perfect programmer you don’t need any “handling” of your … [Read more...] about Error Handling: Dealing with errors, How exactly is it done?
C/C++
How to create special character literals in C?
How to create special charecter literals , Java, C, C++ and many other C style languages support the following special character literals. The one that stands out the most is the \dd d the ddd stands for the encoding for the octal bit encoding, again that's only if … [Read more...] about How to create special character literals in C?
CS 10 Berkeley class notes
Lecture 2:How 3D graphics works Films, television, print Video games million of polygons per seconds four stage pipeline modeling animation Lecture 3:Video games Shigeru Miyamoto Donkey kong Super Mario bros … [Read more...] about CS 10 Berkeley class notes