<?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.c.moderated/">
<title>talkaboutprogramming.com C Moderated</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/</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-05-15T00:05:19+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.c.moderated/messages/32135.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32128.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32119.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32116.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32102.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32101.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32100.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32099.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32095.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32094.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32091.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32082.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32081.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32080.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32077.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32073.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32066.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32063.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32050.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32047.html" />
 </rdf:Seq>
</items>
<image rdf:resource="http://tan12.talkaboutnetwork.com/images/spacer.gif" /> 
<textinput rdf:resource="http://talkaboutprogramming.com/group/comp.lang.c.moderated/search.html" />
</channel>

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

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32135.html">
<title>Non-null pointers in C/C++?</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32135.html</link>
<description>Its been some time since I started wondering why the C/C++ languages do not have a non-null pointer (something like a copyable C++ reference)? In my opinion, using non-null pointers instead of the traditional ones (wherever appropriate) would provide...</description>
<dc:creator>angel_tsankov ltfn42551@[EMAIL PROTECTED...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-13T01:06:32+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32128.html">
<title>pressing q or non-numeric char to exit loop/program</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32128.html</link>
<description>Hi, this is a simple temperature converter (Fahrenheit to Celsius to Kelvin).  Using gcc 4.0.  The user is supposed to enter q or any other non-character to exit the program.  Problem with this code: I enter q as soon as the program starts. It hangs....</description>
<dc:creator>icarus ltrsarpi@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-09T17:33:27+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32119.html">
<title>OCI and Postgres - Compile error</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32119.html</link>
<description>I am trying to compile a code that includes header from both oracle and postgres  /usr/local/pgsql/include/server/c.h:420: error: conflicting declaration typedef struct varlena text /opt/oracle/product/10.2.0/rdbms/public/oratypes.h:196: error: text ...</description>
<dc:creator>iavian ltvijay@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-08T02:20:48+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32116.html">
<title>Pointer initialization and usage.</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32116.html</link>
<description>The following code snippet works. I wonder how ? ( this is a code for microcontroller )  void main (void){  unsigned char xdata * data pwrite unsigned char code *  data pread unsigned char test_array [16] unsigned char temp ..... ..... .....  pwrite ...</description>
<dc:creator>Vickynathan ltragunath73@[EMAIL PROTECTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-08T02:20:26+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32102.html">
<title>too many TCBs opened</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32102.html</link>
<description>I work for an application-service provider.. sort of... anyway.  One of our many applications is actually a TN3270/telnet application which has hooks into a microsoft IE DLL to tunnel/encrypt the user traffic over SSL.  So on the network, we see encr...</description>
<dc:creator>ccie15672@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-05T16:01:55+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32101.html">
<title>Scanf</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32101.html</link>
<description>Can scanf be use as a function?if so plz describe. --  comp.lang.c.moderated - moderation address: clcm@plethora.net -- you must have an appropriate newsgroups line in your header for your mail to be seen, or the newsgroup name in square brackets in ...</description>
<dc:creator>C lang ltprabhujit.mohapatra@[EMAIL PROT...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-05T16:01:53+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32100.html">
<title>defining macro parameters</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32100.html</link>
<description>I would like to define a list of parameters, and then pass them to a macro. However, the compiler (gcc) only sees one parameter, rather than expanding  the definition. Could anyone suggest a way of making this work (using the preprocessor)?  #define ...</description>
<dc:creator>Paul lt-@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-05T16:01:48+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32099.html">
<title>Length of Strings in an Arrray (at compile-time)</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32099.html</link>
<description>How do I find the length of strings within an array at compile time?  The following is not safe:  const char* MyStrings[] = {     one,     two,     three,     end marker }  #define StringLength(index) MyStrings[index+1] - MyStrings[index]  Since the ...</description>
<dc:creator>Paul lt-@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-05T16:01:45+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32095.html">
<title>translation from matlab to C object containing matrices undefine</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32095.html</link>
<description>So what i need is this (Im very new at this,, programming in C I mean...)  In matlab I had a while loop, and after each loop was done I added my resulting matrix to an object. Seeing the loop is conditional to my results I do not know in advance how ...</description>
<dc:creator>adinda ltadinda.vandenberg@[EMAIL PROTEC...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-05T16:01:36+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32094.html">
<title>Using C to launch an application</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32094.html</link>
<description>Im new to programming.  I am a Software Test Engineer.  I am trying to write a program that launches a  HyperACESS executable and then inputs a bunch of integers and characters into the application.  I was thinking of using the system() function like...</description>
<dc:creator>MarkF ltMFranklin1981@[EMAIL PROTECTED]
...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-05T16:01:30+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32091.html">
<title>what does ... mean in printf??</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32091.html</link>
<description>Hi,      In the protype of printf function, what does the ... mean. int printf(const char *format, ...)  I undestand that this function can take variable number of arguements. How is it handled? what is it called?  Thanks in advance AKM --  comp.lang...</description>
<dc:creator>AKM ltakmahes@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-05T16:01:24+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32082.html">
<title>comp.lang.c Answers (Abridged) to Frequently Asked Questions (FA</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32082.html</link>
<description>Archive-name: C-faq/abridged Comp-lang-c-archive-name: C-FAQ-list.abridged URL: http://www.eskimo.com/~scs/C-faq/top.html  [Last modified July 3, 2004 by scs.]  This article is Copyright 1990-2004 by Steve Summit.  Content from the book _C Programmin...</description>
<dc:creator>scs@[EMAIL PROTECTED]
 (Steve Summit)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-01T10:00:20+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32081.html">
<title>comp.lang.c FAQ list Table of Contents</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32081.html</link>
<description>Archive-name: C-faq/toc Comp-lang-c-archive-name: C-FAQ-list.toc URL: http://www.eskimo.com/~scs/C-faq/top.html  [Last modified July 3, 2004 by scs.]  This article is a table of contents for the comp.lang.c frequently-asked questions (FAQ) list, list...</description>
<dc:creator>scs@[EMAIL PROTECTED]
 (Steve Summit)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-01T10:00:17+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32080.html">
<title>comp.lang.c Answers to Frequently Asked Questions (FAQ List)</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32080.html</link>
<description>Archive-name: C-faq/faq Comp-lang-c-archive-name: C-FAQ-list URL: http://www.eskimo.com/~scs/C-faq/top.html  [Last modified July 3, 2004 by scs.]  This article is Copyright 1990-2004 by Steve Summit.  Content from the book _C Programming FAQs: Freque...</description>
<dc:creator>scs@[EMAIL PROTECTED]
 (Steve Summit)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-01T10:00:13+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32077.html">
<title>Is malloc() function provided in stdlib.h thread-safe?</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32077.html</link>
<description>Hi all,   Does anyone have experience on the thread-safty issue with malloc()? Some people said this function provided in stdlib.h is not thread- safe, but someone said it is thread safe.  Is it possible this function evolves from thread-unsafe to th...</description>
<dc:creator>climber.cui@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-21T13:20:27+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32073.html">
<title>C API Design</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32073.html</link>
<description>Hi there,  I havent kept up with the latest C best practices. In adapting  (wrapping, mostly) a C++ API which throws on error, which of these might  the better alternative, or are there other options I havent considered?  /* Assume: */  typedef struc...</description>
<dc:creator>Al lttwo@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-21T13:19:37+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32066.html">
<title>Problem in writing structure to Binary file in C lang</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32066.html</link>
<description>Hi, I had written application for storing employee data in binary file and reading those data from binary file and display it in C language. But I face some issue with writing data to binary file. Here is my part of my code.  struct cust_data { 	int ...</description>
<dc:creator>zehra.mb@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-18T16:11:47+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32063.html">
<title>How should I reopen stdout, so that I can change stream orientat</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32063.html</link>
<description>I want to reopen stdout, so that I can change stream orientation on  stdout using fwide(). Can this be done using only C library routines? Thanks! --  comp.lang.c.moderated - moderation address: clcm@plethora.net -- you must have an appropriate newsg...</description>
<dc:creator>Terry ltcong818@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-18T16:11:45+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32050.html">
<title>Working with Cash and uses of Typedef</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32050.html</link>
<description>I am writing a poker game which needs to work with cash. I am aware that there are problems with floats that make them unsuitable for storing money values. On top of this I may be expected to do operations such as =A310.52 / 3. Which data type should...</description>
<dc:creator>Philluminati ltPhillip.Ross.Taylor@[EMAI...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-16T16:57:04+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32047.html">
<title>Ambiguous errata solutions for KR2</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c.moderated/messages/32047.html</link>
<description>In KR2 errata page http://www-db-out.research.bell-labs.com/cm/cs/cbook/2ediffs.html there are some ambiguous errata, for which I propose solutions. Any comments are welcome.    Ambiguous errata (mentioned first) of The C Programming Language 2nd Edi...</description>
<dc:creator>Ioannis Vranos ltivranos@[EMAIL PROTECTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-16T16:56:39+00:00</dc:date>
</item>


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

</rdf:RDF>
