<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/">
<title>talkaboutprogramming.com Objective-c</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/</link>
<description>$</description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 2003-2005, Talk About Network. All Rights Reserved.</dc:rights>
<dc:date>2008-07-25T18:07:25+00:00</dc:date>
<dc:publisher>TAN</dc:publisher>
<dc:creator>rss@talkaboutnetwork.com</dc:creator>
<dc:subject>Discussion</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27232.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27227.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27226.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27224.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27220.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27213.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27211.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27209.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27207.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27206.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27205.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27204.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27201.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27200.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27193.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27190.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27187.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27182.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27178.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27171.html" />
 </rdf:Seq>
</items>
<image rdf:resource="http://tan12.talkaboutnetwork.com/images/spacer.gif" /> 
<textinput rdf:resource="http://talkaboutprogramming.com/group/comp.lang.objective-c/search.html" />
</channel>

<image rdf:about="http://tan12.talkaboutnetwork.com/images/spacer.gif">
<title>talkaboutprogramming.com Objective-c</title>
<url>http://tan12.talkaboutnetwork.com/images/spacer.gif</url>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/</link>
</image>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27232.html">
<title>Memory barriers in atomic operations</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27232.html</link>
<description>According to the Apples documentation there exist pairs of functions  to perform atomic operations such as  OSAtomicIncrement32()/OSAtmoicIncrement32Barrier().  http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/OSAtomicIncrement...</description>
<dc:creator>FreeMan ltbasurero@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T22:22:47+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27227.html">
<title>Stumped - Can YOU see the problem? I cant...</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27227.html</link>
<description>They say a picture is worth a thousand words - So heres the picture  (OK, would you believe a  100K PDF screenshot of my Xcode window?)  http://home.comcast.net/~dakiddfishhook/Problem.pdf  Comments in it give the details, and I think Ive managed to ...</description>
<dc:creator>Don Bruder ltdakidd@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-21T09:54:05+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27226.html">
<title>Dynamic properties in abstract classes</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27226.html</link>
<description>Hello, AFAIK an important purpose of the @dynamic compiler directive is  to allows for the existence of polimorfic properties where their value  is defined in subclasses. However, I found the issue below which I  think that is inconsistent with this ...</description>
<dc:creator>FreeMan ltbasurero@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-21T12:54:21+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27224.html">
<title>123 Garmin GPS 12308</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27224.html</link>
<description>=======================================        Get A GPS Today At A Low Price!!        http://www.GPSTakesYou.com =======================================  GPS Devices  www.gpstakesyou.com  =======================================     2X[k \p\)Q\]wCIm ...</description>
<dc:creator>Morales ltermorales@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-16T17:27:15+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27220.html">
<title>prealloced objects</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27220.html</link>
<description>How can I pre-allocate memory for objects and reuse that memory, instead of doing new/dealloc.  I am trying to implement the no memory allocation after initialization paradigm here for performance and safety reasons. I can do this in C (for structs /...</description>
<dc:creator>copx ltcopx@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-17T06:18:05+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27213.html">
<title>strange warning with NSArray</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27213.html</link>
<description>hi!  im having a strange warning here. the following code works fine:  operators = [[NSMutableArray alloc] init]  Add * test = [Add alloc] [operators addObject:[test initOperatorType:OPERATOR_TYPE  priority:ADDITIVE_OPERATOR_PRIORITY symbol:@+]]  on ...</description>
<dc:creator>Martin Hammerschmied ltmarvel@[EMAIL PRO...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-10T15:53:00+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27211.html">
<title>Redirecting standard output to a file</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27211.html</link>
<description>Hi all  I have a question about using the classes in Cocoa/GNUstep to redirect  standard output to a file without too much hassle or re-writing of  code.  I have classes that print themselves to standard output using  printf() internally when sent me...</description>
<dc:creator>Michael Hopkins ltmichael.hopkins@[EMAIL...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-10T10:40:18+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27209.html">
<title>comp.lang.objective-c alternative FAQ</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27209.html</link>
<description>This is an announcement of the alternative FAQ listing for the newsgroup comp.lang.objective-c.  This FAQ is more up-to-date than the official listing, and contains information on popular topics such as Cocoa, GNUstep and the GNU Compiler Collection....</description>
<dc:creator>Graham J Lee ltinfo.thaesofereode@[EMAIL...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-30T23:00:01+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27207.html">
<title>[IT] The More You Play With it, the Harder it Gets</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27207.html</link>
<description>http://i29.tinypic.com/oielo8.jpg</description>
<dc:creator>larss ltplease@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-30T13:27:36+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27206.html">
<title>Old school memory management</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27206.html</link>
<description>I am learning Objective-C right now. but I dont want to dependent on the various NSObject frameworks. I want to use GNUs Object  runtime instead. Another thing I want to avoid is automatic memory management. I have programmed in straight C for over a...</description>
<dc:creator>copx ltcopx@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-30T10:21:53+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27205.html">
<title>Re: Double join in SQL query - R:Base specific</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27205.html</link>
<description>L.S. 03.05-08.Jyrki Niittymaa.Ydinvoimanäkökanta tulevaisuuteen on, että jo olemassaolevistakin yksiköistä tulee luopua puhumattakin uusien rakentamissuunnitelmasuunnitelmista. Mielipidekirjoituksissa ja tekstipalstoilla  tuodaan usein esille, että S...</description>
<dc:creator>Markus Åberg ltmarkus.aberg@[EMAIL PROTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-27T22:24:57+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27204.html">
<title>C INTERVIEW QUESTIONS</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27204.html</link>
<description>C INTERVIEW QUESTIONS  http://cinterviewquestionsviews.blogspot.com/</description>
<dc:creator>indianjobs4u18@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-27T13:34:14+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27201.html">
<title>A how to do it query - load a URL using Users browser.</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27201.html</link>
<description>Deep in the guts of my program, Ive got a standard  http://host.network.TLD/whatever/something/foo/pagename.html URL to a  web page stored in an object. Where it came from, how it got into that  object, and what type of object its in is irrelevant - ...</description>
<dc:creator>Don Bruder ltdakidd@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-26T14:14:05+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27200.html">
<title>problem with protocol</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27200.html</link>
<description>In the code hereafter, gcc 4.1.2 (on Debian etch) tells me:   gcc -std=c99 -O3 -Wall -W -pedantic -c tmp.m tmp.m: In function -[Counter addTo2::]: tmp.m:75: warning: -addTo21:: not found in protocol(s) tmp.m: In function -[Counter addTo21::]: tmp.m:8...</description>
<dc:creator>Laurent Deniau ltLaurent.Deniau@[EMAIL P...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-26T04:24:16+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27193.html">
<title>About Objective-C protocols</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27193.html</link>
<description>Hi All, I think Im confused about objective-c protocols and Im asking here to  clarify myself.  In my mind protocols are something like interfaces of Java, C# and so on  so if Id like to create a Factory Method I suppose it have to return a  protocol...</description>
<dc:creator>fg ltfg_NOSPAM@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-23T08:22:06+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27190.html">
<title>Trivial/stupid naming convention/cosmetics query - What would YO</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27190.html</link>
<description>Humor my OCD :)   I have a method (as part of a category adding on to NSMutableData) Im  trying to name in a by the conventions fashion. It works fine -  nothing wrong there. I just dont like the way the method declaration,  or calls to it, look - it...</description>
<dc:creator>Don Bruder ltdakidd@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-22T14:26:02+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27187.html">
<title>FREE SOFTWARE DOWNLOAD</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27187.html</link>
<description>FREE SOFTWARE DOWNLOAD   ONLINE http://freesoftwareonlinedownload.blogspot.com</description>
<dc:creator>nancygroup3@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-19T18:51:05+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27182.html">
<title>GTK2 bindings for Objective-C</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27182.html</link>
<description>Are there any useful Objective C bindings to the GTK2 toolkit? I found GTKKIT dated back to 1998 (surely not GTK 2)  and GToolkit also not GTK 2    Regards Friedrich  --  Please remove just-for-news- to reply via e-mail.</description>
<dc:creator>Friedrich Dominicus ltjust-for-news-frid...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-17T10:48:49+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27178.html">
<title>Scope of variables defined in .m files</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27178.html</link>
<description>Hi all  A question about the scope/availability/implications of (possibly  static) variables in .m files i.e.:  --------- test.h ----  @interface X {    int         a    static int  b	 } -(BOOL) foo @end  @interface Y {    int         c    static int...</description>
<dc:creator>Michael Hopkins ltmichael.hopkins@[EMAIL...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-16T13:27:11+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27171.html">
<title>OK, what have I missed??? (continuation of my NSTableView questi</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.objective-c/messages/27171.html</link>
<description>The CocoaDev site that Reinder pointed me at was *VERY* useful - At  least now I think Ive got the beginnings of a grip on how to use  NSTableView.  Except for one minor detail...  My view is empty. And I cant figure out why.   Heres my code (some co...</description>
<dc:creator>Don Bruder ltdakidd@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-12T11:19:43+00:00</dc:date>
</item>


<textinput rdf:about="http://talkaboutprogramming.com/group/comp.lang.objective-c/search.html">
<title>Search talkaboutprogramming.com Objective-c</title>
<description>Search talkaboutprogramming.com Objective-c</description>
<name>q</name>
<link>http://talkaboutprogramming.com/group/comp.lang.objective-c/search.html</link>
</textinput>

</rdf:RDF>
