Posts

Showing posts from May, 2024

How to add filesystem header file of c++ in vscode

Image
How to add filesystem header file of c++ in vscode 1.first Goto the vs code open  your project in it then goto the extesion and click on gear symbol of setting 2.next step Go to the extension setting and then in search bar seach for Cpp Standard.Change it into version higher than gnu++17 i am using here latest gnu++23(if your compiler is mingw installed in your pc)   3.Now Goto your souce code file in vs code now in top search bar which is 🔎projects[Administrator] search for >C/C++:Edit Confiugurations(UI) 4.After seaching scroll that page and change cpp standard once again  6.In that file search for    c_cpp_properties.json  click on it change the json file according to your compiler path Thanks