Well i just want to find out , that is there any way where we can find out the various functions and operators / keywords present in a particular header file ....?
rahul8590 71 Posting Whiz
Recommended Answers
Jump to PostDid you try opening the header file and reading it? That's what I generally do. ;)
Jump to PostMany header files in the standard c++ and C libraries are pretty darned hard to read, so I find it often useful to google for the filename. For example if you want to know what's in the fstream header file then just
All 6 Replies
Narue 5,707 Bad Cop Team Colleague
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
rahul8590 71 Posting Whiz
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
ArkM 1,090 Postaholic
rahul8590 71 Posting Whiz
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.