I am using Eclipse Juno CDT in Mac OS - Yosemite and somehow I cannot use any header files other than the iostream; despite the fact that all the header-files are included in the includes folder.
The main() program executes perfectly for "Hello World" under iostream, which I guess resides in the same location (inside includes); but throws error for other header file.
Can someone tell me how to point my main() program to the includes.