Mäklare

Categories
Animal | Application |Art | Artificial Intelligence | Business | Certification | Commerce | Computer - Hardware | Databases | Electronics | Engineering | Grammar | History | Intelligence | Internet | IT - General | Language | Magazine | Medical | Photographic | Networking| Programming | Security | Uncategorized | WWW

43 eBooks tagged "C"

Related tags: 3.0 [+], to [+], 2nd [+], in [+], Programming [+], Beginning [+], Absolute [+], with [+], and [+], The [+], Practical [+], Patterns [+], Introduction [+], Game [+], Design [+], nutshell [+], for [+], Yourself [+], Visual [+], Template [+], Teach [+], Scientific [+], Program [+], Objects [+], Metaprogramming [+], Learn [+], Language [+], Form [+], Engineering [+], Concepts [+], A [+], toprogram [+], Ways [+], V [+], Unlocking [+], TCPIP [+], Standard [+], Specific [+], Sockets [+], Sharp [+], Sams [+], Reference [+], Pocket [+], Microsoft [+], Library [+], Interfacing [+], How [+], Effective [+], Deitel [+], Cryptography [+], Cookbook [+], Complete [+], Accelerated [+], 50 [+], 2.0 [+], .NET [+], Plus, Perl, PHP, Java, Business, All

Xpressionsz


Full download


Posted: September 13th, 2007, 3:24pm CEST by admin

TagsThe Complete C   [edit]

Harvey and Paul Deitel are world famous for their best-selling books on programming and their signature LIVE CODE® approach to teaching programming languages. Using their new book C++ How to Program, Fourth Edition and the C++ Multimedia Cyber Classroom, the team at Deitel and Associates, Inc. provides the fastest and most effective way to learn [...]

Full download


KnowFree


Full download


Posted: January 31st, 2008, 7:31pm CET by Crimson

TagsC for Game   [edit]

C++ is the primary language used in game development; however, game programming has a unique set of challenges, which general application development techniques and recommendations don't apply to. Written to address this issue, C++ for Game Programmers provides practical suggestions for what C++ features to use in game development and why. Many of the misconceptions of C++ are clarified, and programmers learn the most effective methods for using the language to create games. This is primarily a book about ideas and concepts: it is not just a source of C++ code to use in your game project. Instead, C++ for Game Programmers covers how things work from a game-development perspective, and provides practical rules to follow. It points out the most effective C++ practices and steers developers away from the potentially dangerous ones. It describes common C++ techniques to solve specific problems faced by most developers, and focuses on techniques that have been proven in real games. Additionally, specific new technologies such as STL are covered in detail, along with the challenges specific to different platforms such as PCs or game consoles. The techniques presented apply to all aspects of game programming, including graphics, physics, and AI. C++ for Game Programmers is the perfect resource for game programmers looking to perfect their C++ skills, and experienced programmers interested in entering the game industry. Graphics, embedded systems, and real-time systems programmers facing the same challenges as game programmers will also benefit from the ideas and techniques covered. (more…)


Full download


Free-Book-Spot--Latest Books


Full download


Posted: February 14th, 2008, 10:01am CET

TagsScientific and Engineering C   [edit]


This book's three parts take readers with no prior C++ knowledge all the way from basic concepts, through object-oriented programming and design techniques, to advanced C++ features and techniques. Coverage of object-oriented programming emphasizes various methods of expressing commonality and abstraction, and the advanced coverage illustrates coordination of advanced C++ by developing several interesting examples, including array classes, pointer classes, systems employing abstract algebra, FORTRAN-based matrices, function mapping, and data fitting. From the Inside Flap Like many scientists and engineers, much of our work involves writing computer programs. Recently we have been writing those programs in C++. We think that our programs are better and that we can do better science and engineering with these programs because they are written in C++. We think you should try C++, and we wrote this book to help you get started. C++ is one of several new languages that use a programming style called object-oriented programming. To write large programs that are correct, readable, modifiable, affordable, and efficient requires the same creative effort and persistence characteristic of other endeavors in science and engineering. Traditional programming languages, including FORTRAN and C, force us to communicate with the computer in a demeaningly simplistic manner. C++ and an object-oriented programming style elevate the communication to a more abstract level: They provide me Read more...

Full download


Posted: February 14th, 2008, 10:01am CET

TagsAbsolute C 2nd   [edit]


Offers complete coverage of the C++ programming language. This title offers provides all the tools necessary for experienced and novice programmers to master C++, including: thorough coverage of the Standard Template Library; complete and fully executable code throughout; sections highlighting programming tips and common pitfalls; and a logical order of coverage of C++ topics in order for readers to better understand the language. This book is appropriate for anyone interested in learning how to programming using the C++ programming language. Read more...

Full download


Posted: February 13th, 2008, 1:59pm CET

TagsScientific and Engineering C   [edit]


This book's three parts take readers with no prior C++ knowledge all the way from basic concepts, through object-oriented programming and design techniques, to advanced C++ features and techniques. Coverage of object-oriented programming emphasizes various methods of expressing commonality and abstraction, and the advanced coverage illustrates coordination of advanced C++ by developing several interesting examples, including array classes, pointer classes, systems employing abstract algebra, FORTRAN-based matrices, function mapping, and data fitting. From the Inside Flap Like many scientists and engineers, much of our work involves writing computer programs. Recently we have been writing those programs in C++. We think that our programs are better and that we can do better science and engineering with these programs because they are written in C++. We think you should try C++, and we wrote this book to help you get started. C++ is one of several new languages that use a programming style called object-oriented programming. To write large programs that are correct, readable, modifiable, affordable, and efficient requires the same creative effort and persistence characteristic of other endeavors in science and engineering. Traditional programming languages, including FORTRAN and C, force us to communicate with the computer in a demeaningly simplistic manner. C++ and an object-oriented programming style elevate the communication to a more abstract level: They provide me Read more...

Full download


Posted: February 13th, 2008, 1:59pm CET

TagsAbsolute C 2nd   [edit]


Offers complete coverage of the C++ programming language. This title offers provides all the tools necessary for experienced and novice programmers to master C++, including: thorough coverage of the Standard Template Library; complete and fully executable code throughout; sections highlighting programming tips and common pitfalls; and a logical order of coverage of C++ topics in order for readers to better understand the language. This book is appropriate for anyone interested in learning how to programming using the C++ programming language. Read more...

Full download


Posted: February 3rd, 2008, 7:17pm CET

TagsC Template Metaprogramming   [edit]


"C++ Template Metaprogramming" sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. Since the introduction of templates, C++ programmers have discovered surprising and powerful ways to perform computation at compile-time. While the excitement generated by these capabilities among C++ experts has reached the community at large, their practical application remains out-of-reach for many programmers. Literature on C++ template metaprogramming has focused primarily on details of low-level "tricks" at the expense of strong idioms and abstractions, and without illuminating the path from metaprogramming to expressive interfaces and efficient, maintainable software. This book delivers both "big picture" ideas and practical tools. It explains what metaprogramming is, why it matters, and how the unique combination of features in C++ make it an especially powerful language for metaprogramming. It also presents the Boost Metaprogramming Library, a powerful open source framework of high-level compile-time components based on familiar STL idioms, which makes C++ metaprogramming easy, expressive, and fun. Read more...

Full download


Posted: February 3rd, 2008, 1:15pm CET

TagsTeach Yourself C   [edit]


Teach yourself C++ in 21 days Read more...

Full download


Posted: October 3rd, 2007, 11:37am CEST

TagsPractical C Programming   [edit]


C++ is a powerful, highly flexible, and adaptable programming language that allows software engineers to organize and process information quickly and effectively. But this high-level language is relatively difficult to master, even if you already know the C programming language. The 2nd edition of Practical C++ Programming is a complete introduction to the C++ language for programmers who are learning C++. Reflecting the latest changes to the C++ standard, this 2nd edition takes a useful down-to-earth approach, placing a strong emphasis on how to design clean, elegant code. In short, to-the-point chapters, all aspects of programming are covered including style, software engineering, programming design, object-oriented design, and debugging. It also covers common mistakes and how to find (and avoid) them. End of chapter exercises help you ensure you've mastered the material. Practical C++ Programming thoroughly covers: * C++ Syntax * Coding standards and style * Creation and use of object classes * Templates * Debugging and optimization * Use of the C++ preprocessor * File input/output Steve Oualline's clear, easy-going writing style and hands-on approach to learning make Practical C++ Programming a nearly painless way to master this complex but powerful programming language. Read more...

Full download


Posted: August 29th, 2007, 10:16am CEST

TagsEffective C 50 Specific Ways   [edit]


C# is the premier language for .NET development, and is currently the fastestgrowing programming language. It is already being used by 29% of professionalprogrammers, with that percentage expected to continue increasing rapidly. It isstill a relatively new language, however, and developers are still looking forresources to enable them to use it better. Effective C# covers C# from apractical perspective, and provides insight into using the language moreefficiently. The reader will get information based on years of practical C#experience in real world settings. The format of the book is the same that hasproven immensely popular in other books in Scott Meyers' series. The authorhas a devoted following from his regular C# columns in Visual StudioMagazine. Every serious C# developer will keep this book close at hand, toreturn to again and again for advice. C#'s resemblances to C++, Java, and C make it easier to learn, but there's a downside: C# programmers often continue to use older techniques when far better alternatives are available. In Effective C#, respected .NET expert Bill Wagner identifies fifty ways you can start leveraging the full power of C# in order to write faster, more efficient, and more reliable software. Effective C# follows the format that made Effective C++ (Addison-Wesley, 1998) and Effective Java (Addison-Wesley, 2001) indispensable to hundreds of thousands of developers: clear, practical explanations, expert tips, and plenty of realistic code examples Read more...

Full download


FreeBookSpot Latest Books


Full download


All Magazinz Net // More than 1000 E-Books + Magazinz & counting


Full download


Free Ebooks


Full download


dbeBooks.net - An Ebook Library


Full download


Posted: February 1st, 2008, 6:58am CET by Ice Zero

TagsC Template Metaprogramming   [edit]

C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond (C++ In-Depth Series)Publisher: Addison-Wesley Professional; Pap/Cdr edition
Language: English
ISBN: 0321227255
Paperback: 400 pages
Data: December 20, 2004
Format: CHM
Description: "C++ Template Metaprogramming" sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer.
Since the introduction of templates, C++ programmers have discovered surprising and powerful ways to perform computation at compile-time. While the excitement generated by these capabilities among C++ experts has reached the community at large, their practical application remains out-of-reach for many programmers. Literature on C++ template metaprogramming has focused primarily on details of low-level "tricks" at the expense of strong idioms and abstractions, and without illuminating the path from metaprogramming to expressive interfaces and efficient, maintainable software.

Full download


All Magazinz Net // More than 2600 E-Books + Magazinz+ Music +Movies


Full download


LifeInBook-Nigmae Community


Full download


ModernGFX.com - Nigmae Community


Full download


Posted: February 18th, 2008, 8:50pm CET by Длон

TagsBeginning Visual C   [edit]

Beginning Visual C#

933 pages | 2002 | PDF | 15,8 Mb

C# is Microsoft's new programming language for its new platform, the .NET Framework. The .NET Framework consists of a runtime environment for managing the execution of code, and a whole host of class libraries for performing almost any programming task you can think of. Although .NET code can be written in many languages, C# is the only language designed specifically for the .NET Framework, and as such is set to become the language of choice for writing .NET applications for years to come. This book will be an indispensable guide as you learn to write C# programs, gradually explaining the key concepts of C# and .NET as your skills develop. After a thorough explanation of the basics of the C# language, we take an in-depth look at object-oriented programming in C#, before moving on to see how we write Windows applications in C#, work with databases and handle files. We also show how you can create dynamic web pages in C#. Note that the book requires you to have access to either Visual Studio .NET or Visual C# .NET Standard Edition. What does this book cover?:

Full download


86-88 » .Net


Full download


Free---Ebooks-


Full download


AvaxHome RSS:/eBooks/Development / Programming


Full download


LifeInBook-Programming


Full download


Posted: March 5th, 2008, 3:46pm CET by PelikanВ®

TagsC 3.0 Design Patterns   [edit]

C# 3.0 Design Patterns

O’Reilly Media, Inc. First Edition: December 2007 ISBN-10: 059652773X
English | PDF | 2,2MB | 314 Pages


Want to speed up the development of your .NET applications? Tackle common programming problems with C# design patterns. This guide explains what design patterns are and why they're used, with tables and guidelines to help you choose one pattern over another, and plenty of case studies to illustrate how each pattern is used in practice. C# 3.0 features are introduced by example and summarized for easy reference.

Full download


Posted: February 23rd, 2008, 4:18pm CET by edooo

Tagstoprogram How C   [edit]

C++ How to Program (Fifth Edition)

What's New In This Edition
C++ How to Program, 5/E takes a new early classes and objects approach to teaching programming. These topics in the past editions of C++ How to Program, were introduced in Chapters 6-7 and 9-10. Now, they are introduced in Chapter 3 and are integrated throughout the book in both the examples and exercises from that point forward. This book and its support materials have everything instructors and students need for an informative, interesting, challenging and entertaining C++ educational experience. To create C++ How to Program, 5/e, we put the previous edition of C++ How to Program under the microscope.

Full download


Posted: February 15th, 2008, 7:18pm CET by edooo

TagsBeginning C Objects Form Concepts   [edit]

Beginning C# Objects: Form Concepts to Code

Description: Learning to design objects effectively with C# is the goal of Beginning C# Objects.

Full download


Posted: February 15th, 2008, 7:17pm CET by edooo

TagsIntroduction to C   [edit]

Introduction to C++ Programming and Graphics

Description: C++ has grown rapidly in response to the practical need for a programming language that is able to efficiently handle composite and diverse data types. Today, C++ dominates the commercial market and is favored among application developers.Introduction to C++ Programming and Graphics offers a venue for rapidly learning the language by concisely revealing its grammar, syntax and main features, and by explaining the key ideas behind object oriented programming (OOP), with emphasis on scientific computing.The book reviews elemental concepts of computers and computing, describes the primary features of C++, illustrates the use of pointers and user-defined functions, and analyzes the construction of classes.

Full download


Free Book City > Programming


Full download


Funrapid.com the source of unlimited links


Full download


Posted: February 26th, 2008, 8:22am CET by frapadm

TagsC 3.0 in A nutshell   [edit]



C# 3.0 in a Nutshell: A Desktop Quick Reference
858 pages | September 26, 2007 | CHM | 7 Mb
This is a concise yet thorough reference to C# 3.0 programming as implemented in Microsoft's Visual Studio 2008. C# 3.0 in a Nutshell gets right to the point, covering the essentials of language syntax and usage as well as the parts of the .NET base class libraries you need to build working applications. But unlike earlier editions, this book is now organized entirely around concepts and use cases, providing greater depth and readability. C# 3.0 introduces the most significant enhancements yet to the programming language, and C# 3.0 in a Nutshell delves deep into the subject while assuming minimal prior knowledge of C#-making it accessible to anyone with a reasonable background in programming. In addition to the language, the book covers the .NET CLR and the core Framework assemblies, along with the unified querying syntax called Language Integrated Query (LINQ), which bridges the traditional divide between programs and their data sources.



Full download


Posted: February 24th, 2008, 4:01pm CET by frapadm

TagsDeitel C   [edit]




Deitel - C++ How to Program (Fifth Edition)
| 1536 pages | January 05, 2005 | CHM | 10,2 Mb |


Full download


Posted: February 16th, 2008, 7:21am CET by frapadm

TagsC 3.0 Design Patterns   [edit]



C# 3.0 Design Patterns
314 pages | January 11, 2008 | PDF | 2 Mb
If you want to speed up the development of your .NET applications, you're ready for C# design patterns -- elegant, accepted and proven ways to tackle common programming problems. This practical guide offers you a clear introduction to the classic object-oriented design patterns, and explains how to use the latest features of C# 3.0 to code them. C# Design Patterns draws on new C# 3.0 language and .NET 3.5 framework features to implement the 23 foundational patterns known to working developers. You get plenty of case studies that reveal how each pattern is used in practice, and an insightful comparison of patterns and where they would be best used or combined.



Full download


Posted: February 3rd, 2008, 2:18pm CET by frapadm

TagsThe C Programming Language 2nd   [edit]




214 pages | July 11, 2002 | PDF | 2 Mb

The computing world has undergone a revolution since the publication of The C Programming Language in 1978. Big computers are much bigger, and personal computers have capabilities that rival mainframes of a decade ago. During this time, C has changed too, although only modestly, and it has spread far beyond its origins as the language of the UNIX operating system. The growing popularity of C, the changes in the language over the years, and the creation of compilers by groups not involved in its design, combined to demonstrate a need for a more precise and more contemporary definition of the language than the first edition of this book provided. In 1983, the American National Standards Institute (ANSI) established a committee whose goal was to produce ``an unambiguous and machine-independent definition of the language C'', while still retaining its spirit. The result is the ANSI standard for C.


Full download


Posted: February 3rd, 2008, 2:18pm CET by frapadm

TagsCryptography in C and   [edit]




ISBN: 189311595X | 471 pages | March 19, 2001 | PDF | 3 Mb

Cryptography in C and C++ mainly focuses on the practical aspects involved in implementing public key cryptography methods, such as the RSA algorithm that was recently released from patent protection. It also gives both a technical overview and an implementation of the Rijndael algorithm that was selected as the Advanced Encryption Standard by the U.S. government. Author Michael Welschenbach avoids complexities by explaining cryptography and its mathematical basis in terms a programmer can easily understand.


Full download


Posted: February 2nd, 2008, 10:06pm CET by frapadm

TagsLearn to Program with C   [edit]

Learn to Program with C++

John Smiley, "Learn to Program with C++"
McGraw-Hill Osborne Media | ISBN: 0072225351 | 2003. | 625 p. | RARed PDF 2.51MB

More than 100,000 programmers owe their careers to Professor John Smiley. In this unique guide, the guru himself will teach you, in a classroom setting, how to program with C++. Learn from more than 100 questions and answers as well as real-world programming projects

Full download


CCebook-Original English Ebooks Rapidshare - computer


Full download


Free ebooks download - KnowFree v2.0 » IT eBooks


Full download


MohandesOnline.ir » Computers & IT


Full download


Rain Of Ebooks


Full download


Net Book - Download free ebooks » Programming


Full download