blob: 8cd208f49f6ee0d323344f3e6c96a5c5f8c68377 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Labwork 3: Implementations in C++
At this point I've come to realized that like Thanos, C++ is inevitable.
Despite my disgust toward the language (TBH I don't like Java any better),
I need to know it enough, at least at the read-only level.
Compilation of tests could be done as follows (on Unix-like system of course,
since poor Windows users don't even have a standard C/C++ compiler):
c++ <classname>*.cc
|