June 9th, 2010 |
Mr.Nguyen |
451 views |

This advanced resource is ideal for experienced programmers seeking practical solutions to real problems. Discover valuable coding techniques and best practices while learning to master Microsoft’s newest cross-platform programming language. This definitive guide will show you how to expertly apply and integrate C# into your business applications. Create user controls, special effects text, dynamic user interfaces, custom attributes–plus, you’ll also find reliable security and authentication methods.
…
More »
January 19th, 2010 |
Mr.Nguyen |
259 views |

Tutorial on C Language Programming Free download
Tutorial on C Language Programming Teodor Rus rus@cs.uiowa.edu The University of Iowa, Department of Computer … Compile the C program in the file mylms.c using the command %cc[Options] mylms.c … Data structures Predefined data types: integer (int), small integers (short), large integers(long) real numbers (float), large real numbers (double) character data (char) User defined data types using type constructors array, record, pointer, file Introduction to System Software-p.3/64 Declarations int xdeclaresxan …
More »
|
Mr.Nguyen |
304 views |

A Quick Reference to C Programming Language free download
A Quick Reference to C Programming Language Structure of a C Program #include … In the simple tutorial of Introduction to C Programming , we will learn the very basic elements of a … A C program consists of a main function and several program functions . The program can also access many external functions that are contained in the header file and C library .• The roles of the …
More »
January 18th, 2010 |
Mr.Nguyen |
246 views |

Accelerated C# 2010 Free download
C# 2010 offers powerful new features, and this book is the fastest path to mastering them—and the rest of C#—for both experienced C# programmers moving to C# 2010 and programmers moving to C# from another object-oriented language. Many books introduce C#, but very few also explain how to use it optimally with the .NET Common Language Runtime (CLR). This book teaches both core C# language concepts and how to wisely employ C# idioms and …
More »
January 8th, 2010 |
Mr.Nguyen |
214 views |

C For Dummies Free download
Find out how to tell your computer what to doDesign and develop programs, compile and link code, fix problems, and more
Come “C” what all the excitement’s about! C programs are fast, concise, and versatile, and you’ll be writing them in no time. This friendly book unlocks the mysteries of coding, compiling, adding comments, and using keywords, I/O, variables, integers, and all the rest. You’ll write your first C program before …
More »
|
Mr.Nguyen |
202 views |

C++ Timesaving Techniques For Dummies Free Download
Seasoned C++ programmer Matthew Telles shows developers at any level of experience how to save hours by improving, refactoring, and debugging their code
Some of the techniques covered include mastering asserts, creating a complete class, hiding a method of a base class, freeing blocks of memory, implementing a simple locking mechanism, creating debugging macros, checking for errors at run-time, finding and fixing memory leaks, and reducing code complexity
The easy-to-follow, …
More »