Standard C Date/Time Library

Standard C Date/Time Library
Title Standard C Date/Time Library PDF eBook
Author Lance Latham
Publisher CRC Press
Total Pages 560
Release 1998-01-06
Genre Technology & Engineering
ISBN 9780879304966

Download Standard C Date/Time Library Book in PDF, Epub and Kindle

Does the year 2000 have you sweating late-night code? Use our complete library of C programming functions to master Y2K, time on the Net, ISO 8601, time stamp compression, or any other time/date application you encounter. Using the astronomers Julian Day'

The C++ Standard Library

The C++ Standard Library
Title The C++ Standard Library PDF eBook
Author Nicolai M. Josuttis
Publisher Addison-Wesley Professional
Total Pages 1190
Release 2012
Genre Computers
ISBN 0321623215

Download The C++ Standard Library Book in PDF, Epub and Kindle

The C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. Josuttis' book not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code. This thoroughly up-to-date book reflects the newest elements of the C++ standard library incorporated into the full ANSI/ISO C++ language standard. In particular, the text focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms.

Developing Quality Metadata

Developing Quality Metadata
Title Developing Quality Metadata PDF eBook
Author Cliff Wootton
Publisher CRC Press
Total Pages 545
Release 2009-10-16
Genre Language Arts & Disciplines
ISBN 1136033548

Download Developing Quality Metadata Book in PDF, Epub and Kindle

With the explosion of new audio and video content on the Web, it's more important than ever to use accurate and comprehensive metadata to get the most out of that content. Developing Quality Metadata is an advanced user guide that will help you improve your metadata by making it accurate and coherent with your own solutions. This book is designed to get you thinking about solving problems in a proactive and productive way by including practical descriptions of powerful programming tools and user techniques using several programming languages. For example, you can use shell scripting as part of the graphic arts and media production process, or you can use a popular spreadsheet application to drive your workflow. The concepts explored in this book are framed within the context of a multimedia professional working on the Web or in broadcasting, but they are relevant to anyone responsible for a growing library of content, be it audio-visual, text, or financial.

Mindhacker

Mindhacker
Title Mindhacker PDF eBook
Author Ron Hale-Evans
Publisher John Wiley & Sons
Total Pages 279
Release 2011-08-10
Genre Computers
ISBN 1118166434

Download Mindhacker Book in PDF, Epub and Kindle

Compelling tips and tricks to improve your mental skills Don't you wish you were just a little smarter? Ron and Marty Hale-Evans can help with a vast array of witty, practical techniques that tune your brain to peak performance. Founded in current research, Mindhacker features 60 tips, tricks, and games to develop your mental potential. This accessible compilation helps improve memory, accelerate learning, manage time, spark creativity, hone math and logic skills, communicate better, think more clearly, and keep your mind strong and flexible.

Python Standard Library

Python Standard Library
Title Python Standard Library PDF eBook
Author Fredrik Lundh
Publisher "O'Reilly Media, Inc."
Total Pages 312
Release 2001
Genre Computers
ISBN 9780596000967

Download Python Standard Library Book in PDF, Epub and Kindle

CD-ROM contains: programming examples from the book and a demo of the PythonWorks IDE.

C++ for the Impatient

C++ for the Impatient
Title C++ for the Impatient PDF eBook
Author Brian Overland
Publisher Pearson Education
Total Pages 720
Release 2013
Genre Computers
ISBN 0321888022

Download C++ for the Impatient Book in PDF, Epub and Kindle

A ready reference for C++, C++ for the Impatient offers the quickest way for busy students to learn the latest features of the C++ language and is a handy resoure for finding the answer to specific language questions quickly. Giving the most accurate, up-to-date information required, this books is also an essential guide to the new C++11 standard, including advanced uses of the C++ standard library.

C++ Standard Library Quick Reference

C++ Standard Library Quick Reference
Title C++ Standard Library Quick Reference PDF eBook
Author Peter Van Weert
Publisher Apress
Total Pages 233
Release 2016-06-13
Genre Computers
ISBN 1484218760

Download C++ Standard Library Quick Reference Book in PDF, Epub and Kindle

This quick reference is a condensed guide to the essential data structures, algorithms, and functions provided by the C++ Standard Library. Used by millions of C++ programmers on a daily basis, the C++ Standard Library features core classes for strings, I/O streams, and various generic containers, as well as a comprehensive set of algorithms to manipulate them. In recent years, the C++11 and C++14 standards have added even more efficient container classes, a new powerful regular expression library, and a portable multithreading library featuring threads, mutexes, condition variables, and atomic variables. Needless to say, it is hard to know and remember all the possibilities, details, and intricacies of this vast and growing library. This handy reference guide is therefore indispensable to any C++ programmer. It offers a condensed, well-structured summary of all essential aspects of the C++ Standard Library. No page-long, repetitive examples or obscure, rarely used features. Instead, everything you need to know and watch out for in practice is outlined in a compact, to-the-point style, interspersed with practical tips and well-chosen, clarifying examples. The book does not explain the C++ language or syntax, but is accessible to anyone with basic C++ knowledge or programming experience. Even the most experienced C++ programmer though will learn a thing or two from it and find it a useful memory-aid. Among the topics covered are: What You Will Learn Gain the essentials that the C++ Standard Library has to offer Use containers to efficiently store and retrieve your data Use algorithms to inspect and manipulate your data See how lambda expressions allow for elegant use of algorithms Discover what the standard string class provides and how to use it Write localized applications Work with file and stream-based I/O Discover what smart pointers are and how to use them to prevent memory leaks Write safe and efficient multi-threaded code using the threading libraries Who This Book Is For All C++ programmers: irrespective of their proficiency with the language or the Standard Library, this book offers an indispensable reference and memory-aid. A secondary audience is developers who are new to C++, but not new to programming, and who want to learn more on the C++ Standard Library in a quick, condensed manner.