mza.com

Website:http://www.mza.com
Upvotes received0
Downvotes received1
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (118)

1

0 Thumbs up   0 Thumbs down

Copyright © 1995-2002


  MZA Associates Corporation
Source: mza.com

2

0 Thumbs up   0 Thumbs down

Symbols


A
Source: mza.com

3

0 Thumbs up   0 Thumbs down

tempus@mza.com


For the convenience of those less familiar with object-oriented programming (OOP) and C++, we have included some of that terminology as well; for a more thorough treatment see The C++ Programming Lang [..]
Source: mza.com

4

0 Thumbs up   0 Thumbs down

>>


a C++ binary operator used to establish connections between subsystem outputs or external inputs (on the left side) and subsystem inputs or external outputs (on the right side).
Source: mza.com

5

0 Thumbs up   0 Thumbs down

<<


a C++ binary operator used to establish connections between subsystem outputs or external inputs (on the right side) and subsystem inputs or external outputs (on the left side).
Source: mza.com

6

0 Thumbs up   0 Thumbs down

Atomic system class


A system class which contains no subsystems. Generally the .h file for an atomic system class will have been modified by hand in order to define the behavior desired by the system class designer; othe [..]
Source: mza.com

7

0 Thumbs up   0 Thumbs down

base class


A class from which another more specialized class is derived, which defines a portion of the interface and/or implementation of the derived class. See also derived class
Source: mza.com

8

0 Thumbs up   0 Thumbs down

binary operator


An operator such as + or = which takes two arguments, which appear on either side of the operator. Apart from the syntax, a binary operator is exactly equivalent to a function taking two arguments. A [..]
Source: mza.com

9

0 Thumbs up   0 Thumbs down

bool


(C++ intrinsic type)
Source: mza.com

10

0 Thumbs up   0 Thumbs down

C++


One of the most widely used object-oriented programming languages (OOPL).
Source: mza.com


To view all 118 definitions, please sign in.