Jump to content

Simple request

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Taoist

Taoist

    Newbie

  • Members
  • Pip
  • 7 posts
Hello, I am new to programming and wondered if anyone here could direct me to a completed example C++ program with source code and step-by-step guide to compile it using Xcode or similar freeware mac software and create a working executable out of it

Thats all.
Thanks.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
As I recall, Macs use GCC to compile C++ programs. There are a lot of programs where the command-line will simply be "g++ myprogram.cpp -o myprogram".
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog