|
|
|
|
|
by kngspook
6188 days ago
|
|
I'm not sure I'd call C++ verbose...at least, not in the same way Java is. Java takes a lot of characters to express an idea. C++ (usually) requires you to take a big idea and break into smaller parts than Java might (because Java has large libraries). |
|