C++ Code Typing Practice
60
seconds
0
WPM
100%
accuracy
std::cout << value << std::endl; sizeof(type) namespace MyNamespace {} -> member access std::string str = ""; std::vector<int> vec; vec.size(); #include <iostream> throw std::runtime_error(""); for (auto& item : vec) {} override std::cin >> input; const :: scope resolution std::make_unique<T>() private: protected: vec.push_back(item); vec.begin(); #include <vector> std::unique_ptr<T> nullptr this->member int* ptr = new int; delete ptr; class MyClass { }; virtual void method() = 0; public: & reference * pointer friend using namespace std; #include <memory> vec.end(); #include <string> static int main() { return 0; } try { } catch (std::exception& e) {} template<typename T> std::shared_ptr<T> std::cout << value << std::endl; sizeof(type) namespace MyNamespace {} -> member access std::string str = ""; std::vector<int> vec; vec.size(); #include <iostream> throw std::runtime_error(""); for (auto& item : vec) {} override std::cin >> input; const :: scope resolution std::make_unique<T>() private: protected: vec.push_back(item); vec.begin(); #include <vector>
Click the text area and start typing to begin
Practice typing C++ code and system programming