T E X T F I L E S D O T C O M. Michael Caisse: Introduction to Modern C++ Techniques (Part I) Teach Yourself C++ in 21 Days. Day 1 Getting Started Introduction Welcome to Teach Yourself C++ in 21 Days! Today you will get started on your way to becoming a proficient C++ programmer. You'll learn Why C++ is the emerging standard in software development.
A Brief History of C++ Computer languages have undergone dramatic evolution since the first electronic computers were built to assist in telemetry calculations during World War II. In time, higher-level languages evolved, such as BASIC and COBOL. Because interpreters read the code as it is written and execute the code on the spot, interpreters are easy for the programmer to work with. Another advantage of many compiled languages like C++ is that you can distribute the executable program to people who don't have the compiler.
For many years, the principle goal of computer programmers was to write short pieces of code that would execute quickly. Programs Solving Problems The problems programmers are asked to solve have been changing. 1. 2. 3. 4. 1. 1. How C++ Evolved 1. List of Videos for C++ Hacking.