C/C++/C#

TwitterFacebook
Get flash to fully experience Pearltrees

Introduction to Spring.NET

This talk explores when to start performance testing, how to avoid the common pitfalls, how to profile when the results cause your team to pull a funny face, and what you can do about that funny face. http://www.infoq.com/presentations/pollack-intro-spring#.T8FWUSzhxWl.email

C++ Programming Course, Other Programming Video Tutorials,

http://freevideolectures.com/Course/2514/C++-Programming# SEE: Guide to Download YouTube Video Lecture Lecture Details :

Game From Scratch C++ Edition!

http://www.gamefromscratch.com/page/Game-From-Scratch-CPP-Edition.aspx Want to create a game using C++ and SFML? This is the perfect place to start! This tutorial series will follow the creation of a simple game in C++ from the very beginning till the end, a micro-version of the overall purpose of this site. C++ is an evolving language standard and a great many tutorials out there are horrifically outdated or just plain bad.
Definition: Streams are a replacement for printf() and scanf() . Pros: With streams, you do not need to know the type of the object you are printing. You do not have problems with format strings not matching the argument list.

Google C++ Style Guide

http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml