Re: Strong language about Cocoa and Qt.
Re: Strong language about Cocoa and Qt.
- Subject: Re: Strong language about Cocoa and Qt.
- From: Drew McCormack <email@hidden>
- Date: Tue, 1 Jul 2003 19:53:33 +0200
Again, in general I really like Objective C. If I could just get
project
builder to generate more of the boilerplate for me (I love the way both
kdevelop and vc++ allow me to right-click on a class icon and select
"add
new function".
You might try TextExtras. It allows you to auto-generate accessors.
http://www.versiontracker.com/dyn/moreinfo/macosx/10307
I fill out a form, press OK, and BAM it drops in my
declaration in my header file and a stub in my implementation file.)
If I
could make private methods and variables truly private.
As far as I know, you can always get around private, even in C++:
#define private public
If you work with bad programmers, you have a problem whether or not you
can make things really private.
Drew
----------------------------------
Dr. Drew McCormack
Trade Strategist (www.trade-strategist.com)
Stock Market strategy design platform for Mac OS X.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.