--- description: "Learn more about: <ccomplex>" title: "<ccomplex>" ms.date: "07/11/2019" f1_keywords: [""] helpviewer_keywords: ["ccomplex header"] ms.assetid: a9fcb5f0-88e3-464b-a5fd-d1afb8cd7e6f --- # <ccomplex> Includes the C++ standard library header [\](complex.md). > [!NOTE] > The C standard library \ header isn't included by \, because it's effectively replaced by the C++ overloads in \ and \. That makes the \ header redundant. The \ header is deprecated in C++. The \ header is deprecated in C++17 and removed in the draft C++20 standard. ## Requirements **Header:** \ **Namespace:** std ## Remarks The name `clog`, which is declared in \, isn't defined in the `std` namespace because of potential conflicts with the `clog` that's declared in [\](iostream.md). ## See also [\](complex.md)\ [\](cmath.md)\ [Header files reference](cpp-standard-library-header-files.md)\ [C++ standard library overview](cpp-standard-library-overview.md)\ [Thread safety in the C++ standard library](thread-safety-in-the-cpp-standard-library.md)