Note: The Repl.it Education will end by the end of May as I would have to start paying for it, being a college kid I have no money to pay for it yet but I'm planning to get back to this once I get a job. Thank you for all of your support! I have never imagined I'd get so many enrollments, this has become something that I really proud of.
@manuel08 I mean, you're right that in projects that aren't large it's fine to use namespace std. In fact, I haven't really run across the issue either, but once you start working on huge projects it's best practice to keep the namespace in there. Obviously you can do whatever you want, but using namespace std basically removes the whole point of namespaces in the first place. here is a good resource that talks more about naming collisions if you're not really sure what I'm talking about. Again- you're right, it doesn't really matter that much.
Intro to C++ 🙂
Hi, I've made a course on C++. It's the first time I made a lesson on Repl.it and I would love some feedback about this :)
https://repl.it/classroom/invite/afQhxBVUpdate: Classroom has been depreciated use Repl.it Education instead https://repl.it/teams/join/hywhcxisgfftjbpvhjzqeottjelwdqda-IntrotoC
https://storage.googleapis.com/replit/images/1559692921423_f7cb2bbf9c8c9c2a96874d025af4800d.pn
https://repl.it/classroom/invite/afQhxBVUpdate: Classroom has been depreciated use Repl.it Education instead https://repl.it/teams/join/hywhcxisgfftjbpvhjzqeottjelwdqda-IntrotoC
Note: The Repl.it Education will end by the end of May as I would have to start paying for it, being a college kid I have no money to pay for it yet but I'm planning to get back to this once I get a job. Thank you for all of your support! I have never imagined I'd get so many enrollments, this has become something that I really proud of.
@manuel08 I mean, you're right that in projects that aren't large it's fine to use namespace std. In fact, I haven't really run across the issue either, but once you start working on huge projects it's best practice to keep the namespace in there. Obviously you can do whatever you want, but using namespace std basically removes the whole point of namespaces in the first place. here is a good resource that talks more about naming collisions if you're not really sure what I'm talking about. Again- you're right, it doesn't really matter that much.