i am new with c++ and as i was going through all the post i found a reserved word i.e.
namespace. i am unable to know what do u mean by this and as i was trying to run the program there was a error telling "namespace name required". i used namespace in such a way using namespace std;
plz help
kamlesh_ag07 0 Newbie Poster
Recommended Answers
Jump to Postnamespace is a keyword in standard C++ that indicates a container of information. For example, namespace std contains all the standard header files such as iostream, cctype, string, cmath, etc and their contents such as cin, cout, and the int, float, char types, etc. You can declare your own namespaces …
Jump to Post>there was a error telling "namespace name required"
Post your code.
All 8 Replies
Lerner 582 Nearly a Posting Maven
Narue 5,707 Bad Cop Team Colleague
ChaseVoid 30 Junior Poster
kamlesh_ag07 0 Newbie Poster
ChaseVoid 30 Junior Poster
toko 0 Junior Poster
kamlesh_ag07 0 Newbie Poster
ChaseVoid 30 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.