C++ Typing Practice
Type the code below as fast and accurately as you can
Difficulty:
0
WPM
100%
Accuracy
0
Errors
60s
Timer
C++Medium
unique_ptr<int[]> arr = make_unique<int[]>(10);
shared_ptr<Widget> w = make_shared<Widget>();
weak_ptr<Widget> ref = w;
Start typing to begin