<?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/alt.comp.lang.learn.c-c++/">
<title>talkaboutprogramming.com C - C++ Learning</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-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-06T10:07:24+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/alt.comp.lang.learn.c-c++/messages/234353.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234351.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234349.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234340.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234339.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234324.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234323.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234321.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234318.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234317.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234300.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234294.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234292.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234286.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234283.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234282.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234280.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234278.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234277.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234275.html" />
 </rdf:Seq>
</items>
<image rdf:resource="http://tan12.talkaboutnetwork.com/images/spacer.gif" /> 
<textinput rdf:resource="http://talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/search.html" />
</channel>

<image rdf:about="http://tan12.talkaboutnetwork.com/images/spacer.gif">
<title>talkaboutprogramming.com C - C++ Learning</title>
<url>http://tan12.talkaboutnetwork.com/images/spacer.gif</url>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/</link>
</image>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234353.html">
<title>One way hash?</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234353.html</link>
<description>I think what I need is a one-way hash, but I am not sure?  I need to convert a string into a unique integer (or very low risk  of collision, it doesnt have to be perfect), in a C-like language that  does not have pointers!  First, is what I am lookin...</description>
<dc:creator>newbie ltIDontWantAnyEmail@[EMAIL PROTEC...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-04T10:01:57+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234351.html">
<title>newbee Q: simple problem</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234351.html</link>
<description>I have strings (start and cont) and numbers (0,1,2,3....) Each string has a number. once the string started ( with its number) it  becomes a line until new Start string occures for a defined numer. i.e. start 0 ,  L1 cont 0 ,  L1 cont 0 ,  L1 start 1...</description>
<dc:creator>akar ltgeoart@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-03T22:38:57+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234349.html">
<title>Extract directory from filename</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234349.html</link>
<description>I need to extract the directory portion from a filename string (e.g.  c:\foo\bar.txt).  I came across the following splitpath function through a bit of  searching around. I figured that the second and third parameters are  pointers to character array...</description>
<dc:creator>Pranav Negandhi ltpranav@[EMAIL PROTECTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-04T00:36:19+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234340.html">
<title>Problems with Visual Studio + SDL + std::vector</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234340.html</link>
<description>I know Im pushing my luck asking a question about a specific compiler  and an API, but Ive had a lot of help from this n.g. in the past and  moreover, from what is written elsewhere, there is no obvious solution.  The problem is that it does not appe...</description>
<dc:creator>Jonathan Campbell ltjg.campbell.ng@[EMAI...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-02T16:34:42+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234339.html">
<title>ACPP Exercise 4-2</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234339.html</link>
<description>Im having trouble with Exercise 4-2 in Accelerated C++.  The exercise is Write a program to calculate the squares of int values up to 100. The program should write two columns: The first lists the value the second contains the square of that value.  ...</description>
<dc:creator>Dbproguy ltdbproguy0@[EMAIL PROTECTED]
g...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-02T07:24:08+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234324.html">
<title>help needed with void pointers.</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234324.html</link>
<description>Hi, Im trying to create a generic link list. Heres the data structure for node: Code:  typedef struct node_s {    void *data    struct node_s *next  }node  Now lets say I want the data pointer to point to a vector structre:  Code:  typedef struct {  ...</description>
<dc:creator>pereges ltBroli00@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-01T02:54:03+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234323.html">
<title>help needed with void pointers.</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234323.html</link>
<description>Hi, Im trying to create a generic link list. Heres the data structure for node: Code:  typedef struct node_s {    void *data    struct node_s *next }node  Now lets say I want the data pointer to point to a vector structre:  Code:  typedef struct {   ...</description>
<dc:creator>pereges ltBroli00@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-01T02:51:09+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234321.html">
<title>Crashes on a NULL pointer</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234321.html</link>
<description>Im learning the C language by writing a simple extension for PHP that  generates image thumbnails. I am also using GD for image manipulation  and file management.  I keep running into a NULL pointer on the line where I am writing the  image to the di...</description>
<dc:creator>Pranav Negandhi ltpranav@[EMAIL PROTECTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-01T08:31:42+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234318.html">
<title>Sell  Discounts New Bape ggg  Rmc Evisu Jeans New BAPE AMANI ggg</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234318.html</link>
<description>Air Max 87 / 90 / 95 / 97 / 360 / 180 / 2003 / 2008 / TN / LTD Sneakers, Shox R2 / R3 / R4 / R5 / R6 / OZ / NZ / TL / Turob / BMW Sneakers  Discout Puma Trainers, Adidas Trainers, Lacoste Trainers,  Jordan1-23 Sneakers, Prada Sneakers, AF1 Sneakers, ...</description>
<dc:creator>ecpopzone ltecpopzone@[EMAIL PROTECTED]
...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-28T08:25:53+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234317.html">
<title>New Projects for freelancers</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234317.html</link>
<description>New and exciting C/C++ projects are added each day to this website. Programmers of all levels will find interesting projects here. Check out the projects available right now before someone else bags a project you could have done.  http://www.getafree...</description>
<dc:creator>Jaik James ltanishjacobm@[EMAIL PROTECTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-27T11:14:18+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234300.html">
<title>Array division</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234300.html</link>
<description>I have two numbers each has 100 digits, emplemented in 2 arrays of integers for example: 1. short a[100] = {9,8,7,6,5,4,3,2,1,.....} 2. short b[100] = {1,2,3,4,5,6,7,8,9,.....} How can I divide a and b to get real numbers c(a/b) and d(a%c) as arrays?...</description>
<dc:creator>Gennadi ltGennadi.Jakutin@[EMAIL PROTECT...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-26T01:40:10+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234294.html">
<title>Simple Thread Class using posix threads</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234294.html</link>
<description>Its my first post on this list.. can anyone help me?  i have a very simple class that creates threads on linux, but it doesnt work. i tried this code and using extern C void* functionToRun(void* argc) but this one shows a linker error. code: =3D=3D=3...</description>
<dc:creator>Adriano Melo ltadrianomelo@[EMAIL PROTEC...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-25T10:55:24+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234292.html">
<title>Simple problem, dont get it</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234292.html</link>
<description>Hi ,  I am self studyign Essential c++ which gives the following problem and code. I dont get the code: the condition in the while statement uses cin, but shouldsnt you input a variable using cin and then use it with the while loop? Also how does cin...</description>
<dc:creator>albert.mills@[EMAIL PROTECTED]
 ltalbert...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-25T09:36:49+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234286.html">
<title>file write</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234286.html</link>
<description>Hello group members,  i am a newbie and trying to write array values to a file.  array values are dynamic  so i need to create file first and later append the values  here is the code i tried...  the file is created but it is empty  can any one help....</description>
<dc:creator>raaki lthemanth004@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-25T00:25:09+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234283.html">
<title>Heap corruption detected!!</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234283.html</link>
<description>I am reading the C++ Primer, 4th Edition. I compiled the following codes,               // C-style character string implementation              const char *pc = a very long literal string              const size_t len = strlen(pc +1)      // space to...</description>
<dc:creator>joe ltliuj0025@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-24T19:33:49+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234282.html">
<title>cheap discount prada chanel coach puma versace wallet sneakers</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234282.html</link>
<description>www.efootjoy.com wholesale Michael jordans shoes fusion force shoes  wholesale jordan shoes air force ones dunks, sandals, glasses, puma air max 87 89 90 95 ltd timberland jeans ugg boots lacoste sandals hoodies, t-shirts, mauri shoes, dsquared , hog...</description>
<dc:creator>mynicesneakers1@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-24T16:48:49+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234280.html">
<title>Re: Iltapalat vedetty</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234280.html</link>
<description>TEM TYÖ JA ELINKEINOMINISTERIÖ ________________________  Helsingissä 27. päivänä toukokuuta 2008   Mielipiteitten esittäminen julkisuuteen nettiin valtiovallan erityissuojeluksessa.  Voi esittää mielipiteitä ja antaa ydinkriittisiä lausuntoja kirjall...</description>
<dc:creator>Ilppo Söderström ltilppo@[EMAIL PROTECTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-24T12:26:36+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234278.html">
<title>Division result is always 100 instead of 99.99</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234278.html</link>
<description>Hi All,  My coding have following stmt in which I divide large number say X by number y which is sligthly greater then X.  Say Y = X + 1  double successRate = 0 double passedCandidates = 10000000  double failedCandidates  = 1  sucessRate = (passedCan...</description>
<dc:creator>duraisridhar@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-24T09:56:30+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234277.html">
<title>computer</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234277.html</link>
<description>computer edication for java onli job http://earnkamal.blogspot.com/</description>
<dc:creator>lynas ltlynas.ak1986@[EMAIL PROTECTED]
g...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-23T07:00:09+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234275.html">
<title>sneakers wholesale ggg prada t-shirts</title>
<link>http://www.talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/messages/234275.html</link>
<description>www.efootjoy.com  =96 prada sandals prices, reviews,wholesale jordans ,prada,fendi shoes and ratings in Clothing and Accessories . Compare products and find the lowest prices on crown air prada sandals supplier at www.efootjoy.com</description>
<dc:creator>shoeshivey@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-20T18:15:22+00:00</dc:date>
</item>


<textinput rdf:about="http://talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/search.html">
<title>Search talkaboutprogramming.com C - C++ Learning</title>
<description>Search talkaboutprogramming.com C - C++ Learning</description>
<name>q</name>
<link>http://talkaboutprogramming.com/group/alt.comp.lang.learn.c-c++/search.html</link>
</textinput>

</rdf:RDF>
