How to setup CodeBlocks IDE for Fortran development

  Рет қаралды 9,911

Develop With Indra

Develop With Indra

Күн бұрын

Пікірлер: 59
@GiantArafat
@GiantArafat Жыл бұрын
bro your a life saver. explained everything very clearly. was trying every solution i could find on the internet and nothing worked except yours. much love for you brotha ❤❤
@developwithindra
@developwithindra Жыл бұрын
I am really happy that it is helpful!
@vuongtran1823
@vuongtran1823 2 жыл бұрын
Thank you so much!!! I already been stuck at that errors for a day. Your guideline is so useful and logical
@developwithindra
@developwithindra 2 жыл бұрын
I am really happy that it helped you!
@georgkrahl56
@georgkrahl56 4 ай бұрын
Thank you very much. Now it works even with windows. First, I installed CodeBlocks on a Linux Mint PC; there everything worked without 'pathfinding' 🙂. Greetings form Switzerland.
@developwithindra
@developwithindra 4 ай бұрын
@@georgkrahl56 I am very happy that my video helped.
@youseftraveller2546
@youseftraveller2546 Жыл бұрын
Thanks for the explanation very good keep going !
@AshishSarker-e8e
@AshishSarker-e8e Жыл бұрын
Thank you so much I was wrong in entire setup process
@youseftraveller2546
@youseftraveller2546 6 ай бұрын
Thanks so much for the good work !
@srustikanhar5675
@srustikanhar5675 2 жыл бұрын
thank you so much for such a great effort. You told the actual way to correct it. now i can run fotran in windows 8.1.The way you explained to check all the things bit by bit that was amazing. once again thank you so much an carry on.
@developwithindra
@developwithindra 2 жыл бұрын
I am really glad to know that it is helpful. Please subscribe ...
@Udon9Thani
@Udon9Thani 9 ай бұрын
Beautiful! That was just what I needed. Thanks so much.
@TranVuDong
@TranVuDong Жыл бұрын
every time I set up fortran on the new system, I watch your video xD thank you so much
@developwithindra
@developwithindra Жыл бұрын
Thank you, I am really glad that it is helpful.
@dhinchaktv007
@dhinchaktv007 4 ай бұрын
Thank You Sir
@deus_potens
@deus_potens Жыл бұрын
Thank you, you just save a soul
@Chinese-tutor
@Chinese-tutor 10 ай бұрын
Very helpful! I could not do it with your help!
@SaloniKanwal
@SaloniKanwal 2 ай бұрын
Thnku
@tudorroman7077
@tudorroman7077 11 ай бұрын
Thanks G; on point & straightforward
@ДианаБаранова-у9о
@ДианаБаранова-у9о 11 ай бұрын
Thank you so much!
@contigen
@contigen 2 жыл бұрын
This video helped on exam day. Thanks a lot!
@developwithindra
@developwithindra 2 жыл бұрын
Glad to hear that!
@the_MathMentor
@the_MathMentor 7 ай бұрын
very helpful..... thanks
@whaatwhy8834
@whaatwhy8834 9 ай бұрын
Thank you❤
@lucyspop198
@lucyspop198 Жыл бұрын
Well that was straightforward! Thank you.😎
@emanuelemaletta7728
@emanuelemaletta7728 Жыл бұрын
Thanks bro, you are a life saver!
@girianil8786
@girianil8786 Жыл бұрын
Thank you so much ...
@_raishara
@_raishara 11 ай бұрын
Thanks man!
@palethmuhammedrazi1237
@palethmuhammedrazi1237 Жыл бұрын
great video man. new sub
@isezeranoebenezer9420
@isezeranoebenezer9420 Жыл бұрын
Thanks 😊
@fam-qz8kf
@fam-qz8kf Жыл бұрын
THANK YOU SO MUCHHH 😭😭😭😭
@neotericfossil
@neotericfossil 11 ай бұрын
Thanks. Very helpful.
@jubaerhosain9397
@jubaerhosain9397 6 ай бұрын
Thankyou
@ЕвгенийШмаков-щ6ф
@ЕвгенийШмаков-щ6ф Жыл бұрын
Thank you man!!!
@klausgrosse9606
@klausgrosse9606 2 жыл бұрын
Thank you !!!
@antardutta432
@antardutta432 11 ай бұрын
Thank u very much❤️❤️
@hannanshah9866
@hannanshah9866 Жыл бұрын
THANK YOU
@SujanSedai-xm8zu
@SujanSedai-xm8zu 8 ай бұрын
very helpful. thanks
@hridoybiswas803
@hridoybiswas803 Жыл бұрын
thank u so much
@nabeeliqbal4498
@nabeeliqbal4498 2 жыл бұрын
You are a life saver!
@gazikhorshed8957
@gazikhorshed8957 2 жыл бұрын
Thank you ,Sir!
@caecaramori8147
@caecaramori8147 Жыл бұрын
thanks!!
@habibtawha1782
@habibtawha1782 Ай бұрын
Thanks.
@Tenshi1Tatibana
@Tenshi1Tatibana 3 жыл бұрын
Thank you!!! Really helped!
@developwithindra
@developwithindra 3 жыл бұрын
Glad it helped!
@Fallen_Browser
@Fallen_Browser 2 жыл бұрын
thanks u.
@richardfirestine9006
@richardfirestine9006 Жыл бұрын
I have tried to follow other videos with no success - this video enabled me to execute the Hello World program. However, execution time exceeds 10 seconds. Running Windows 11 on new HP pc. Any idea of what is the problem? Please advise. Thank you.
@developwithindra
@developwithindra Жыл бұрын
This might be hapenning because the mingw which Codeblocks provide is older version. You can install MSYS2 and install Mingw-Toolchain which will install the latest version of GCC, GDB, GFortran and then you can point that installation path in codeblocks. Or if you are using any different editor then you can use the command for executing the code: `gfortran filename.f90`. There are many different options. I hope this helps :)
@redangrybird7564
@redangrybird7564 3 ай бұрын
Why use GNU Fortran instead of G95 Fortran compiler? Thanks, good video 😎👍
@developwithindra
@developwithindra 2 ай бұрын
I made that for beginners, You can definitely use G95 Fortran compiler, Then you have to make the file extension to `.f95` :)
@redangrybird7564
@redangrybird7564 2 ай бұрын
@@developwithindra Ok, thank you 😁
@pankajkumarmandal8435
@pankajkumarmandal8435 3 жыл бұрын
Helpful
@developwithindra
@developwithindra 3 жыл бұрын
Glad it helped
@Tenshi1Tatibana
@Tenshi1Tatibana 3 жыл бұрын
And as I see you use Atom too. When I tried to install fortran, I got some errors (like 'fortls' error). And in the internet there are no normal instruction on how to install it without any errors. Maybe you can record video about fortran installing in Atom?... 😥
@developwithindra
@developwithindra 3 жыл бұрын
Yes, I do not use CodeBlocks for Fortran Programming. I use Atom for Fortran Programming. Ok, this is on my to-do list and I will make a video very soon about Setting up Atom.
@shrabanblogs.5351
@shrabanblogs.5351 11 ай бұрын
wow
@bitanchowdhury4028
@bitanchowdhury4028 2 жыл бұрын
Annnnnddddddddd it has run ..... 🙂
@developwithindra
@developwithindra 2 жыл бұрын
If it is helpful then please subscribe.
@meurunsatoru5676
@meurunsatoru5676 5 ай бұрын
Thanks so much 🥹
Configure CodeBlocks with Fortran compiler
3:26
Nikos Papaloukas
Рет қаралды 11 М.
How to Start Coding in Fortran on Windows
11:22
Sayan Panda
Рет қаралды 84 М.
FORTRAN in 100 Seconds
2:39
Fireship
Рет қаралды 1,3 МЛН
How to Install CodeBlocks IDE on Mac | Install CodeBlocks IDE on macOS
13:19
ProgrammingKnowledge
Рет қаралды 38 М.
The Genius Way Computers Multiply Big Numbers
22:04
PurpleMind
Рет қаралды 114 М.
How to Install CodeBlocks IDE on Windows 11 with Compilers ( GCC , G++)
6:39
ProgrammingKnowledge
Рет қаралды 276 М.
Installing Fortran on Windows
7:13
Numeryst
Рет қаралды 3,1 М.
FortranCon2021/Fortran-lang: The State of Fortran
30:17
FortranCon
Рет қаралды 2,4 М.
Fortran on Windows
11:55
EETechStuff
Рет қаралды 11 М.