stroustrup.com

Website:http://www.stroustrup.com
Upvotes received4
Downvotes received4
Karma:-1 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (557)

1

2 Thumbs up   2 Thumbs down

ofstream


an file stream for output.
Source: stroustrup.com

2

1 Thumbs up   1 Thumbs down

ansi c


see C.
Source: stroustrup.com

3

1 Thumbs up   1 Thumbs down

word


a number of bytes that on a given machine is particularly suied to holding an integers or a pointer. On many machines, an object must be aligned on a word boundary for acceptable performance. An in [..]
Source: stroustrup.com

4

0 Thumbs up   0 Thumbs down

!


the inequality operator; compares values for inequality returning a bool. TC++PL 2.3.1, 6.2, 16.3.10, 20.3.8, 22.4.3, 22.5.
Source: stroustrup.com

5

0 Thumbs up   0 Thumbs down

#define


a directive that defines a macro.
Source: stroustrup.com

6

0 Thumbs up   0 Thumbs down

#include


a mechanism for textual inclusion of one source file into another. Typically used to compose a translation unit out of a .c file and the header files it needs to define its view if the rest of the [..]
Source: stroustrup.com

7

0 Thumbs up   0 Thumbs down

+


add-and-assign operator; a+=b is roughly equivalent to a=a+b. Often a useful operation for user-defined types. TC++PL 6.1.1, 6.2, 11,3,2, 20.3.9, 22.5.
Source: stroustrup.com

8

0 Thumbs up   0 Thumbs down

c file


file containing definitions.
Source: stroustrup.com

9

0 Thumbs up   0 Thumbs down

cpp file


see .c file
Source: stroustrup.com

10

0 Thumbs up   0 Thumbs down

cxx file


see .c file
Source: stroustrup.com


To view all 557 definitions, please sign in.