[Help]C++ beginner noob
im using cplusplus. co m to learn how to code
but im doing the hello world thing
but i dont understand what the iostream file really does for the program
and also does 'using namespace std" allow you to name things in your program?
iostream provides input and output functionality using streams
And no std is a namespace inside iostream thats allows you to use cout, cin and much more