Programming related

TwitterFacebook
Get flash to fully experience Pearltrees

Download Python - Iceweasel

http://www.python.org/download/ Download Download Python The current production versions are Python 2.7.3 and Python 3.3.0 .
Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the below copyright notice appears in all copies and that both the copyright notice and this permission notice appear in supporting documentation. http://www.sgi.com/tech/stl/

Standard Template Library Programmer's Guide

Instructions for use

http://www.cplusplus.com/doc/tutorial/introduction/ To whom is this tutorial directed? This tutorial is for those people who want to learn programming in C++ and do not necessarily have any previous knowledge of other programming languages.
Vectors are sequence containers representing arrays that can change in size. Just like arrays, vectors use contiguous storage locations for their elements, which means that their elements can also be accessed using offsets on regular pointers to its elements, and just as efficiently as in arrays. But unlike arrays, their size can change dynamically, with their storage being handled automatically by the container. http://www.cplusplus.com/reference/vector/vector/

vector

The C++ programming language consists of a vocabulary of commands that humans can understand and that can be converted into machine language fairly easily and a language structure (or grammar ) that allows humans to combine these C++ commands into a program that actually does something (well, maybe does something) The vocabulary is often known as the semantics, while the grammar is the syntax. What's a program? A C++ program is a text file containing a sequence of C++ commands put together according to the laws of C++ grammar. http://www.dummies.com/how-to/content/an-introduction-to-c.html

An Introduction to C++

Expressions and Declarations in C++ Programming

http://www.dummies.com/how-to/content/expressions-and-declarations-in-c-programming.html To perform a calculation in the C=++ program you need and expression. An expression is a statement that has both a value and a type. In the C++ program, a declaration is statement that defines a variable or it’s a “holding tank” for some sort of value like a number or character. Expressions Expressions take one of the following forms:
http://www.dummies.com/how-to/content/working-with-functions-in-c.html Developers often need the ability to break programs up into smaller chunks that are easier to develop. "Real world" programs can be many of thousands (or millions!) of lines long.

Working with Functions in C++

Cheat Sheet C++ is not an easy language to master. Only through experience will the myriad combinations of symbols start to seem natural to you. However, this Cheat Sheet can give you a few hints to help ease that transition from C++ beginner to C++ guru. How to Read a Complex C++ Expression http://www.dummies.com/how-to/content/beginning-programming-with-c-for-dummies-cheat-she.html

Beginning Programming with C++ For Dummies Cheat Sheet

In computer science , the dining philosophers problem is an example problem often used in concurrent algorithm design to illustrate synchronization issues and techniques for resolving them. It was originally formulated in 1965 by Edsger Dijkstra as a student exam exercise, presented in terms of computers competing for access to tape drive peripherals. Soon after, Tony Hoare gave the problem its present formulation. [ 1 ] [ 2 ] [ 3 ]

Dining philosophers problem

http://en.wikipedia.org/wiki/Dining_philosophers_problem

Tips and Tricks for Using C++ I/O (input/output)

Return to tutorial index Tips and tricks for using C++ I/O (input/output)

Development for Beginners | Tier One: Visual C++ 2008 Express Edition | MSDN

Tier One: Introduction to Visual C++ 2008 Express Edition This introductory video covers the main features of the Visual C++ 2008 Express Edition and walks you through some of the most common tasks you’ll be doing as you create your programs. By the end of this video, you’ll be more familiar with the development environment and able to get started creating your first application. Some of the topics covered in this video are:

Development for Beginners | Tier Two: Windows Development | MSDN

Resources Samples and Starter Kits These Samples and Starter Kits are fully functional sample applications. Each sample is complete and well-documented so that you can get started right away! Visual Studio Express Registration Benefits Visual Studio Express Registration Benefits include many resources and benefits to ensure that you have a great experience with Express edition products. Vista P2P Toolkit The Vista P2P Toolkit allows you to create cool, fun peer-to-peer applications with no lines of code necessary! Coding4Fun Like to take things apart to see how they work?
Resources Samples and Starter Kits These Samples and Starter Kits are fully functional sample applications. Each sample is complete and well-documented so that you can get started right away!

Development for Beginners | Tier Three: Windows Development | MSDN