Learning C-Style C++by Direct Approach Mentoring www.DirectAM.com This DirectAM guide aims to be the most straight-forward introduction to learning C++ the easy way: in the style of C. This guide is for users with MS Visual Studio in the process of learning C++. Contents: 0. Visual Studio1. Empty Programint char bool float2. Types+ - * / % == != > >= < <=4. Operators"String")5. Screen Output"%d",number)6. Variable Screen Outputgetch()7. Inputif else8. Control Structures |