A C++ beginners tutorial in Xcode.

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 40

  • @illiad8748
    @illiad8748 Год назад

    Holy **** thank u so much for this video i was struggling with this for weeks and you are the only video that actually answers this. Thank you so much)

  • @mahmudulyeamim153
    @mahmudulyeamim153 2 года назад +2

    man you are great. I was facing the problem of duplicate error. You saved me from being frustrated

  • @thezyjones9323
    @thezyjones9323 8 месяцев назад

    you can also open the file inspector from the right hand side and deselect each under target membership except for the file you actually what to build

  • @bradleyli1569
    @bradleyli1569 2 года назад +2

    Thanks, Sir! I encounter the duplicate issue yesterday and your explanation exactly solved my problem!

  • @raihan5275
    @raihan5275 2 года назад

    learnt a lot from this tutorial more than the so called experts.
    maybe because they assume you know it already. thanks man...

  • @_ashifulalam
    @_ashifulalam 7 месяцев назад

    Thank you so much. You saved bunch of my time.

  • @prasiddhadhakal6399
    @prasiddhadhakal6399 Год назад +1

    Thanks bro it means a lot man. Was suffering from same issue

  • @harjeetsangwan7707
    @harjeetsangwan7707 2 года назад +1

    hatsoff brother , mera tho dhimag kharab ho gaya tha, i was installing and than uninstalling xcode again and again , 😍 all thanks to you

  • @IIUC_CSE
    @IIUC_CSE 7 месяцев назад

    Thank You so much. Perfect Video...

  • @D-ArmandoMena
    @D-ArmandoMena 4 месяца назад

    Hello. When I create a target and then run the code, it compiles fine but it doesn't compile the code for the new target, it only runs the first "Target". Try changing the "Hello World" message to something else and you'll see. In that case, what is the Target for?

  • @simrankaur-my2hz
    @simrankaur-my2hz Год назад

    Thank's man u save my day.

  • @RudyGOfficial
    @RudyGOfficial Год назад

    Anyone know how to resolve the following error? "2 duplicate symbols for architecture x86_64"
    I have a main.cpp, 2 .cpp with 2 .h for class declarations & definitions, and 1 .h for enumeration. Any insight is appreciated! Thanks!

    • @raghavrathi3462
      @raghavrathi3462 Год назад

      hey please if anyone knows solution other then deleting files from compile source, it's so irritating

    • @miltonbertin-jones8624
      @miltonbertin-jones8624 Год назад

      @@raghavrathi3462 it is in the video

  • @astorgulz2579
    @astorgulz2579 2 года назад +1

    Thank you!

  • @imonkhan4951
    @imonkhan4951 Год назад

    i like you bother, Many many Thank you🫣😇

  • @TheAyushMalla
    @TheAyushMalla Год назад

    Hello sir. I did exactly as you did here but I mine doesn’t show Hello world although code is built successfully

  • @ayushsrivastava5
    @ayushsrivastava5 Год назад

    Thanks Brother🙌🙌

  • @utkarshkumar8474
    @utkarshkumar8474 3 года назад +1

    It was of great use👏👏

  • @Faisal-tq4em
    @Faisal-tq4em 3 года назад +1

    Thank you but i want know how i print it as apaper

  • @uthpakhi
    @uthpakhi 2 года назад

    Can you also make an tutorial on how to run gtest in Xcode please.

    • @collegetechwithshanu7334
      @collegetechwithshanu7334  2 года назад +1

      Srry for the late response, I won't be able to do it in near future, for reference pls go through stack overflow and all.Will try to do it whenever fiseable, once again srry

    • @uthpakhi
      @uthpakhi 2 года назад

      @@collegetechwithshanu7334 no problem. Thanks for reply

  • @eduardonanclares5872
    @eduardonanclares5872 2 года назад

    thank you for your help!!

  • @mohammadmuaj8313
    @mohammadmuaj8313 Год назад

    the program u ran in target array2 didnt run the main.cpp from the array2..... rather it ran the code from the previous main from example 2............. to run the main.cpp from the array2 u gave to change the scheme
    don't u?

  • @ahmedswilam1615
    @ahmedswilam1615 3 года назад

    that was great, thank you

  • @shiviteebeeharry1133
    @shiviteebeeharry1133 2 года назад

    hiii . can i use the same way for c pls?

    • @collegetechwithshanu7334
      @collegetechwithshanu7334  2 года назад +1

      I never tried, I guess it will surely work, go on and give it a try and if there is any glitch share it with us 😀

    • @shiviteebeeharry1133
      @shiviteebeeharry1133 2 года назад

      Hey thank you for replying . I tried the c++ it worked but i tried to do the same with c and unfortunately i'm having some troubles . is thr a way of contacting you pls?

    • @collegetechwithshanu7334
      @collegetechwithshanu7334  2 года назад

      khushboomishra99311@gmail.com , you can mail me here

    • @shiviteebeeharry1133
      @shiviteebeeharry1133 2 года назад

      @@collegetechwithshanu7334 thank you so much again. Will contact you soon

  • @hussienalsafi1149
    @hussienalsafi1149 Год назад

    😍😍😍😍😍😍🤠🤠🤠🤠😎😎😎😎

  • @anishrajmehta
    @anishrajmehta 2 года назад

    tysm

  • @priyamshankar468
    @priyamshankar468 3 года назад

    Op

  • @dbrob4968
    @dbrob4968 3 года назад

    Good video, I learned something. I'm trying to learn Xcode coming from Visual Studio. You taught me about target files. I wasn't sure how to do this in Xcode. Thanks