Compile C++ Using Xcode

preview_player
Показать описание
This video demonstrates how to compile C++ code using Xcode
Рекомендации по теме
Комментарии
Автор

Just what I was searching for, a simple, direct, no 'fluff' instruction.
One suspects you have had teacher training experience.
Well done! 👍

johnd
Автор

thanks to author for that video. it’s the first relevant video I had found

Alexander-osod
Автор

Thanks for the tutorial. Othere tutorial were really old and used older version of XCode. This one got me started. Many thanks from India 🤠

innovativesahil
Автор

Thank you soooo much
Very simple and precise explanation
Keep up the good

whupwhup
Автор

Perfect! Thank you! Preparing for technical interviews.

davidmontes
Автор

Thank you so much! This is a lifesaver, I've been VM-ing into the school computers to get homework and classwork done since we've gone online recently, and with the internet not always being reliable, this will be a great way for me to catch back up in class. Can multi-file programs be built and run the same as the sample you ran in the demo?

zrt_officer
Автор

Than you very much. This video was very helpful

sukhmanilubana
Автор

Hi "HG-K", Welcome back ! Is that really YOU or an Avatar or an "AI-G-K" ?

davidtindell
Автор

Thanks for this video. I loved Xcode, do you think about making more videos about xcode?

magalioliveira
Автор

Hi, how can i use <graphics.h> and others like this?

meharjotsingh
Автор

Hi! Thank you for the video! I want to clarify something. Would I have to make a new project every time I want to write a new programme in a cpp file or can I make a new file under the folder of the same existing project?

NR-vftk
Автор

Hey u make nice videos but dont forget to add captions plz

missanu
Автор

what if you just want to compile only and not build? Is there any way?

KARABNAS
Автор

i do need to run c++20 but i dont know how
please help me

مروانطارق-طد
Автор

I'm trying to introduce myself to iOS development.
In Windows my compilation process ends up in a single Portable Executable linked object/resource exe file, executable by many different machines and processors.
Is there a corresponding technology in Apple software design?
I'm also aware that many iOS devices run RISC ARM CPUs. Is it possible to mix instruction sets in your program to make it compatible with many different machines?

christoffer
Автор

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

RudyGOfficial
Автор

Why doesn't it come with (int main(void))?

thevitruvianman
Автор

can you please tell how I can remove "

Abuhassan