Implementacje w języku C zwykle reprezentują wartości zerowe i zerowe wartości wskaźnika za pomocą wzoru bitowego składającego się wyłącznie z bitów o wartości zero (chociaż nie jest to wymagane przez standard C).
Implementations of C typically represent zero values and null pointer values using a bit pattern consisting solely of zero-valued bits (though this is not required by the C standard).
Standard C dopuszcza nieokreśloną wartość na początku programu. Aby zapewnić maksymalną przenośność, należy odjąć od wyniku funkcji wartość zwróconą przez clock() na początku programu.
The C standard allows for arbitrary values at the start of the program; subtract the value returned from a call to clock() at the start of the program to get maximum portability.
Starszy standard C++ oferuje dwa rodzaje literałów dla łańcuchów znaków.
C++03 offers two kinds of string literals.
Wymaga to kolejny standard C ++ biblioteki o nazwie fstream, która definiuje trzy nowe typy danych
This requires another standard C++ library called fstream, which defines three new data types
Jedynym przejawem ich bezpieczeństwa typowego zapewnionego przez standard C++03 jest to, że typ całkowity lub wartość jakiegoś typu wyliczeniowego nie konwertuje się niejawnie na inny typ wyliczeniowy.
The only safety that C++03 provides is that an integer or a value of one enum type does not convert implicitly to another enum type.
Starszy standard C++ posiada dwie metody do testowania asercji: makro assert i dyrektywa preprocesora #error.
C++03 provides two methods to test assertions: the macro assert and the preprocessor directive #error.
Do powszechnie używanych wtyczek typu A (podstawowa wersja złącza) i B (złącze prostokątne, najczęściej używane do łączenia się z drukarkami/ skanerami) dołączył niedawno nowy standard C. Gniazdo i wtyczka typu C nie są kompatybilne z dotychczasowymi wariantami.
For commonly used plugs type A (basic version of the connector) and B (rectangular connector, most often used for connecting to printers/ scanners) has recently joined the new standard C. The socket and plug type C are not compatible with the existing variants.
Standard C++ definiuje wiele typów literałów.
C++03 provides a number of literals.
Standard C++ wprowadził słowo kluczowe explicit jako modyfikator konstruktorów zabraniający jednoargumentowym konstruktorom bycie używanym jako niejawne operatory przekształcenia.
C++98 added the explicit keyword as a modifier on constructors to prevent single-argument constructors from being used as implicit type conversion operators.