Giter VIP home page Giter VIP logo

cpsc411-helloworld's Introduction

This project is deprecated and unmaintained. Proceed with caution!

CPSC 411 - Hello World assignment

Using Xcode, create a Mac OS X Command Line Application project. The type of the project must be Foundation. The program needs to do the following:

  • ✓ Interactively read a string from the user.

  • ✓ Store the string as an NSString not a char*.

  • ✓ Output the NSString to stdout.

  • ✓ Using NSDate, output the current date and time.

  • ✓ Do not use C or Objective-C. Limit yourself to Objective-C.

  • ✓ Use the debugger to step through your program.

Be able to answer the following questions:

  • What is the name and version of the compiler used?

    Apple LLVM 5.1
  • Where is your project file and source code stored?

    Project file (`main.m`) is stored under `cpsc411-assignment-a/main.m`
  • Where are the intermediate files stored?

    In the same folder (`cpsc411-assignment-a/cpsc_assignment_a.1`)
  • Where is the application bundle stored?

    Depends on the project settings.
  • Where is the project’s binary executable stored?

    Wherever you tell it, in my case:
    `~/Library/Developer/Xcode/DerivedData/cpsc411-assignment-a-{KEY}/Build/Products/{TARGET}/cpsc411-assignment-a`

License

BSD, check the LICENSE file.

cpsc411-helloworld's People

Contributors

ciarand avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.