A directory of programming language concepts, a directory of C programming languages

Updated on educate 2024-05-13
2 answers
  1. Anonymous users2024-02-10

    1 Overview of Programming.

    An overview of programming languages.

    Machine language. Assembly language.

    High-level language. An overview of the programming methodology.

    Crafting methods.

    Structured approach.

    Object-oriented approach.

    Overview of the integrated development environment.

    Overview of the C++ language.

    cA brief history of language development.

    The history of the C++ language.

    Example of a simple program.

    Structured vs. object-oriented programs.

    Example of a structured program.

    Example of an object-oriented program.

    Comparison of the two.

    Rules to follow when writing a program.

    Basic knowledge of the C++ development environment.

    2 Basic data types, operators, expressions.

    C++ language character set.

    C++ vocabulary.

    Identifier keywords.

    Operator separator.

    Constant annotators.

    Data type. Integer solid.

    Character variables.

    Constant integer constant.

    Solid constants. Character constants.

    String constants.

    Symbolic constants. const constant.

    Enumerate simple inputs and outputs.

    Input and output of characters.

    Input and output of numeric data.

    Operator: Arithmetic operator.

    Relational operators.

    Logical operators.

    Self-incrementing and self-decrement operators.

    Bitwise operators. Assignment operators.

    Conditional operators.

    sizeof operator.

    Comma arithmetic. Prioritization and cohesion.

    Basic data type mixing, operations, and type conversions.

    Automatic type conversion.

    Cast type conversion.

    3 Control flow.

    Statement expression statements.

    Compound statements. Control statements.

    Representation of empty statement algorithms and algorithms.

    The basic characteristics of an algorithmic algorithm.

    Representation of the algorithm.

    Sequential structure. Select the structure.

    4 Functions. 5 arrays. 6 pointers.

    7 Structs and dynamic data types.

    8 Encapsulation.

    9 Inheritance.

    10 Polymorphism – Operator overloading.

    11 Polymorphisms – virtual functions, templates.

    12 Object-Oriented IO

    References.

  2. Anonymous users2024-02-09

    Chapter 0 Introduction.

    Chapter 1: Historical Review and Classification of Programming Languages.

    Chapter 2 An Overview of the Design of Programming Languages.

    Chapter 3 Values and Types.

    Chapter 4 Storage.

    Chapter 5 Binding Determination.

    Chapter 6 Functions and Procedures.

    Chapter 7 Program Control.

    Chapter 8 Abstraction and Encapsulation of Programs.

    Chapter 9 Type Systems.

    Chapter 10 Introduction to Object-Oriented Programming.

    Chapter 11 Functional Programming Languages.

    Chapter 12 Logical Programming Languages.

    Chapter 13 Principles of Program Concurrency and Process Interaction.

    Chapter 14 Process Interaction Mechanism and Concurrency Design.

    Chapter 15 Descriptive Programming Languages.

    Chapter 16 Principles and Applications of Referential Semantics.

    Chapter 17 Algebraic Semantics.

    References.

Related questions
8 answers2024-05-13

If the landlord is looking for the textbook for the class, it is not helping the landlord, the book is not good, and no one has to do the electronic version. >>>More

4 answers2024-05-13

Hello, there hasn't been much time lately, so I can only remind you that the focus of this zhi topic is not dao >>>More

10 answers2024-05-13

That certificate is not too difficult. Many students who are not computer science majors in our school passed with high scores and got certificates. That book, do a topic and follow along, it won't be too difficult.

4 answers2024-05-13

1 Enter three numbers.

2 Compare the first two to get the greater of the first two. >>>More

7 answers2024-05-13

1, x = x<<1 is equivalent to x multiplied by 2, i.e., the string output in %d format can only output the integer part, that is, 0 >>>More