View Single Post
  #1 (permalink)  
Old 02-15-2011, 11:04 PM
alanxx
Guest
 
Posts: n/a
Default Function header files

Hi,

I am a student of C/C++. One of the mistakes I often make is forgetting to include the appropriate header files for the standard functions I use. Is there an easy way (a website?) to find out where a certain standard functionis prototyped in? I can find answers via google search or MSDN library, but it's more time consuming than I'd prefer. Ideally, I would prefer to justgo to a website, type in the name of the function in a search box and findout what header file I should include and how it is defined. Thanks for your help!

alanxx
Reply With Quote