Title: Type Safe C using C++ for New Programmers
Type Safe C using C++ is the most basic approach to programming in C++. It is a style that utilizes the common subset of ANSI C and ANSI C++. It is also known by many other names such as C++ as Better C and Procedural Programming with C++.
Using this basic approach, beginner programmers can immediately start benefiting from extra automated type safety provided by the C++ compiler.
Two versions
Experienced C++ programmers should see a similar course Type Safe C/C++ for Experienced C++ Programmers.
Who should attend?
Programmers needing an introduction to the most basic approach of using C++: Type Safe C. This course identifies the many features of just using C++ compiler to program in C.Duration: 1 Day
Topics
Introduction to programming in C++
| |||||||||||||||||||||||||||||||||||||||||||||
Data abstraction
| |||||||||||||||||||||||||||||||||||||||||||||
Type Safe C
|
