<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Happy holidays to everyone!</title>
	<atom:link href="http://www.learncpp.com/site-news/happy-holidays-to-everyone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/site-news/happy-holidays-to-everyone/</link>
	<description></description>
	<pubDate>Thu, 07 Aug 2008 23:40:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: JL Garcia</title>
		<link>http://www.learncpp.com/site-news/happy-holidays-to-everyone/#comment-9784</link>
		<dc:creator>JL Garcia</dc:creator>
		<pubDate>Mon, 17 Mar 2008 17:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/site-news/happy-holidays-to-everyone/#comment-9784</guid>
		<description>Thanks. I will follow up on forums.</description>
		<content:encoded><![CDATA[<p>Thanks. I will follow up on forums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.learncpp.com/site-news/happy-holidays-to-everyone/#comment-9610</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 14 Mar 2008 19:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/site-news/happy-holidays-to-everyone/#comment-9610</guid>
		<description>Yes, it could be done in C++.  However, C++ does not come with built-in database accessing functionality.  Consequently, you will have to use a library to do that (and which library you use depends on what type of database it is).  Connecting to a DLL and accessing it's functionality can be very easy if you are provided the right files -- see the lessons A.1 and (A.2 or A.3) for more info on this.

For future reference, the perfect place for this kind of question would be on the forums.</description>
		<content:encoded><![CDATA[<p>Yes, it could be done in C++.  However, C++ does not come with built-in database accessing functionality.  Consequently, you will have to use a library to do that (and which library you use depends on what type of database it is).  Connecting to a DLL and accessing it&#8217;s functionality can be very easy if you are provided the right files &#8212; see the lessons A.1 and (A.2 or A.3) for more info on this.</p>
<p>For future reference, the perfect place for this kind of question would be on the forums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JL Garcia</title>
		<link>http://www.learncpp.com/site-news/happy-holidays-to-everyone/#comment-9604</link>
		<dc:creator>JL Garcia</dc:creator>
		<pubDate>Fri, 14 Mar 2008 18:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/site-news/happy-holidays-to-everyone/#comment-9604</guid>
		<description>Hi Alex,

I have been navigating this website for a while. I have never before try to learn C++ and will love to learn some.

I would like to create a console application that will look at two fields in a database selected by a user and encode a barcode using an USPS4CB.dll into a new field. 
Do you think this can be done in C++?  

Sorry to have use this blog for this question but could not find another way.
Thanks - JLG


Example:
char     TrackStr[20];
char     RouteStr[11];
char     ExpectBar[65];
char TrackString[21];     /* Input parameter Track String + 1 null*/
char RouteString[12];     /* Input parameter Route String + 1 null*/
char BarString[66];       /* Output parameter Bar String + 1 null */</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>I have been navigating this website for a while. I have never before try to learn C++ and will love to learn some.</p>
<p>I would like to create a console application that will look at two fields in a database selected by a user and encode a barcode using an USPS4CB.dll into a new field.<br />
Do you think this can be done in C++?  </p>
<p>Sorry to have use this blog for this question but could not find another way.<br />
Thanks - JLG</p>
<p>Example:<br />
char     TrackStr[20];<br />
char     RouteStr[11];<br />
char     ExpectBar[65];<br />
char TrackString[21];     /* Input parameter Track String + 1 null*/<br />
char RouteString[12];     /* Input parameter Route String + 1 null*/<br />
char BarString[66];       /* Output parameter Bar String + 1 null */</p>
]]></content:encoded>
	</item>
</channel>
</rss>
