Strona startowa Ludzie pragną czasami się rozstawać, żeby móc tęsknić, czekać i cieszyć się z powrotem.Printing DocumentsConcerning printing, common features are only mentioned, special features are described below...of a context switch (switching execution to another thread)...Sometimes when you execute the statement you may not know whether you are making an update or a query...{ case 1 : cerr << "Error opening file...File 100KB long...VI wieku i który oparto na Hoc est Corpus19...Molieredewocję i obłudę została zakazana...Jeżeli postępowanie pojednawcze zakończy się jedynie sporządzeniem protokołu rozbieżności, związek zawodowy, nie korzystając z prawa do strajku, może podjąć próbę...Oddala się wszystkich nie habilitowanych...re w ri te: ru le set 98 re turns: isa ac < @ vsto ut...
 

Ludzie pragną czasami się rozstawać, żeby móc tęsknić, czekać i cieszyć się z powrotem.

The
# dos directive means to replace '/'
# with '\' in all directory paths:
&dos
# Inserted directly into the makefile (without
# the leading '@' sign):
@CPP = Bcc32
1076
@CPPFLAGS = -w-inl -w-csu
@OFLAG = -e
@.SUFFIXES : .obj .cpp .c
@.cpp.obj :
@ $(CPP) $(CPPFLAGS) -c $<
@.c.obj :
@ $(CPP) $(CPPFLAGS) -c $<
# Problem with string constructors:
C17:StringIterators.cpp
# Causes an unresolved external:
C17:ICompare.cpp
# Template bug:
C19:ArraySize.cpp
# Bitset is Broken in this compiler’s library:
C20:BitSet.cpp
# Not sure what the problem is here:
C20:ListRobustness.cpp
C20:BasicSequenceOperations.cpp
# Problem with vector.cc
C20:VectorCoreDump.cpp
# bitset::bitset(string) missing:
C20:VectorOfBool.cpp
# compiler strangeness:
C20:AssocInserter.cpp
# Problem with templates?
C21:FunctionObjects.cpp
# Problem with the algorithms
C21:PtrFun1.cpp
C21:PtrFun2.cpp
C21:MemFun1.cpp
C21:SearchReplace.cpp
# Function-level try blocks not implemented:
C23:FunctionTryBlock.cpp
# Uses the SGI STL extensions, so it actually
# isn't supposed to compile with this
# compiler:
C20:MapVsHashMap.cpp
C21:MemFun4.cpp
C21:Compose2.cpp

#################################################
# The egcs (Experimental g++ compiler) snapshot
# under Linux:
{ egcs }
1077
(o)
[]
# The unix directive controls the way some of the
# makefile lines are generated:
&unix
@CPP = g++
@OFLAG = -o
@.SUFFIXES : .o .cpp .c
@.cpp.o :
@ $(CPP) $(CPPFLAGS) -c $<
@.c.o :
@ $(CPP) $(CPPFLAGS) -c $<
# Files that won't compile
# Error in streambuf.h:
C18:Cppcheck.cpp
# A basic compiler bug
C20:BankTeller.cpp
# Problem with the egcs iterator header
C20:StreambufIterator.cpp
C20:RawStorageIterator.cpp
# egcs is missing istreambuf_iterator
C20:WordList2.cpp
C20:TokenizeTest.cpp
C20:TokenIteratorTest.cpp
C20:WordCount.cpp
C20:MultiSetWordCount.cpp
C21:SortTest.cpp
C21:SortedSearchTest.cpp
# egcs is missing std::iterator:
C20:Ring.cpp
# egcs is missing char_traits
C17:ICompare.cpp
# egcs vector and deque (at least) are missing
# the "at()" functions:
C20:IndexingVsAt.cpp
# There’s a problem with the egcs string class:
C17:Compare2.cpp
# Problem with egcs priority_queue:
C20:PriorityQueue4.cpp
C20:PriorityQueue8.cpp
# Broken in this compiler’s library:
C20:BitSet.cpp
# These are because <sstream> isn’t implemented
1078
C18:NumberPhotos.cpp
C20:StringVector.cpp
C20:FEditTest.cpp
C20:StringDeque.cpp
C20:VectorOfBool.cpp
C20:WildLifeMonitor.cpp
# The end tag is required:
#///:~
1079
Index
-, 131
<<, 128
--, 131
<<=, 129
!, 131
<=, 127
!=, 127
=, 133
#define, 149, 244
==, 127, 133
#define NDEBUG, 152
>, 127
#endif, 183
>=, 127
#ifdef, 149, 183
>>, 128
#ifndef, 183
>>=, 129
#include, 70
abort( ), 876
#undef, 149, 183
Standard C library function, 294, 862
&, 128, 131
abstract
abstract base classes and pure virtual functions,
&&, 127
460
&=, 128
class, 460
..., 92
data type, 178
^, 128
pure abstract base class, 461
^=, 128
abstract data type, 103
|, 128
abstraction, 29
||, 127
in program design, 918
access
|=, 128
access function, 274
+, 131
access specifiers and object layout, 200
++, 131
control, 193
<, 127
control, run-time, 205
1080
order for specifiers, 195
and_eq, &= (bitwise AND-assignment), 134
specifiers, 34, 194
ANSI/ISO C++ committee, 26
accessors, 275
applicator, 582
adapting to usage in different countries,
applying a function to a container, 609
Standard C++ localization library, 507
argument
adding new virtual functions in the derived
class, 465
indeterminate list, 92
addition, 125
unnamed, 92
variable list, 92
address of an object, 197
arguments
addresses
and name mangling, 231
pass as const references, 335
and return values, operator overloading, 359
passing and returning, 253
argument-passing guidelines, 321
address-of (&), 131
command line, 188
aggregate
const, 250
const aggregates, 245
constructor, 213
initialization, 225
default, 230, 236
initialization and structures, 226
destructor, 214
aliasing, namespace, 298
macro, 270
allocation
passing, 317
dynamic memory, 390
variable argument list, 549