c/c++
How to Install CodeBlocks on Ubuntu 22.04 or Linux | C & C++ Program
Ubuntu/Linux Playlist: C Programming: How to Install CodeBlocks IDE on Ubuntu 22.04 or Linux | C & C++ Program Other Playlist: Windows 11 Playlist: Physics – Crack the Mid: Physics – Crack the Final: Electronics – Crack the Final: Codeforces Problem Solve: UIU Q Solve Playlist: DSA-1 Playlist: Get Connected: Like our Facebook Page: Follow our GitHub Profile: Follow our…
Read More »Cross-platform Coding with GitHub in VS Code can be Tiresome.
The default path in windows seems to be minGW64bin in windows but that doesn’t work in Linux, by default the compiler path in Linux (at least in arch linux) is /bin/clang . Pretty easy to fix just change the .vscode file in your C/C++ code file to the linux directory clang. The issue remains that you can’t commit with source…
Read More »