<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>ComputerEducationWorld.com</title>
	<link>http://www.computereducationworld.com</link>
	<description>Computer Education, Training &#038; Tutorial Resources</description>
	<pubDate>Thu, 12 Jul 2007 04:56:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>7.8 Miscellaneous Functions</title>
		<link>http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/78-miscellaneous-functions-494.htm</link>
		<comments>http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/78-miscellaneous-functions-494.htm#comments</comments>
		<pubDate>Thu, 12 Jul 2007 04:56:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[C Programming]]></category>

		<guid isPermaLink="false">http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/78-miscellaneous-functions-494.htm</guid>
		<description><![CDATA[The standard library provides a wide variety of functions. This section is a brief synopsis of the most useful. More details and many other functions can be found in Appendix B.
]]></description>
		<wfw:commentRss>http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/78-miscellaneous-functions-494.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>7.8.1 String Operations</title>
		<link>http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/781-string-operations-493.htm</link>
		<comments>http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/781-string-operations-493.htm#comments</comments>
		<pubDate>Thu, 12 Jul 2007 04:41:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[C Programming]]></category>

		<guid isPermaLink="false">http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/781-string-operations-493.htm</guid>
		<description><![CDATA[We have already mentioned the string functions strlen, strcpy, strcat, and strcmp, found in &#60;string.h&#62;. In the following, s and t are char *&#8217;s, and c and n are ints.
]]></description>
		<wfw:commentRss>http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/781-string-operations-493.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>7.8.2 Character Class Testing and Conversion</title>
		<link>http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/782-character-class-testing-and-conversion-492.htm</link>
		<comments>http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/782-character-class-testing-and-conversion-492.htm#comments</comments>
		<pubDate>Thu, 12 Jul 2007 04:40:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[C Programming]]></category>

		<guid isPermaLink="false">http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/782-character-class-testing-and-conversion-492.htm</guid>
		<description><![CDATA[Several functions from &#60;ctype.h&#62; perform character tests and conversions. In the following, c is an int that can be represented as an unsigned char or EOF. The function returns int.
]]></description>
		<wfw:commentRss>http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/782-character-class-testing-and-conversion-492.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>7.8.3 Ungetc</title>
		<link>http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/783-ungetc-491.htm</link>
		<comments>http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/783-ungetc-491.htm#comments</comments>
		<pubDate>Thu, 12 Jul 2007 04:39:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[C Programming]]></category>

		<guid isPermaLink="false">http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/783-ungetc-491.htm</guid>
		<description><![CDATA[The standard library provides a rather restricted version of the function ungetch that we wrote in Chapter 4; it is called ungetc.
   int ungetc(int c, FILE *fp)
pushes the character c back onto file fp, and returns either c, or EOF for an error. Only one character of pushback is guaranteed per file. ungetc may be [...]]]></description>
		<wfw:commentRss>http://www.computereducationworld.com/free-educations/free-programming-training/c-programming/783-ungetc-491.htm/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
