<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.3" -->
<rss version="0.92">
<channel>
	<title>C and C++ Programming Resources</title>
	<link>http://mycplus.com</link>
	<description>C and C++ Programming Tutorials and Source code</description>
	<lastBuildDate>Wed, 19 Nov 2008 23:29:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements, Exams 70-305, 70-315, 70-306, 70-316, 70-310, 70-320, and 70-300</title>
		<description><![CDATA[Three things struck me about this set as soon as I received it and started working through the material. 

First, these books can be used for both learning and preparing for the certification exams.
Second, if you buy the set from Amazon and you intend to take the exams, your cost will be a fraction of [...]]]></description>
		<link>http://mycplus.com/computer-books/programming-books/mcad-mcsd-self-paced-training-kit-microsoft-net-core-requirements-exams/</link>
			</item>
	<item>
		<title>Microsoft Visual C++ .NET Deluxe Learning Edition</title>
		<description><![CDATA[Teach yourself how to develop applications with Visual C++ .NET-with tools and instruction, straight from the source! This DELUXE LEARNING EDITION contains Microsoft&#8217;s popular Step by Step tutorial and fully-supported, standard-edition software for Visual C++ .NET in a single, economical package.
Work at your own pace through the lessons and hands-on exercises-and apply your learning to [...]]]></description>
		<link>http://mycplus.com/computer-books/programming-books/microsoft-visual-c-net-deluxe-learning-edition/</link>
			</item>
	<item>
		<title>Great Librarian 2.00.1</title>
		<description><![CDATA[This is a C programming code by which a librarian can operate his library more fast. Students details can be added, updated and can issue multiple books. Progam shows different information about library including numbers of books and students. Books can also be added and updated. Books can be added along with title, author and [...]]]></description>
		<link>http://mycplus.com/source-code/c-source-code/great-librarian-2001/</link>
			</item>
	<item>
		<title>Memory as a Programming Concept in C and C++</title>
		<description><![CDATA[Assuming readers have a basic familiarity with C or C++, Frantisek Franek describes the techniques, methods and tools available to develop effective memory usage. The overwhelming majority of &#8220;bugs&#8221; and crashes in computer programming stem from problems of memory access, allocation, or deallocation.
Such memory related errors are notoriously difficult to resolve. Moreover, the role that [...]]]></description>
		<link>http://mycplus.com/computer-books/programming-books/memory-as-a-programming-concept-in-c-and-c/</link>
			</item>
	<item>
		<title>C Programming: A Modern Approach, 2nd Edition</title>
		<description><![CDATA[The first edition of C Programming: A Modern Approach was popular with students and faculty alike because of its clarity and comprehensiveness as well as its trademark Q&#038;A sections. Professor King&#8217;s spiral approach made it accessible to a broad range of readers, from beginners to more advanced students. With adoptions at over 225 colleges, the [...]]]></description>
		<link>http://mycplus.com/computer-books/programming-books/c-programming-modern-approach/</link>
			</item>
	<item>
		<title>Oracle Replication: Snapshot, Multi-master &#038; Materialized Views Scripts (Oracle In-Focus)</title>
		<description><![CDATA[With the advent of inexpensive and fast worldwide connectivity, many Oracle professionals recognize the benefits of distributing Oracle data. However, Oracle multi-master replication is extremely complex and time-consuming to implant.
This book addresses the complexity of Oracle replication by providing working code examples and illustrations of working systems. Demonstrated is every aspect of Oracle snapshot replication [...]]]></description>
		<link>http://mycplus.com/computer-books/databases/oracle-replication/</link>
			</item>
	<item>
		<title>Newton&#8217;s Telecom Dictionary</title>
		<description><![CDATA[Newton&#8217;s Telecom Dictionary helps technology and business professionals stay on top of the ever-changing network, telecom, and IT industry. Businesses are adopting new telecom and communications services and equipment that save money and improve efficiency; meanwhile, professionals are struggling to keep up with newly created technical terms and acronyms. Industry guru Harry Newton explains these [...]]]></description>
		<link>http://mycplus.com/computer-books/certification-central/newtons-telecom-dictionary/</link>
			</item>
	<item>
		<title>Demonstration of Linked list in java</title>
		<description><![CDATA[This is a very simple demonstration of linked list in java programming language. Very nice and well commented java source code for beginners. User can &#8220;get&#8221; and &#8220;set&#8221; the list items as well as traverse through &#8220;previous&#8221; and &#8220;next &#8221; items. This java program can create a linked list using one object or an array [...]]]></description>
		<link>http://mycplus.com/source-code/java/demonstration-of-linked-list-in-java/</link>
			</item>
	<item>
		<title>Stack Implementation in Java</title>
		<description><![CDATA[An object of type IntStack is a stack of real numbers, with the  standard stack operations push(int N), pop(), and isEmpty(). A makeEmpty() operation is also provided to remove all items from the stack.
Internally, the stack is implemented as a linked list.

/*******************************************************
*     MYCPLUS Sample Code - http://www.mycplus.com    [...]]]></description>
		<link>http://mycplus.com/source-code/java/stack-implementation-in-java/</link>
			</item>
	<item>
		<title>Validating the email address in ASP</title>
		<description><![CDATA[The IsValidEmail function checks for a valid email, IsValidEmail returns True if the email address is a valid email, IsValidEmail returns false if the email address isn&#8217;t proper syntax. The code is well commented and should explain what is happening .
This code checks for @ and a . period sign as well as only acceptable [...]]]></description>
		<link>http://mycplus.com/source-code/asp/validating-the-email-address-in-asp/</link>
			</item>
</channel>
</rss>
