Programming Fundamentals: using c++ | Codeintra

The approach of this text is to take learners through a progression of materials in order to develop skills of modular, structured

eBooks Category

Personal Finance
5
Crypto Magazine
26
Self Help
52
Audio Books
28
Kids Stories
2
Education
83
Non-Fiction
57
Novels
40
Fiction
10

Programming Fundamentals: using c++

Programming Fundamentals: using c++

eBook Info

Format
Pdf
Pages
314
Downloads
0
Views
45
Uploaded at
22-Oct-2023

Download Link is Available

Conceptual Approach

The learning modules of this textbook/collection were, for the most part, written without consideration of a specific programming language. In many cases the C++ language is discussed as part of the explanation of the concept. Often the examples used for C++ are exactly the same for the Java programming language. However, some modules were written specifically for the C++ programming language. This could not be avoided as the C++ language is used in conjunction with this textbook/collection by the author in teaching college courses. 

Bloodshed Dev-C++ 5 Compiler/IDE

This open source compiler/IDE (Integrated Development Environment) was used to develop the demonstration source code files provided within the modules of this textbook/collection. The compiler/IDE is presented to the student in the second module of Chapter 1, with instructions for downloading, installing and using the compiler/IDE. A more complete explanation of the IDE along with demonstration source code listings with errors is presented in first module of Chapter 5. All of the source code files provided in this textbook/collection contain only ANSI standard C++ code and should work on any standard C++ compiler like Microsoft Visual Studio (which includes C++), Microsoft Visual C++ Express or Borland C++ Builder.

Related eBooks