Frenz i m kind of very new to this C++ area in comparision to u guyz, now for getting started all i wanted was a good compiler n IDE, i stopped my search on DEV-C++, updated it completely (300 mb) 4m other libraries etc stuff, now d problem which m facing is:
suppose if use this line in my code: "#include <windows>", now i am able to find this file in the include folder but the compiler is generating an error saying - "no such file or directory" plz do help me out.
same is happeneing wid DOS.h, n many more..
Regards,
Ayush.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Frenz i m kind of very new to this C++ area in comparision to u guyz, now for getting started all i wanted was a good compiler n IDE, i stopped my search on DEV-C++, updated it completely (300 mb) 4m other libraries etc stuff, now d problem which m facing is:
suppose if use this line in my code: "#include <windows>", now i am able to find this file in the include folder but the compiler is generating an error saying - "no such file or directory" plz do help me out.
same is happeneing wid DOS.h, n many more..
Regards,
Ayush.
Note that dos.h is an old, and really not valid header for modern windows systems.
Please Post your "Basic 3" - they are covered in the thread in this forum titled
"Please Read Before Posting a Question"
Wayne