Update

So I have been busy programming things and with real life. Sorry about not posting new tips & tricks. However in my away time I had time to setup something cool. Compiled binaries using Visual Studio 2010.

Below is the links to the libs / dlls

Box2D 2.2.0
http://coderzilla.com/libraries/Box2D/binaries/2.2.0-MSVC10/

SFML 1.6
http://coderzilla.com/libraries/SFML-1/binaries/1.6-MSVC10/

Enjoy!

Update: So I’ll be moving this onto its own page!

Tip of the week #1

Today is the first “Tip of the week”. A new mini series I’ll be publishing every week! So let’s get started.

Today’s subject is over Ternary operations. These operations can improve your code and make it easier to read. However sometimes can make your code really complex. A Ternary operation is basically just a if else statement that many languages support.

The general syntax usually looks similar to this.

(expression ? true expression : false expression)

Continue Reading

Welcome Programmers

Welcome to CoderZilla. What is CoderZilla? Simple, its a blog all about programming in all languages. We want you to check back later because we are still cooking up some of those articles. What can you be expecting you may be asking yourself? Tutorials, Tips, Tricks, and reviews all related to programming. Until then we will see you back here soon!