Friday, November 23, 2012

CPP Crash Course


C++ Tutorial for Maggie
What does programming in C++ have anything to do with Cisco - you ask?

Nothing. But I must help Maggie to get her through the elective exam ;). Her professor chose C++ language as an introduction to programming (why is beyond me, Python would be so much better!)

Here's a gist of what you will need to know.

CPP 03 - Variables and Math Operators
CPP 04 - Taking User's Input
CPP 05 - If Else Condition
CPP 06 - Code Execution Control with Switch
CPP 07 - While Loop
CPP 08 - Do While Loop