The title says it all. When I search "c programming language +download", there are multiple search results with all with varied links that directs you to a certain website. And I'm uncertain whether or not they're trustworthy links or not.
Videos
Any opinion is thankful to me! I am using Visual studio 2022 now!
I use codeblocks. I would recommend you the same. Maybe you need to install build-essentials to compile programs.
sudo apt-get install build-essential
You need a text editor and a compiler
Use gcc as compiler and gedit as the texteditor, If you prefer an Integrated Development Environment try codeblocks or eclipse with cdt
Sorry if it sounds annoying, I'm new to c/c++ programming - I used to do some python coding but I found it quite suggish for complex programs...
It would be great to get some help to start on the right track.
If it helps I use windows, not linux or mac.