Below you will find 0 categories and 7 links related to C And C++ C Developers Resources.
Visual C++ 6 is the latest incarnation of Microsoft's premier development product for C++ developers. It contains the latest version of the MFC&T (Microsoft Foundation Classes & Templates) which has virtually become the Industry-wide library used to write Windows programs. Visual C++ 6 also contains the Active Template Library 3.0 ( ATL ) , which is a framework and collection of Wizards for writing ActiveX & COM controls. This book is a tutorial in use of all the major functions of Visual C++ 6. Proven teaching methods guarantee success to novice C++ programmers with a complete tutorial from 'vanilla' C++ , through to OO programming, Windows and using MFC&T. Each concept is supported by graduated code examples and the reader will be coherent in writing a real Windows program and controls by the end of the book. The author covers all the bases here in a title that will certainly compare favorably with any other Visual C++ tutorial on the market.
C++Builder 5 Developer's Guide is a completely new book authored by insiders of the C++Builder development community. You will learn advanced debugging techniques using CodeGuard, master multi-tier distributed applications with MIDAS 3, discover the latest in multi-media techniques with OpenGL, DirectX, and others, master memory management, learn how to build a chat system with TCP/IP, and more. XML, HTML, CORBA, VisiBroker, ActiveX, and COM+ Server are new features covered by this new edition. Born from exchanges on "The Bits" C++ Builder technical discussion list, this book includes articles by 34 contributors from around the world who set out to explore not only material new to version 5, but also developer techniques and topics not covered anywhere else. The result is a guide to help developers expand their existing C++ Builder skills to create better, larger, more complex applications. This is not a C++ primer on the C++ Builder application.
This handy reference presents eight book-length modules that show readers how to conquer all aspects of C++, today's most widely used programming language for software applications, with 3.6 million developers. Includes an easy-to-understand C++ primer for beginners; Features chapters on game programming, creating enterprise applications, and Web services for experienced developers; Offers complete coverage of all the most popular compilers and intergrated development environments for C++, including gcc, Borland, CodeWarrior and Microsoft's new Visual C++ .NET and Visual Studio .NET IDE; CD-ROM contains all code examples from the book and the GNU C++ compiler. This guide will introduce C++, objects and classes, fixing programs, advanced programming, reading and writing files using C++, and Visual Studio and MFC. Author Jeff Cogswell is a software engineer, writer, consultant, and former educator. He is also the author of other programming books.
The Deitels' C++ How to Program is the most comprehensive, practical introduction to C++ ever published with hundreds of hands-on exercises, roughly 250 complete programs written and documented for easy learning, and exceptional insight into good programming practices, maximizing performance, avoiding errors, debugging, and testing. This new Fourth Edition has an upgraded OOD/UML case to latest UML standard, as well as significant improvements to exception handling and operator overloading chapters. Features enhanced treatment of strings and arrays as objects earlier in the book using standard C++ classes, string and vector. The book retains every key concept and technique ANSI C++ developers need to master: control structures, functions, arrays, pointers and strings, classes and data abstraction, operator overloading, inheritance, virtual functions, polymorphism, I/O, templates, exception handling, file processing, data structures, and more.
C++ Network Programming, Volume 2, focuses on ACE frameworks, providing thorough coverage of the concepts, patterns, and usage rules that form their structure. This book is a practical guide to designing object-oriented frameworks and shows developers how to apply frameworks to concurrent networked applications. C++ Networking, Volume 1, introduced ACE and the wrapper facades, which are basic network computing ingredients. Volume 2 explains how frameworks build on wrapper facades to provide higher-level communication services. This book contains an overview of ACE frameworks; Design dimensions for networked services; Descriptions of the key capabilities of the most important ACE frameworks; Numerous C++ code examples that demonstrate how to use ACE frameworks. C++ Network Programming, Volume 2, teaches how to use frameworks to write networked applications quickly, reducing development effort and overhead. It can prove to be an invaluable asset.
Developing a large scale software system in C++ requires more than just a sound of understanding of the logical design issues covered in most books on C++ programming. To be successful, you will also need a grasp of physical design concepts that, while closely tied to the technical aspects of development, include a dimension with which even expert software developers may have little or not experience. This is the definitive book for all C++ software professionals involved in large development efforts such as databaes, operating systems, compilers, and frame-works. It is the first C++ book that actually demonstrates how to design large systems, and one of the few books on object-orinted design specifically geared to practical aspects of the C++ programming language. Lakos provides you with a catalog of specific techniques designed to eliminate cyclic, compile time, and link time dependencies. He then extends the concepts to very large systems.
C++ Server Pages (CSP) allows developers to build Dynamic Web Pages and Web Apps by using C++. Existing C++ projects can be ported to the Web by simply including the C++ source code, or by importing the C++ libraries to CSP scripts. It is similar to ASP and JSP, but instead of VBScript, JScript, or Java it uses C++, giving an incredibly high processing performance to your web applications. It supports automatic script compilation and provides the developer with a complete Web programming framework. It works both with IIS and Apache.