Search results

  1. J

    program file sizes

    I am having trouble with the file size of all the apps I develop. Usually the file size is 100K+, is this normal? Or am I making some really stupid mistake when compiling? I made a test app with just the word "Hello World" in the middle and the app was ~160k. Any ideas?
  2. J

    C++ on Mac

    ok ok. Where can I find a REALLY good book that teaches Obj-C AND Cocoa (in that order :) )? I have some experience with C++/Java (I have a feeling I should have learned C instead of C++, everyone seems to praise C alot more than C++). Thanks in advance, Joey
  3. J

    C++ on Mac

    OK this is a bit off topic but its kind of under the same category of programming on OS X. I poked around the developer.apple.com site and I am wondering about developing Cocoa-Java apps. Creating a new project in PB I noticed that you have to use Interface Builder to well make a UI :) I am...
  4. J

    C++ on Mac

    Wow, thanks naschbac! Ok more questions :) If I have to use Cocoa (cause it looks like every one else who is programming on Mac OS X is using it) I am gonna use Objective-C (I would use Java but I don't wanna take that performance hit). Where would be the best place where I could learn...
  5. J

    C++ on Mac

    I am trying to program in C++ on my iBook (I am taking AP CS classes at my High School where they are teaching C++), however I am having some problems compiling & coding. Here are my questions: 1) Is C++ what people normaly program in on OS X? 2) What are you supposed to use to write C++...
Back
Top