Loading...
Done
Posted By : m_gobara | Date : 19 Jan 2012 18:56:58 | Comments : 0

Pluralsight - C++ Fundamentals, Part 2 The standard Library | 266 MB
English | Duration: 2h 54m | WMV3 | 1024x768 | 15fps 289kbps | WMA 128 kbps
Genre: eLearning | Level: Intermediate | Released: 12/14/2011

Building on the material presented in C++ Fundamentals, this course rounds out what a modern C++ developer should know, including C++11 material.
Posted By : elodar | Date : 19 Jan 2012 15:27:33 | Comments : 1

Paul J. Deitel, Harvey M. Deitel, "C++ How to Program (8th Edition)"
English | 2011-03-25 | ISBN: 0132662361 | 1104 pages | PDF | 56.2 mb
Posted By : sandhu1 | Date : 18 Jan 2012 18:23:52 | Comments : 0

C# 4.0 Unleashed
Sams; 1 edition | January 14, 2011 | ISBN-10: 0672330792 | 1648 pages | PDF | 47.7 Mb

C# 4.0 Unleashed is a practical reference focusing on the C# language and the .NET platform as a whole. While covering the language in lots of detail, it also provides enough coverage of various popular .NET technologies and techniques (such as debugging) for the reader to be successful on the .NET platform.
Posted By : m_gobara | Date : 16 Jan 2012 09:05:04 | Comments : 0

Pluralsight - Mono for Android : A basic introduction to using Mono for Android to develop Android applications in C# | 610 MB
WMV | WMV3 106kbps | English | h264, yuv420p, 1024x768 | 15fps | 7 hours | WMAV2 stereo 128kbps
Authored by: John Sonmez | Duration: 5h 9m | Level: Beginner | Released: 12/15/2011 | Genre: Video Training

Learning to develop an Android application can be difficult. This course is designed to make developing an Android application as simple as possible. In this course you will learn to create a fully functional Android application using Mono for Android.
We will see how easy it is to create an Android application using C# and the .NET framework. If you have thought about Android development, but technology and language have been a barrier that has prevented you from getting started, this course is for you.
Posted By : lenami | Date : 14 Jan 2012 01:44:54 | Comments : 0

Richard Braden, 'Unlocking Microsoft C# v2.0 Programming Secrets'
Publisher: Wordware Publishing | ISBN: 1556220979 | edition 2008 | CHM | 375 pages | 3 mb

This text is a handbook of instructions written for the programmer or analyst that shows how to insert common algorithmic functions in C# into one's source code. The code is listed on a companion CD for easy transfer to one's current C# program. The first 12 chapters discuss specifics of the Visual C# compiler: the integrated developer environment (IDE); moving projects from one location to another; passing information between windows; Visual C# code placement; classes, constructors, overloading, and helps; data types and declarations; conversions between data types; string manipulation and on-line data storage; branching and looping; and arithmetic.
Posted By : lenami | Date : 13 Jan 2012 13:53:18 | Comments : 0

Rakesh Rajan, "Visual C# 2005 Recipes: A Problem-Solution Approach"
Publisher: Apress | ISBN: 1590595890 | edition 2006 | PDF | 593 pages | 3,8 mb

Mastering the development of Microsoft .NET Framework applications in C# is less about knowing the C# language and more about knowing how to use the functionality of the .NET Framework class library most effectively. Visual C# 2005 Recipes explores the breadth of the .NET Framework class library and provides specific solutions to common and interesting programming problems...
Posted By : abcdef123 | Date : 13 Jan 2012 11:09:16 | Comments : 0

Learn C#: Includes The c# 3.0 Features
Jones & Bartlett Publishers | August 31, 2007 | ISBN-10: 1598220357 | 424 pages | PDF | 3.9 MB

Learn C# begins with the basics, then dives into the depths of C# development with easy-to-use tutorials, ready-to-run examples, and drills.
Posted By : krokodailw | Date : 13 Jan 2012 10:48:33 | Comments : 1

Edward Scheinerman, "C++ for Mathematicians: An Introduction for Students and Professionals"
Publisher: CRC | ISBN: 158488584X | edition 2006 | PDF | 520 pages | 30.2 mb

For problems that require extensive computation, a C++ program can race through billions of examples faster than most other computing choices. C++ enables mathematicians of virtually any discipline to create programs to meet their needs quickly, and is available on most computer systems at no cost. C++ for Mathematicians: An Introduction for Students and Professionals accentuates C++ concepts that are most valuable for pure and applied mathematical research.
Posted By : lenami | Date : 11 Jan 2012 04:09:00 | Comments : 0

Ron Penton, "Beginning C# Game Programming"
Publisher: Course Technology PTR | ISBN: 1592005179 | edition 2004 | PDF | 342 pages | 4,7 mb

Are you ready to try your hand at programming games using C#? "Beginning C# Game Programming" is your ideal introductory guide—designed to jumpstart your experience with C# and DirectX 9. It includes the fundamental topics you’ll need to know and covers additional topics that you’ll find helpful along the way. Begin with a comprehensive look at programming with C#—from the basics of classes to advanced topics such as polymorphism and abstraction.
Posted By : lenami | Date : 11 Jan 2012 01:06:23 | Comments : 0

David Conger, "Creating Games in C++: A Step-by-Step Guide"
Publisher: New Riders Games | ISBN: 0735714347 | edition 2006 | CHM | 464 pages | 1,2 mb

Do you love video games? Ever wondered if you could create one of your own, with all the bells and whistles? It’s not as complicated as you’d think, and you don’t need to be a math whiz or a programming genius to do it.
Best Internet Links
Posted by :: Alex | Date :: Aug 20, 2008 19:05:00 | [ 34 comments ]


Posted By : lenami | Date : 10 Jan 2012 19:28:38 | Comments : 0

Scott Meyers, "Effective C++: 50 Specific Ways to Improve Your Programs and Design"
Publisher: Addison-Wesley | ISBN: 0201924889 | edition 1998 | CHM | 256 pages | 3,1 mb

The book opens with some hints for porting code from C to C++ and then moves on to the proper use of the new and delete operators in C++ for more robust memory management. The text then proceeds to class design, including the proper use of constructors, destructors, and overloaded operator functions for assignment within classes. (These guidelines ensure that you will create custom C++ classes that are fully functional data types, which can be copied and assigned just like built-in C++ classes.)
Posted By : lenami | Date : 07 Jan 2012 08:45:32 | Comments : 0

Michael McMillan, "Data Structures and Algorithms Using C#"
Publisher: Cambridge University Press | ISBN: 0521876915 | edition 2007 | PDF | 366 pages | 5,1 mb

C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.
Posted By : TimMa | Date : 06 Jan 2012 08:49:03 | Comments : 0
1990587

Modern C++ Design: Applied Generic and Design Patterns (C++ in Depth)
Publisher: Addison Wesley | 2001 | ISBN: 0201704315 | English | PDF | 285 pages | 1.11 Mb

In Modern C++ Design, Andrei Alexandrescu opens new vistas for C++ programmers. Displaying extraordinary creativity and virtuosity, Alexandrescu offers a cutting-edge approach to software design that unites design patterns, generic programming, and C++, enabling programmers to achieve expressive, flexible, and highly reusable code. The book introduces the concept of generic components, ...
Posted By : lout | Date : 05 Jan 2012 19:09:45 | Comments : 0

Unity 3.x Game Development Essentials By Will Goldstone
Publisher: Pac..kt Pub..lishing 2011 | 488 Pages | ISBN: 1849691444 | EPUB + PDF + Code | 16 MB + 45 MB + 14 MB
Posted By : lout | Date : 05 Jan 2012 18:31:30 | Comments : 0

Murach's C# 2010 By Joel Murach
Publisher: Mi..ke Mura..ch & Asso..ciates; 4th edition 2010 | 812 Pages | ISBN: 1890774596 | PDF | 129 MB
Subcategories