Category: C, C++, C#

Microsoft Visual C# 2010, 4th Edition 0

Microsoft Visual C# 2010, 4th Edition

Using engaging examples and a clear, straightforward approach, MICROSOFT VISUAL C# 2010: AN INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING, FOURTH EDITION guides beginning programmers through developing programs in the C# language. The book provides readers with a strong...

Secure Programming Cookbook for C and C++ 0

Secure Programming Cookbook for C and C++

Password sniffing, spoofing, buffer overflows, and denial of service: these are only a few of the attacks on today’s computer systems and networks. At the root of this epidemic is poorly written, poorly tested, and insecure...

Functional Programming in C# 0

Functional Programming in C#

Take advantage of the growing trend in functional programming. C# is the number-one language used by .NET developers and one of the most popular programming languages in the world. It has many built-in functional programming features,...

Beginning C# Object-Oriented Programming 0

Beginning C# Object-Oriented Programming

Beginning C# Object-Oriented Programming brings you into the modern world of development as you master the fundamentals of programming with C# and learn to develop efficient, reusable, elegant code through the object-oriented programming (OOP) methodology. Take...

C++ and Beyond 2010 0

C++ and Beyond 2010

This document contains the presentation materials from Scott Meyers’, Herb Sutter’s, and Andrei Alexandrescu’s three-day event, C++ and Beyond 2010, which took place in October and December 2010. Andrei, Scott, and Herb presented intensive technical sessions...

Overview of the New C++ (C++0x) 0

Overview of the New C++ (C++0x)

Specification of the next version of C++ (“C++0x”) is nearing completion, and many compilers (e.g., Visual C++ and Gnu C++) already offer several features from the revised language. And such features! auto-declared variables reduce typing drudgery...

Professional Test Driven Development with C# 0

Professional Test Driven Development with C#

Hands-on guidance to creating great test-driven development practice Test-driven development (TDD) practice helps developers recognize a well-designed application, and encourages writing a test before writing the functionality that needs to be implemented. This hands-on guide provides...