C++ FAQ
/ Topics beginning with 'L'
Recent changes - 11 changed FAQs.
In a list,
or in a chain,
or here:
[4.1],
[4.2],
[6.3],
[6.12],
[10.3],
[15.22],
[27.15],
[35.13],
[35.14],
[35.15],
[39.6].
Translated into 16 languages.
English,
Belorussian / Minsk,
Bosnian / Serbian / Croatian,
Bulgarian,
Chinese (GB, Mainland),
Chinese (Big5, Taiwan),
French,
German,
Greek,
Korean,
Polish,
Portuguese,
Romanian,
Russian,
Spanish,
Turkish.
Mirrored in 11 countries.
USA,
France,
Germany,
Ireland,
Israel,
Italy,
Poland,
Portugal,
Spain,
Taiwan,
U.K..
|
C++ FAQ topics beginning with 'L'
[ A
| B
| C
| D
| E
| F
| G
| H
| I
| J
| K
| L
| M
| N
| O
| P
| Q
| R
| S
| T
| U
| V
| W
| X
| Y
| Z
]
- Land vehicle (example) ...
[25.5],
[25.7]
- Language wars ...
[6.5]
- LAPACK, Linear Algebra Subroutine Library ...
[29.17],
[37.7]
- Large executables ...
[37.8],
[38.10]
- Last rites (see also Destructors) ...
[11.1]
- LaTeX
- C++2LaTeX pretty printer ...
[40.3]
- Macros for "C++" ...
[40.2]
- Law of Inversion ...
[20.6]
- Law of the Big Three ...
[16.17],
[22.5],
[27.10]
- Law, Murphy's ...
[16.2]
- Layer of indirection ...
[31.5]
- Layout of object in memory ...
[32.9],
[38.9]
- Leaf classes ...
[23.11]
- Leaf methods ...
[23.12]
- Leaks, memory ...
[34.6]
- Learning OO/C++ ...
[28]
- Getting started ...
[29.2]
- How long does it take ...
[6.7]
- No need to learn C first ...
[28.2]
- No need to learn Smalltalk first ...
[28.3]
- Least bad; Sometimes "evil" things are ...
[6.16]
- Left operand: friend-functions allow promotion of ...
[14.5]
- Legal mumbo jumbo
- Legality books on C++ ...
[28.4],
[28.6]
- Length of time needed to learn OO/C++ ...
[6.7]
- Less-than operator: operator< ...
[13.9]
- Less-than-or-equal-to operator: operator<= ...
[13.9]
- lgrind (see Pretty printing) ...
[40.3]
- Lgrind ...
[40.3]
- Libraries ...
[37]
- Libraries FAQ ...
[37.9]
- Lifetime of objects
- Controlling lifetime of locals ...
[11.6],
[11.7],
[11.8]
- In heterogeneous containers ...
[34.4]
- Order of destruction for array elements ...
[11.3]
- Order of destruction for locals ...
[11.2]
- Register liveness ...
[31.5]
- Rule for for loop variables ...
[39.8]
- Using friend classes to achieve separate lifetimes ...
[14.2]
- Line-breaks: whitespace standards ...
[29.10]
- Linker errors ...
[10.12],
[10.13],
[23.10],
[32.7],
[35.13],
[35.14],
[35.15],
[35.16],
[40.6]
- Lists, initialization
- Literals: naming numeric literals ...
[29.11]
- Literals: numeric literal suffixes ...
[29.12]
- LLVM C++ compiler ...
[38.13]
- Local objects, don't call dtor explicitly ...
[11.5],
[11.6]
- Log base 2 ...
[26.12]
- Log of a negative number ...
[29.15]
- Logical Interface different from Physical Layout ...
[13.11],
[13.12]
- long: choosing between integer sizes ...
[29.5]
|