Organopalladium chemistry is a branch of organometallic chemistry that deals with organic palladium compounds and their reactions. Palladium is often used as a catalyst in the reduction of alkenes and alkynes with hydrogen. This process involves the formation of a palladium-carbon covalent bond. Palladium is also prominent in carbon-carbon coupling reactions, as demonstrated in tandem reactions. 1873 - A. N. Zaitsev reports reduction of benzophenone over palladium with hydrogen.
C++ est un langage de programmation compilé permettant la programmation sous de multiples paradigmes, dont la programmation procédurale, la programmation orientée objet et la programmation générique. Ses bonnes performances, et sa compatibilité avec le C en font un des langages de programmation les plus utilisés dans les applications où la performance est critique. Créé initialement par Bjarne Stroustrup dans les années 1980, le langage C++ est aujourd'hui normalisé par l'ISO.
La réaction de Heck est la réaction chimique entre un dérivé halogéné insaturé ou un triflate insaturé avec un alcène en présence d'une base et d'un catalyseur au palladium pour former un alcène substitué. Cette réaction a été introduite par le chimiste américain Richard Heck qui a reçu en 2010 le prix Nobel de chimie pour cette réaction. La réaction est réalisée en présence d'un catalyseur au palladium. Le catalyseur peut être le tetrakis(triphenylphosphine)palladium(0) ou l'acétate de palladium(II).
This is a list of operators in the C and C++ programming languages. All the operators (except typeof) listed exist in C++; the column "Included in C", states whether an operator is also present in C. Note that C does not support operator overloading. When not overloaded, for the operators &&, ||, and , (the comma operator), there is a sequence point after the evaluation of the first operand. C++ also contains the type conversion operators const_cast, static_cast, dynamic_cast, and reinterpret_cast.