<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rss >
<rss version="2.0">
<channel>
<title>PHP scripts, Javascript, script writing, Collection of Scripts Resources, Free Scripts, Source code and Scripts, web resources, source code, free script, books, examples, help and more!</title><link>http://www.advancescripts.com/rss/215.html</link><description>Tips and Tutorials RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>Interacting with TinyPic from C#</title>
<link>http://www.advancescripts.com/detailed/13366.html</link>
<description>The following snippet will demonstrate how to interact with http://tinypic.com, an image mirroring service, directly from a C# application, using the WebRobot component available from http://foxtrot-xray.com/w eb-robot/</description>
</item>
<item>
<title>How to load file into memory using plain ANSI C language</title>
<link>http://www.advancescripts.com/detailed/12952.html</link>
<description>This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform.</description>
</item>
<item>
<title>Game Programming in C</title>
<link>http://www.advancescripts.com/detailed/3745.html</link>
<description>A good tutorials for beginners who have never drawn a pixel on the screen, and has nowhere to get started. This tutorial is for C programmers who want to start learning game programming.</description>
</item>
<item>
<title>Basic C++ functions</title>
<link>http://www.advancescripts.com/detailed/3727.html</link>
<description>This is a tutorial in which the people who are visiting can gather knowledge about functions on C and C++. This tutorial elaborately discusses about two functions which are coded differently but give same results. By the end of the tutorial the visitors can use C and C++ functions effeciently.</description>
</item>
<item>
<title>Free Programming in C email course</title>
<link>http://www.advancescripts.com/detailed/3398.html</link>
<description>This is a free email course in C programming. You also have access to support forums to ask your questions and there is an optional personal tutor service also available.</description>
</item>
<item>
<title>The Design of C++0x</title>
<link>http://www.advancescripts.com/detailed/3358.html</link>
<description>In this article, Bjarne Stroustrup examines the main principles used to guide the development of C++0x, the next version of the C++ Standard. </description>
</item>
<item>
<title>Industrial Strength C++</title>
<link>http://www.advancescripts.com/detailed/3179.html</link>
<description>This free ebook defines a C++ coding standard that should be valid and usable for almost all programmers. ISO 9000 as well as the Capability Maturity Model (CMM) states that coding standards are mandatory for any company with quality ambitions. Developing such a coding standard is, however, a non-trivial task, particularly for a complex multi- paradigm language like C++. In this ebook we give you a good start for a programming standard for a particular company or project. </description>
</item>
<item>
<title>Secure Programming : Random Numbers</title>
<link>http://www.advancescripts.com/detailed/3115.html</link>
<description>This paper discusses how to get secure random numbers for your application. We describe how to take a single, secure, random number (a seed), and stretch it into a big stream of random numbers using a secure pseudo-random number generator. We talk about how to get random data in lots of different representations (e.g., an integer in a particular range or a printable string). We also discuss how to get real randomness in an environment that is fundamentally deterministic.</description>
</item>
<item>
<title>Thinking in C++</title>
<link>http://www.advancescripts.com/detailed/3100.html</link>
<description>Bruce Eckel has kindly provided his book &quot;Thinking in C++, Second Edition&quot; free of charge to on-line readers. The text first sets the stage for using C++ with a tour of what object-oriented programming is all about, as well as the software design life cycle. The author then delves into every aspect of C++, from basic keywords and programming principles to more advanced topics, like function and operator overloading, virtual inheritance, exception handling, namespaces, and templates. </description>
</item>
<item>
<title>A Beginners C++</title>
<link>http://www.advancescripts.com/detailed/3086.html</link>
<description>This free ebook is primarily intended to be a text for the programming component in an introductory two semester computer science course (some materials are a little advanced and might postponed to later semesters). This intent shows in terms of references to &quot;students&quot;, &quot;assignments&quot; and &quot;later studies in computing&quot;. However, the book should be equally suited to an individual who wants to learn how to program their own personal computer.</description>
</item>
<item>
<title>Connecting To Mysql Database</title>
<link>http://www.advancescripts.com/detailed/2875.html</link>
<description>This is a small tutorial that shows how to  use MYSQL C++ API to connect to MYSQL.</description>
</item>
<item>
<title>C++ for Dumies</title>
<link>http://www.advancescripts.com/detailed/2841.html</link>
<description>An easy to follow and understand 3-page C tutorial for absolute beginners.</description>
</item>
<item>
<title>DirectX Programming</title>
<link>http://www.advancescripts.com/detailed/2754.html</link>
<description>It is a tutorial made to help C++ programmers who are new to DirectX for them to get acquainted with the libraries, in particular DirectDraw and DirectInput.</description>
</item>
<item>
<title>r to r, n converter</title>
<link>http://www.advancescripts.com/detailed/2572.html</link>
<description>This is a tutorial that can be used in reading the Unix documents in note pad since it helps in converting characters. Author says that Unix editors accept and understand the 
s where as the note pad does not do that. So author puts a solution to solve this problem, people can find all these things elaborately in this tutorial.</description>
</item>
<item>
<title>Win32 Socket Client</title>
<link>http://www.advancescripts.com/detailed/2401.html</link>
<description>This article discusses about how to do a winsocket programming using win32. This article says that it is possible to create a synchronous client socket by following the similar pattern of the Unix C++ socket program. By following all basic steps of this article the programmers can create a C++ socket perfectly and effeciently.</description>
</item>
<item>
<title>C Programming Email Course</title>
<link>http://www.advancescripts.com/detailed/2344.html</link>
<description>C programming email course consists of 15 Lessons. Every lesson has an exercise. In addition you must complete 4 projects during the course. You can either ask your questions and course problems in our public forums or register for a personal tutor. Course includes examples, sample codes.</description>
</item>
<item>
<title>Casting in C++</title>
<link>http://www.advancescripts.com/detailed/2343.html</link>
<description>This tutorial discusses one of the minor extensions: the new C++ casting operators. The new C++ standard is full of powerful additions to the language: templates, run-time type identification (RTTI), namespaces, and exceptions to name a few.</description>
</item>
<item>
<title>C++ Now!</title>
<link>http://www.advancescripts.com/detailed/2342.html</link>
<description>Web-based learning central and foundation for C++ enthusiasts</description>
</item>
<item>
<title>Visual C++ .NET: Getting Started</title>
<link>http://www.advancescripts.com/detailed/2155.html</link>
<description>Many developers see Visual C++ as the old shoe of the programming trade - it feels comfortable and they know it well. This language represents time tested programming technology. In addition, it's a robust language capable of creating any type of application.</description>
</item>
<item>
<title>The Visual Studio.NET C++ Compiler</title>
<link>http://www.advancescripts.com/detailed/2154.html</link>
<description>The new Microsoft Visual Studio.NET C++ compiler provides you with a comprehensive, up-to-the-minute production-level development environment for creating all Windows ME, Windows 2000, and XP applications.</description>
</item>
<item>
<title>All About: File I/O in C++</title>
<link>http://www.advancescripts.com/detailed/2023.html</link>
<description>This tutorial starts with the very basis of File I/O (Input/Output) in C++ and goes on to the advance level. Includes many code examples.You need to have good understanding of C++, otherwise this tutorial will be unfamiliar and not useful to you</description>
</item>
<item>
<title>Allegro Vivace</title>
<link>http://www.advancescripts.com/detailed/2011.html</link>
<description>Allegro is a game programming library. This is a comprehensive tutorial to guide newcomers to game programming and Allegro through the process of writing a simple game.</description>
</item>
<item>
<title>Beginning Visual C++ 6.0</title>
<link>http://www.advancescripts.com/detailed/1789.html</link>
<description>This is an useful tutorial through which you can gain more knowledge about the Visual C++ programming concepts. The author teaches you about the method of declaring variables in VC++, various datatypes, operators, in-built functions such as c-in, c-out and various string maninpulation functions such as toupper tolower, compare, replace etc., control statements, arrays etc., The author also tells you about the file handling mechanism in VC++.</description>
</item>
<item>
<title>A Critique of C++</title>
<link>http://www.advancescripts.com/detailed/1506.html</link>
<description>The C++ programming language is becoming widely used. So here is an intermediate tutorial designed for experienced C++ programmers.</description>
</item>
<item>
<title> A SIMPLE INTRO TO SDL</title>
<link>http://www.advancescripts.com/detailed/1485.html</link>
<description>SDL or Simple Directmedia Layer is a simple introduction to making multi-platform games. SDL is an easy to use library for Sound, Input, Timers, and 2D graphics (3D graphics are accomplised through the use of OpenGL). It teaches  you how to make your basic SDL window that you can compile on any platform!         </description>
</item>
<item>
<title>Cprogramming.com: Your Resource for C and C++ Programming</title>
<link>http://www.advancescripts.com/detailed/1370.html</link>
<description> A site designed to help you learn C or C++ and provide you with C and C++ programming resources, including a guide for beginners, and tips, tricks and articles for more experienced programmers.
</description>
</item>
<item>
<title>Object-Oriented Design Case Studies with Patterns and C++</title>
<link>http://www.advancescripts.com/detailed/1353.html</link>
<description>Good design and programming is not learned by generalities, but by seeing how significant programs can be made clean, easy to read, easy to maintain and modify, human-engineered, efficient, and reliable, by the application of good design and programming practices. Careful study and imitation of good designs and programs significantly improves development skills.</description>
</item>
<item>
<title>C++: Object-Oriented Design and Programming</title>
<link>http://www.advancescripts.com/detailed/1327.html</link>
<description>This Pack contains 8 papers, covering the following topics: Pointers to Member Functions; Dynamic Memory Management Techniques; A Tour Through C++; Dynamic Binding; C++ Container Classes; Overview of Basic C++ Constructs; Single and Multiple Inheritance in C++; Basic Examples; Language Support for Abstract Data Types. </description>
</item>
<item>
<title>Adding Reference Counting to the SSCLI</title>
<link>http://www.advancescripts.com/detailed/1272.html</link>
<description>Moving to a garbage-collected environment in the Common Language Runtime has, for the most part, made memory leaks a problem of the past. However, the lack of deterministic finalization implied by the garbage collection scheme makes management of non-memory resources more difficult. The C++ community has found that the &quot;resource acquisition is initialization&quot; [1] idiom is very effective in managing those resources that need to be freed as soon as possible. </description>
</item>
<item>
<title>Managed C++: From ATL/COM to .NET</title>
<link>http://www.advancescripts.com/detailed/1256.html</link>
<description>Learn how to migrate your code: understanding C#, .NET and Managed C++.</description>
</item>
<item>
<title>Building .NET Components with Managed C++</title>
<link>http://www.advancescripts.com/detailed/1249.html</link>
<description>A guide to building .NET components, with a useful example and some insider tips. </description>
</item>
<item>
<title>C++ tutorial on arrays</title>
<link>http://www.advancescripts.com/detailed/1050.html</link>
<description>Explains the concept of C++ Arrays and usage in programs.</description>
</item>
<item>
<title>MFC Resizing controls - CoderSource.net</title>
<link>http://www.advancescripts.com/detailed/865.html</link>
<description>This article explains how to resize controls in MFC</description>
</item>
<item>
<title>C++ ADO Insert example</title>
<link>http://www.advancescripts.com/detailed/863.html</link>
<description>This page has a simple sample in C++ for using ADO insert statement</description>
</item>
<item>
<title>Ip address of a computer using winsock - CoderSource.net</title>
<link>http://www.advancescripts.com/detailed/801.html</link>
<description>There is a function gethostbyname for getting the ip address using Winsock. This function will retrieve the ip address details into a variable of type &quot;structure hostent&quot;. 

    The first step in creating this program is to ensure the socket library is initialized, if it is not initialized else-where. </description>
</item>
<item>
<title>Unicode to ascii conversion - CoderSource.net</title>
<link>http://www.advancescripts.com/detailed/800.html</link>
<description>Unicode programming is supposed to be easier with windows. But there are certain weird instances when we need to write some weird code too. This sample presents a code written in such a situation.
    Usually if anybody wants to do unicode programming in MFC this is what will be done.
   1. Make all the declarations using TCHAR type.
   2. Use all the functions related to TCHAR
   3. do a #define unicode.
</description>
</item>
<item>
<title>MFC Tutorial Part 5-Dialog Boxes in MFC from CoderSource.net</title>
<link>http://www.advancescripts.com/detailed/799.html</link>
<description>Dialog Box handling is done using CDialog class in MFC. CDialog is a CWnd derived class with some extra facilities for dialog handling. The initialization of the dialog is done using an over-ridable function OnInitDialog. The dialogs are closed by calling the function EndDialog. The dialogs can accommodate a lot of controls like an Edit controls, static controls, list boxes, combo boxes, progress bars, list views, tree views and many more. 
</description>
</item>
<item>
<title>C++ File I/O - Codersource.net</title>
<link>http://www.advancescripts.com/detailed/797.html</link>
<description> File handling is an important part of all programs. Most of the application will have their own features to save some data to the local disk and read data from the disk again. C++ File I/O classes simplify such file read/write operations for the programmer.

C++ File I/O Classes and Functions:
   There are 3 File I/O classes in C++ which are used for File Read/Write operations. They are 

1. ifstream 
2. ofstream 
3. fstream 
</description>
</item>
<item>
<title>Programming in C++ : Rules and Recommendations</title>
<link>http://www.advancescripts.com/detailed/767.html</link>
<description>The purpose of this document is to define one style of programming in C++. The rules and recommendations presented here are not final, but should serve as a basis for continued work with C++. This collection of rules should be seen as a dynamic document; suggestions for improvements are encouraged. A form for requesting new rules or changes to rules has been included as an appendix to this document.</description>
</item>
<item>
<title>ANSI C++</title>
<link>http://www.advancescripts.com/detailed/737.html</link>
<description>Programs written in ANSI C++ can be more predictable, more readable, and more robust. An integral part of ANSI C++ is the standard library with its rich set of prefabricated abstractions. Using the library, a programmer can easily solve problems with a few C++ statements that in pre-standard C++ required deep thought and significantly more lines of code. The result is a visible reduction of complexity in ANSI C++ programs.</description>
</item>
<item>
<title>C++ Threading - A Generic Programming Approach</title>
<link>http://www.advancescripts.com/detailed/726.html</link>
<description>This paper introduces primitive and some high-level thread programming concepts.</description>
</item>
<item>
<title>Visual C++</title>
<link>http://www.advancescripts.com/detailed/576.html</link>
<description>Whidbey introduces an improved C++ language design for taking advantage of the .NET Framework. The new design brings advanced concepts like deterministic finalization and templates to managed C++ developers, and incorporates new CLR features such as generics. In this session, get the inside scoop on the latest enhancements that make C++ the most powerful development language in &quot;Whidbey&quot;.</description>
</item>
<item>
<title>Using Advanced C++ Template Features and Topics on ISO C++</title>
<link>http://www.advancescripts.com/detailed/101.html</link>
<description>Finally Visual C++ .NET can be considered a &quot;real C++ compiler&quot;! Attend this talk to get your brain wrapped around advanced template programming techniques, and other features of the C++ language that were previously unsupported by Visual C++. Learn from the master of C++ himself, Herb Sutter.</description>
</item>
</channel>
</rss>
