• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Standard C++
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Standard C++


  • Subject: Standard C++
  • From: Paulo Ferreira <email@hidden>
  • Date: Mon, 17 Mar 2008 10:56:24 -0700 (PDT)

Hello everyone!

I recently switched to mac! And started to use Xcode3.0.

My basic problem is, I'm not been able to compile a Standard C++ file :( 
I did something very basic, a 'Hello World' file, code below:

/*

 *  GameOver.cpp

 *  GAMES_Cpp

 *

 *  Created by barbeirovsk on 17/03/08.

 *  Copyright 2008 __MyCompanyName__. All rights reserved.

 *

 */


#include <iostream>


int main(){

std::cout << "Game Over!" << std::endl;

return 0;

}


When click 'Build', nothing seems to happen. When I am in the 'project manager', crtl+click in my file, and click in the 'compile' option, nothing seems to happen!


So, my first, and stupid, question is: Where Xcode saves my compile file? or Am I doing the wrong procedure?


Thanks,


Paulo



Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento!
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Standard C++
      • From: Thomas Davie <email@hidden>
    • Re: Standard C++
      • From: Dan Korn <email@hidden>
    • RE: Standard C++
      • From: Luca Ciciriello <email@hidden>
    • Re: Standard C++
      • From: Paul Sargent <email@hidden>
  • Prev by Date: Re: Can't compile, preprocessor define is coming from unknown place!
  • Next by Date: Re: Standard C++
  • Previous by thread: Re: Can't compile, preprocessor define is coming from unknown place!
  • Next by thread: Re: Standard C++
  • Index(es):
    • Date
    • Thread