Using cout instead of printf in C code does not magically make your code C++
It is about the right tool for the job.. C++ has a role. If thats best you can write is some procedural code disguised as C++ you're really going to be fucked when you get a job somewhere and they turn to you and show you a factory(do they even teach pattens in college?) designed in Together and ask you to implement it.
I guess technically this is an argument I could never win because I suppose if a c++ compiler accepts it, it is c++ code.
If you already mastered C it will take you 5 min to learn how to get stuff to compile in C++. The hard work doesn't involve writing any code at all, it is training yourself to think properly and the first thing that needs to go is global variables and functions.
Or you can just be another example of why college is worthless..