I'm simply used to calling std:: all the time. It helps me know that I'm not using a regular function.
You could use this "using namespace std;" so you don't have to do the std:: all the time
lol
Loading collection data...
I'm simply used to calling std:: all the time. It helps me know that I'm not using a regular function.
You could use this "using namespace std;" so you don't have to do the std:: all the time
lol