How to use CodeBlocks for C/C++ Programming | The Complete Guide

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 89

  • @raymondokyere1082
    @raymondokyere1082 Рік тому +65

    Thank you. In my 30s but hv decided start programming. Hopefully I'll be a good programmer in future

    • @toututu2993
      @toututu2993 Рік тому +2

      😊👍

    • @chorkaniitv3386
      @chorkaniitv3386 Рік тому +5

      U can do Im very sure u can...? There will be obstacles but u will overcome

    • @kamikaze.
      @kamikaze. 10 місяців тому +3

      How is your progress?

    • @karthikkumar669
      @karthikkumar669 4 місяці тому

      How now bro

    • @AmekraneSimo
      @AmekraneSimo 2 місяці тому

      @@karthikkumar669 same question haha

  • @dip_sarkar_
    @dip_sarkar_ 13 годин тому

    Thanks dude... needed it for my college assignment!

  • @laxmigottipatti6610
    @laxmigottipatti6610 Місяць тому +2

    Thank you so much
    I am a newbie and i was struggling a lot while installing amd running it
    My teachers were also of no help
    Now i am at peace😊 all thanks to you

  • @pranaychhetri3103
    @pranaychhetri3103 Рік тому +7

    Thanks for this video. Really solved one of my problem.

  • @suyashjain5015
    @suyashjain5015 Рік тому +1

    Perfectly worked❤

  • @JGreaco
    @JGreaco 5 днів тому

    Thank you very much bro I liked, comment,share and subscribe

  • @karunesh6069
    @karunesh6069 Рік тому +6

    3:26 I could not see this compilers auto compilers window what can i do

    • @marktuggle5609
      @marktuggle5609 5 місяців тому +4

      This worked for me (Make sure you have the codeblocks-20.03mingw-setup.exe one downloaded):
      1. Go to Settings > Compliers
      2. Reset Defaults.
      3. Select yes you want to reset the defaults.
      4, Restart codeblocks.
      Hope this helps

    • @trishaaa07899
      @trishaaa07899 4 місяці тому

      @@marktuggle5609 thanks a lot, you are a life saver

    • @kprosshia4258
      @kprosshia4258 4 місяці тому


      It helped me, thank you.

  • @NosibusisoAmanda-ei6se
    @NosibusisoAmanda-ei6se 3 місяці тому

    This was so helpful. Thank you so much ❤

  • @Yourfriendise
    @Yourfriendise 10 місяців тому

    Really informative . Thanks for the help

  • @vitalisawah
    @vitalisawah 7 місяців тому +1

    thank you. very simple to understand

  • @dengajak9157
    @dengajak9157 Рік тому +3

    Thanks alot 💯🤝🏿

  • @grahamehadden4320
    @grahamehadden4320 8 місяців тому

    Thanks buddy. Got me sorted :))

  • @Arshaanmusicsno1
    @Arshaanmusicsno1 Місяць тому

    Great information ❤..

  • @ZaneleMathobela-dx6eg
    @ZaneleMathobela-dx6eg Рік тому

    Was helpful thank you !

  • @abukarhagiali
    @abukarhagiali Рік тому

    thank you so much it was helpful💯👍

  • @runarjans
    @runarjans 10 місяців тому +24

    it doesnt detect the gnu gcc compiler

    • @Masked_madness09
      @Masked_madness09 10 місяців тому

      download it in folder "Program Files"not "Program Files (x86)", In code blocks go to "settings" then compiler, Toolchain executable, find "C:\Program Files\CodeBlocks\MinGW" under and then select:
      C compliar: x86_64-w64-mingw32-gcc.exe
      C++ complier: x86_64-w64-mingw32-g++.exe
      linker for dynamic: x86_64-w64-mingw32-g++.exe
      linker for static: ar.exe
      resource compiler: windres.exe
      make program: mingw32-make.exe
      This should be it, at least for C lang it works for me

    • @Akranza-graphix
      @Akranza-graphix 9 місяців тому +2

      Man it's the same issue with me

    • @soldierofziaurrahman
      @soldierofziaurrahman 8 місяців тому +2

      Same....what should we do?

    • @InTheZone-p4d
      @InTheZone-p4d 6 місяців тому +22

      1) go to settings in the upper part
      2) click compiler
      3) choose reset to defaults.

    • @Tamanna-verma.
      @Tamanna-verma. 3 місяці тому

      Thanks bro​@@InTheZone-p4d

  • @MuhammadMd-wi3sp
    @MuhammadMd-wi3sp 4 місяці тому

    What a lovely vedio I understand all things

  • @majeedomar8584
    @majeedomar8584 10 місяців тому

    ❤❤ very good. Thank you

  • @AbbasUddin01
    @AbbasUddin01 Рік тому +1

    thanks for the information

  • @younez7
    @younez7 Рік тому +1

    I love you man

  • @solemansoleman8571
    @solemansoleman8571 Рік тому

    Thanks man❤

  • @Relax-fr5mh
    @Relax-fr5mh 3 місяці тому

    thank you it is pretty helpful

  • @ogiebaroro3294
    @ogiebaroro3294 Рік тому

    you should do more bro keep it up thank you bro

  • @johnwilliam9650
    @johnwilliam9650 Рік тому +3

    why does a hello world code build in 11 seconds?
    with each edit to the code the program takes no less than 11 seconds to build and run ... any thoughts please?

    • @sawewfelipe7480
      @sawewfelipe7480 7 місяців тому

      the code was there by default.
      The man of the video didn't build it.

  • @dhruvbhadana7566
    @dhruvbhadana7566 Рік тому +6

    my laptop is notifying cant detect gcc compiler what to do

    • @runarjans
      @runarjans 10 місяців тому

      same

    • @Masked_madness09
      @Masked_madness09 10 місяців тому

      Download it in folder "Program Files", not "Program Files (x86)", In code blocks (program) go to "settings" then compiler, Toolchain executable, find "C:\Program Files\CodeBlocks\MinGW" under and then select:
      C compliar: x86_64-w64-mingw32-gcc.exe
      C++ complier: x86_64-w64-mingw32-g++.exe
      linker for dynamic: x86_64-w64-mingw32-g++.exe
      linker for static: ar.exe
      resource compiler: windres.exe
      make program: mingw32-make.exe
      This should be it, at least for C lang it works for me

  • @ShinnTaro-dw4rf
    @ShinnTaro-dw4rf Рік тому

    Thanks Man

  • @AdilKhan-ny5zh
    @AdilKhan-ny5zh 27 днів тому

    Great man

  • @Plotwist320
    @Plotwist320 2 місяці тому +1

    Watch the video at 1.5x or 2x speed.

  • @YousreyAyad
    @YousreyAyad Рік тому

    Thanks thanks ❤

  • @Robbinsffxi
    @Robbinsffxi Рік тому +3

    Codeblocks is the easist IDE to setup.

  • @Blaze-ex9zt
    @Blaze-ex9zt 6 місяців тому

    I am using codeblocks for a c++ class I'm taking. I have done several projects and they work fine. But now my professor want us to use wxsmith and when I try to build the project it says "process terminated with status 1" and I cannot run the program, also none of my classmates have same issue as me. What can I do?

  • @khushichudasama7468
    @khushichudasama7468 Рік тому +3

    after this code is run , chANGES TO THE CODE ARE NOT SAVED . HOW TO save it ?

  • @nooratal3739
    @nooratal3739 7 місяців тому +1

    Thanks!

  • @hary3103
    @hary3103 Рік тому

    Thankyou 🤍

  • @victoryoboh
    @victoryoboh Рік тому

    Thank you.

  • @JGreaco
    @JGreaco 5 днів тому

    When he was installing the code blocks icon got a glitch on taskbar

  • @natureshotz7527
    @natureshotz7527 4 місяці тому

    My first printf is working but second one is not, why? 🎉🎉🎉

  • @gwevildj549
    @gwevildj549 Рік тому

    Bro when I click open the code block it loads but take 2 or 3 minutes for open why?

  • @zayankhan6397
    @zayankhan6397 6 місяців тому

    Thank u❤❤❤

  • @156-omyd
    @156-omyd Рік тому

    Thank you

  • @jhayseldamangili753
    @jhayseldamangili753 Рік тому

    thank you, this was very helpful

    • @ntwadumela7
      @ntwadumela7 Рік тому

      Bro i installed it but it says main file is empty and i cannot type any code and their is no hello world code typed aswell

  • @sanaashraf7000
    @sanaashraf7000 Рік тому

    Thanks

  • @kuavo_connects
    @kuavo_connects 10 місяців тому

    Mine experiences fatal error. What can be done about it?

  • @Christvie-v8b
    @Christvie-v8b 8 місяців тому

    Thanks a lot

  • @adityaahlawat3821
    @adityaahlawat3821 6 місяців тому

    Thank u bro

  • @multicraftman
    @multicraftman 4 місяці тому +1

    I know how it is suppose to work. I needed to know what to do when this does not work.

  • @JessicaOrtiz-r7c
    @JessicaOrtiz-r7c 11 місяців тому

    cool video)

  • @RezaBFP
    @RezaBFP 11 місяців тому

    thanks you

  • @GauravNothing
    @GauravNothing 14 днів тому

    Thaks

  • @haseeb1edit
    @haseeb1edit 5 місяців тому +1

    ....

  • @MuhammadNouman-fk9cn
    @MuhammadNouman-fk9cn Рік тому

    ❤❤❤❤❤❤❤

  • @wawa-y2r
    @wawa-y2r Рік тому

  • @kwokhocheng-zf3fo
    @kwokhocheng-zf3fo Рік тому

    😂😅😊😊
    😂😅😊😊

  • @yetech6751
    @yetech6751 10 місяців тому

    useless

  • @AbubakarUmar-w2o
    @AbubakarUmar-w2o 5 місяців тому

    Thanks you 🎉🎉

  • @Reza41376
    @Reza41376 Рік тому

    Thank you

  • @michealborketey2892
    @michealborketey2892 10 місяців тому

    I can’t detect the gnu gcc compiler

  • @ATAUHID-cz9ml
    @ATAUHID-cz9ml 4 місяці тому

    thank you

  • @nyamasterofwater
    @nyamasterofwater 4 місяці тому

    Thank u