|
|
|
|
|
by RcouF1uZ4gsC
2986 days ago
|
|
I would be very wary of any Google material on C++. Their C++ style has a heavy emphasis on pointers. In addition, their banning of exceptions warps their code in other ways (for example a heavy use of out parameters). Also, they have a tendency to use their own alternatives to stuff in the standard library. If you already know modern C++ you can discern the good advice from the bad/archaic advice, but if you are learning Modern C++, you would be best served by avoiding it. |
|