Type Gocools

Level 1

Typing Novice

Total XP: 0

Games Played: 0

0 XP100 XP to next level

C++ Basics

Learn C++ syntax, pointers, and memory management

intermediate
#include <iostream> int main() { std::cout << "Hello, World!" << std::endl; int* ptr = new int(42); std::cout << *ptr << std::endl; delete ptr; return 0; }
Progress: 0/155 characters
Ready to start
`
1
2
3
4
5
6
7
8
9
0
-
=
Bac
Tab
q
w
e
r
t
y
u
i
o
p
[
]
\
Cap
a
s
d
f
g
h
j
k
l
;
'
Ent
Shi
z
x
c
v
b
n
m
,
.
/
Shi
Ctr
Alt
Alt
Ctr
Next Key