|
|
|
|
|
by joshuata
3382 days ago
|
|
It was even worse starting in C++. Almost half the code in any project was opaque black magic. What is char and why do I need it? Why do I need `using namespace std`? Why do I need to create a Pair in order to insert into a Map? |
|