Madhurendra Tripathy
Madhurendra Tripathy
  • 3
  • 107 269
Helpful Xcode Features → C & C++ Programming
In this video I have demonstrated some features of Xcode like :
→Auto Completion
→Syntax Highlighting
→Error Detection Before compilation like : missing semicolons, missing return statements, incompatible return types.
→Debugging - Stack Jumping.
Using Xcode for C & CPP : th-cam.com/video/_cDXKReugEU/w-d-xo.html
Machine: MacBook Air 2017
Editing Software : iMovie
LinkedIn : www.linkedin.com/in/madhurendra-tripathy/
Instagram : raj.tripathy
มุมมอง: 5 735

วีดีโอ

Using Xcode to write & run C and C++ Programs.
มุมมอง 88K3 ปีที่แล้ว
In this video I have demonstrated how to use Xcode for programming in C & C . Helpful Features of Xcode : th-cam.com/video/ZrtCnWFaFqM/w-d-xo.html Machine: MacBook Air 2017 Editing Software : iMovie LinkedIn : www.linkedin.com/in/madhurendra-tripathy/ Instagram : raj.tripathy
Installing Atom to run C & CPP Programs on macOS Big Sur
มุมมอง 13K4 ปีที่แล้ว
Links Used Download Atom : atom.io Visit HomeBrew's Page : brew.sh Commands Used Install Home-brew: /bin/bash -c "$(curl -fsSL raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Install Atom using HB: brew install cask atom Compile C Program : gcc PATH_TO_PROGRAM_WITH_EXTENSION Compile C Program : g PATH_TO_PROGRAM_WITH_EXTENSION Machine: MacBook Air 2017 Editing Software : iMovies Li...

ความคิดเห็น

  • @nuss1712
    @nuss1712 17 วันที่ผ่านมา

    thnx

  • @mohiminulkoushik8985
    @mohiminulkoushik8985 หลายเดือนก่อน

    thank you

  • @rosebabygucci
    @rosebabygucci 3 หลายเดือนก่อน

    tysm!

  • @Rajesh-vw4es
    @Rajesh-vw4es 3 หลายเดือนก่อน

    Thanks for the Help bro

  • @Magamb3723
    @Magamb3723 3 หลายเดือนก่อน

    hey there. I am trying to compile and run but it shows only grey in console after I press command + r. also after I pre command + r for a second an text appears on console saying "waiting to attach" and after only grey.

  • @shuhua10
    @shuhua10 3 หลายเดือนก่อน

    I need to find an alternative to visual studio code for basic C coding. Xcode is perfect for this. You are god-sent!

  • @shubhpreetsingh5886
    @shubhpreetsingh5886 4 หลายเดือนก่อน

    That was it what I was looking for past 2 hours. Thanks for the video

  • @veerverma9031
    @veerverma9031 6 หลายเดือนก่อน

    very helpful....

  • @patricklandia1
    @patricklandia1 8 หลายเดือนก่อน

    Thanks for helping me, thanks a lot from Uruguay!

  • @aswins2249
    @aswins2249 8 หลายเดือนก่อน

    thanks brother, solved a lot of anxiety.

  • @danevillas5073
    @danevillas5073 10 หลายเดือนก่อน

    A very thanks to you 😊

  • @mohammadhijbullah1868
    @mohammadhijbullah1868 11 หลายเดือนก่อน

    thank you so much

  • @dcpowered
    @dcpowered 11 หลายเดือนก่อน

    Can you please make a new video for Macbook M1? What are the best IDE's for Apple silicon macs?

  • @nikhilgaming3142
    @nikhilgaming3142 ปีที่แล้ว

    thank you

  • @SwapnilRaj-uv5gm
    @SwapnilRaj-uv5gm ปีที่แล้ว

    is xcode does not support mutliply()?

  • @HenrySmith-i6d
    @HenrySmith-i6d ปีที่แล้ว

    I did not know how to run another c++ in the same project. That is very helpful for me.

  • @flocela
    @flocela ปีที่แล้ว

    I like your desert landscape!

  • @siddhud8128
    @siddhud8128 ปีที่แล้ว

    Pls create a video for tutorial on debugging of c program

  • @RobertLee-i8k
    @RobertLee-i8k ปีที่แล้ว

    Madhurendra, this five minute video saved me hours of frustration. I am currently switching from Windows to Mac as a student and needed to figure out a simple way to finish C assignments, and this video made it possible. Thank you, and keep it up!

  • @tanapornjankeaw9461
    @tanapornjankeaw9461 ปีที่แล้ว

    Thank you very much🙏🏻😆

  • @deepayanbiswas4488
    @deepayanbiswas4488 ปีที่แล้ว

    na bro it doesn't come pre-installed, we need to install manually from app store or apple developer site

  • @stutijain9254
    @stutijain9254 ปีที่แล้ว

    Really great video! Please make such more videos on xcode

  • @deepesrt1533
    @deepesrt1533 ปีที่แล้ว

    How i can run my whole project? When i try to run my project it always run the first file not the other file.

  • @Jaztothelyn
    @Jaztothelyn ปีที่แล้ว

    I'm now ready to start learning C, thank you!!

  • @kalyanjoy9380
    @kalyanjoy9380 ปีที่แล้ว

    after so much of struggling I found you ,thank you brother could you please start a tutorial on c language ? it will help the begginer like me..

  • @Amansingh-nl4ev
    @Amansingh-nl4ev ปีที่แล้ว

    Can you please help me, with whats the alternative of getch() as this getch is not taken by xcode .

  • @aryanmulchandani7940
    @aryanmulchandani7940 ปีที่แล้ว

    Thanks!

  • @dibakartechentertainment7389
    @dibakartechentertainment7389 ปีที่แล้ว

    thanks bro

  • @jasonboyd782
    @jasonboyd782 ปีที่แล้ว

    Since when was Xcode preinstalled on Macs? I've never seen that.

  • @RuyuYan-b8w
    @RuyuYan-b8w ปีที่แล้ว

    if you meet the question: brew is not found. may be not add it to the environment. please try :echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/yanruyu/.zprofile eval $(/opt/homebrew/bin/brew shellenv

  • @karenwang313
    @karenwang313 ปีที่แล้ว

    Thanks for the help. I've been wasting too much time trying to get makefiles to work, so I figured I might as well try xcode.

  • @Niiabee
    @Niiabee ปีที่แล้ว

    Thank you soooooo very much. This was quick and easy to understand. Cheers!

  • @hussienalsafi1149
    @hussienalsafi1149 ปีที่แล้ว

    😍😍😍😍😍😍😍😍😍😍😍

  • @mooahkim5434
    @mooahkim5434 ปีที่แล้ว

    It was very useful! Thank you so much!

  • @khagendrakatuwal9192
    @khagendrakatuwal9192 ปีที่แล้ว

    Thanks Man !! you did a great job !! It help a lot

  • @erickarias7619
    @erickarias7619 2 ปีที่แล้ว

    How to custom window with C++ in XCode?

  • @jatiin
    @jatiin 2 ปีที่แล้ว

    thank you so much, really appreciate the on point explanation! <3

  • @ashutoshjha7224
    @ashutoshjha7224 2 ปีที่แล้ว

    Thanks bhaiya , your videos are very helpful .

  • @messi72218
    @messi72218 2 ปีที่แล้ว

    Very informative

  • @sihemtouil9418
    @sihemtouil9418 2 ปีที่แล้ว

    thank youu

  • @rondinellipereira9869
    @rondinellipereira9869 2 ปีที่แล้ว

    THANK YO SO MUCH!!!

  • @jaimanglamai3892
    @jaimanglamai3892 2 ปีที่แล้ว

    Nice guidence

  • @summerhuang396
    @summerhuang396 2 ปีที่แล้ว

    quick and easy to understand! thank you!

  • @benwinstanleymusic
    @benwinstanleymusic 2 ปีที่แล้ว

    Really useful, this is exactly what I was looking for, thank you sir!

  • @bahauddinchishte
    @bahauddinchishte 2 ปีที่แล้ว

    3:49 char str_name [100]; (what is the meaning of 100 here bro and what is the name of this concept?

  • @anson7466
    @anson7466 2 ปีที่แล้ว

    Thank you so much bro. I have been struggling for creating new files for hours!! Finally getting it done. Literally save my life!!!!❤

  • @nipundahiya9705
    @nipundahiya9705 2 ปีที่แล้ว

    Thank you bro for this love u

  • @ihezieernest5800
    @ihezieernest5800 2 ปีที่แล้ว

    Very helpful thanks

  • @jefferyslc6485
    @jefferyslc6485 2 ปีที่แล้ว

    very helpful and xcode is killing me

  • @sauravsubedi925
    @sauravsubedi925 2 ปีที่แล้ว

    Thanku bro💥