I did java, then i did c, both have easy bug message, but that's not true for cpp.
Even if I do cin << instead of cin >> . This will produce error message so much, i can't understand the issue. I have to guess from line number.
Same today I forgot to initialise virtual function, it gave a weird message instead of simply telling me that.
Any why is that???