TusharKukra / LMS-Library-Management-System

45 stars 35 forks source link

header files error #3

Open ghost opened 1 year ago

ghost commented 1 year ago

includeis not recognized in dev c++

help me in that i m beginer in c++

gnanaprakash2918 commented 1 year ago

Header files in C++ do not end with ".h" like in C programming language. So to fix this problem all you need to do is to #include there is a type in your header name as well

bharathap94900 commented 1 year ago

Make sure to type the #include You type #include

Nirav-GCC commented 9 months ago

Hi @teflx , If you are using vs code then here how to import all header files, you are facing issue because it is written in TurboC++ : image

Now you can close the issue.

NOTE : write code as shown in upper Image It Is same for all IDE excluding TurboC++.