Skip to main content

Posts

First post using stackedit

Welcome to StackEdit! Hey! I’m your first Markdown document in StackEdit 1 . Don’t delete me, I’m very helpful! I can be recovered anyway in the Utils tab of the Settings dialog. Documents StackEdit stores your documents in your browser, which means all your documents are automatically saved locally and are accessible offline! Note: StackEdit is accessible offline after the application has been loaded for the first time. Your local documents are not shared between different browsers or computers. Clearing your browser’s data may delete all your local documents! Make sure your documents are synchronized with Google Drive or Dropbox (check out the Synchronization section). Create a document The document panel is accessible using the button in the navigation bar. You can create a new document by clicking New document in the document panel. Switch to another document All your local documents are listed in the document panel. You can switch from one to anoth...

Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library, 2001

Book Description “This is Effective C++ volume three – it’s really that good.” – Herb Sutter, independent consultant and secretary of the ISO/ANSI C++ standards committee “There are very few books which all C++ programmers must have. Add Effective STL to that list.” – Thomas Becker, Senior Software Engineer, Zephyr Associates, Inc., and columnist, C/C++ Users Journal C++’s Standard Template Library is revolutionary, but learning to use it well has always been a challenge. Until now. In this book, best-selling author Scott Meyers ( Effective C++ , and More Effective C++ ) reveals the critical rules of thumb employed by the experts – the things they almost always do or almost always avoid doing – to get the most out of the library. Other books describe what’s in the STL. Effective STL shows you how to use it . Each of the book’s 50 guidelines is backed by Meyers’ legendary analysis and incisive examples, so you’ll learn not only what to do, but also when ...

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)

Book Description “Every C++ professional needs a copy of Effective C++ . It is an absolute must-read for anyone thinking of doing serious C++ development. If you’ve never read Effective C++ and you think you know everything about C++, think again.” — Steve Schirripa, Software Engineer, Google “C++ and the C++ community have grown up in the last fifteen years, and the third edition of Effective C++ reflects this. The clear and precise style of the book is evidence of Scott’s deep insight and distinctive ability to impart knowledge.” — Gerhard Kreuzer, Research and Development Engineer, Siemens AG The first two editions of Effective C++ were embraced by hundreds of thousands of programmers worldwide. The reason is clear: Scott Meyers’ practical approach to C++ describes the rules of thumb used by the experts — the things they almost always do or almost always avoid doing — to produce clear, correct, efficient code. The book is organized around 55 specific guid...

Wireless Game Development in C/C++ with BREW (Wordware Game Developer's Library), 2003

If possible, please buy a legal copy from Amazon Book Description Designed for game programmers interested in developing mobile phone applications, Wireless Game Development in C/C++ with BREWTM uses QUALCOMM® s BREW development environment to illustrate a variety of techniques in the field of wireless phone games. From the basics of the BREW SDKTM and bitmap graphics to wireless networking and applet distribution, this book takes you through the fundamentals of the API, including graphics, sound, and input, and brings it all together with a complete example of a working game. Editorial Reviews About the Author Ralph Barbagallo is a professional game developer who has worked on such games as Ion Storm’s Anachronox as well as various other PC and console projects. He currently runs Flarb Development, a game developer specializing in wireless entertainment. Product Details Paperback: 321 pages Publisher: Jones & Bartlet...

Practical Algorithms in C++, 1995

Book Description A practical guide to implementing algorithms in C++.   Have you been looking for a C++ book that not only talks about some of the most popular algorithms of today, but also implements them? Then look no further. This book presents algorithms from a practical point of view, clearly explaining how the algorithms work, as well as fully implementing them in C++. Written to the intermediate C++ programmer, this book covers a wide range of subjects, from sorting and searching algorithms, to graph traversal algorithms, hashing algorithms, priority queues, finite state machines, and "algorithmic generators," a unique, object-oriented way of implementing algorithms. Includes theory and practice, with emphasis on practice. Builds from the basics to the most advanced techniques. Backs each algorithm with full source code provided on disk-no misleading code fragments. Includes high quality code, written specifically for C++, and not simply ported...

Practical Data Structures in C++, 1993

Editorial Reviews From the Publisher C++ is the premier up-and-coming language of the 90s providing elegant ways to code algorithms and data structures and solve real-world problems. Written using generic C++, it takes a no-nonsense, practical approach to designing algorithms and data structures. All of the elements needed to implement the algorithm or data structure will be completely covered so that readers can use the material immediately. Features complete code and practical examples which users can easily adapt to their own programs. Also includes a companion disk that will have all of the examples typed in and ready-to-run. Product Details Paperback: 448 pages Publisher: Wiley; 1 edition (April 19, 1993) Language: English ISBN-10: 047155863X ISBN-13: 978-0471558637 Product Dimensions: 9.1 x 7.3 x 1.1 inches Shipping Weight: 1.8 pounds Download link: http://adf.ly/3tvvH Password: blogl...

Numerical Linear Approximation in C (Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series), 2008

If possible, please buy a legal copy from Amazon Book Description Illustrating the relevance of linear approximation in a variety of fields, Numerical Linear Approximation in C presents a unique collection of linear approximation algorithms that can be used to analyze, model, and compress discrete data. Developed by the lead author, the algorithms have been successfully applied to several engineering projects at the National Research Council of Canada. Basing most of the algorithms on linear programming techniques, the book begins with an introductory section that covers applications, the simplex method, and matrices. The next three parts focus on various L 1 , Chebyshev, and least squares approximations, including one-sided, bounded variables, and piecewise. The final section presents the solution of underdetermined systems of consistent linear equations that are subject to different constraints on the elements of the unknown solution vector. Except...

C Programming for the Absolute Beginner, 2nd Edition, 2007

If possible, please buy a legal copy from Amazon There are Kindle version also Book Description If you are new to programming with C and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the for the absolute beginner™ series teach the principles of programming through simple game creation. C is not an easy language to learn, but fortunately the clear explanations, examples, and pictures in this book make learning C easy and fun. Each chapter contains programming challenges, a chapter review, and a complete program that uses chapter-based concepts to construct an easily built application. You will acquire the skills that you need for more practical C programming applications and will learn how these skills can be put to use in real-world scenarios. Additionally, by the time you finish this book, you will be able to apply the programming principles you've learned to the next programming la...