Skip to main content

Posts

Showing posts with the label Software

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...

C++: A Dialog: Programming with the C++ Standard Library, 2002

If possible, please buy the legal copy from Amazon Book Description Publication Date: August 30, 2002 This book uses real-life examples carefully tested on real novice programmers to illustrate concepts in the language, rather than artificial, unrealistic examples that do not provide any guidance as to how to use these concepts in real programs. The book concentrates on the computer programming basics that novice programmers need as a foundation for learning how to write programs in the real world. It does not to teach every detail of the C++ language but provides you with the basics. It demystifies computers, so that anyone with the interest and desire to learn how they perform their seemingly magical feats can start down the road to mastery. The author had the help of a real, live novice in writing the book, to help ensure that points that are not clear to novices will be covered thoroughly. C++: A Dialog includes a commercial grade compiler that can be used to...

Applied C++: Practical Techniques for Building Better Software

  If possible, please buy a legal copy of this book from Amazon. Editorial Reviews From the Back Cover "I really like the software engineering advice given here. As the chief engineer/architect for a large development group, I can say with certainty that the advice given in this book about how real-world projects must work is right on the mark." --Steve Vinoski, coauthor of Advanced CORBA Programming with C++ , columnist for C/C++ Users Journal and IEEE Internet Computing , and Chief Architect, IONA Technologies Applied C++ is a practical, straightforward guide to developing high-quality, maintainable software. It reflects the power of C++, templates, and the Standard Template Library for industrial-strength programming. Whether you are a single developer or work in a large team, the tips and techniques presented in this book will help you improve your language and design skills and show you how to solve substantial problems more effectively. T...