Thread: Mac user new to C

  1. #1
    Registered User
    Join Date
    Jan 2004
    Posts
    2

    Mac user new to C

    I am a Mac user who mostly does graphics and animation. I'm taking a C class at school and I need to find out what software I need in order to work at home (in OSX). At school, (on the PC) we used Word Pad to type the code, then we use Cygwin or some .Net thing to compile it. Are there Mac versions of these softwares available? This is my first programming class, so I have absolutely no idea about this stuff. If anybody could help me out, that would be awesome.

  2. #2
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    http://www.apple.com/macosx/features/darwin/

    With OS X, you can use gcc to compile.
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  3. #3
    Wannabe Coding God
    Join Date
    Mar 2003
    Posts
    259
    if you're on 10.3 use xcode along with the interface builder to make for example carbon applications if you're on 10.2 or earlier use prodject builder, those are really great IDEs. Which comes free with the system.
    They say that if you play a Windows Install CD backwords, you hear satanic messages. That's nothing; play it forward and it installs Windows.

  4. #4
    if you're interested in programming for mac's may I refer you to macnn.

    the forums there are very good, esp the developer forums, everything from cocoa to c and perl and a whole bunch of other flavors.

    also, just fire up terminal and start coding, you are under a bsd kernel after all (10.1 and higher anyway).
    DrakkenKorin

    Get off my Intarweb!!!!

  5. #5
    They are using Word Pad for programming? Dear god!

  6. #6
    Registered User
    Join Date
    Jan 2004
    Posts
    2

    Thumbs up

    I was able to get my first few assignments done using the gcc command in the terminal window. X-Code took me a while to figure out how to set up a project for C. But I figured it out now, and it's working good for me. Thanks for the help. I'm sure I'll be back for more...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Message class ** Need help befor 12am tonight**
    By TransformedBG in forum C++ Programming
    Replies: 1
    Last Post: 11-29-2006, 11:03 PM
  2. Need help managing user input
    By JayDiddums10 in forum C Programming
    Replies: 2
    Last Post: 11-19-2006, 05:01 PM
  3. inquiry from a hungry mac os x user
    By terabyter in forum C Programming
    Replies: 3
    Last Post: 06-23-2006, 09:04 AM
  4. ~ User Input script help~
    By indy in forum C Programming
    Replies: 4
    Last Post: 12-02-2003, 06:01 AM
  5. Stopping a user from typeing.
    By knave in forum C++ Programming
    Replies: 4
    Last Post: 09-10-2001, 12:21 PM