Buy C++ and C Tools, Utilities, Libraries and Resources
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Home > Computing and Information Technology > Computer programming / software engineering > Programming and scripting languages: general > C++ and C Tools, Utilities, Libraries and Resources
C++ and C Tools, Utilities, Libraries and Resources

C++ and C Tools, Utilities, Libraries and Resources


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

This book discusses the many commercial, shareware and public domain tools that have been developed to simplify and streamline C and C++ programming, and includes a CD-ROM containing much of the best software available for the leading platforms. This book reviews every class of tool that can help streamline and improve C/C++ software development. These include source code checkers, memory allocation debuggers, runtime tracing tools, profilers, language conversion tools, editors, browsers, and much more.

Table of Contents:
PART I. TOOLS. 1. Introduction. Choosing and Using the Right Tools. Market Trends for Software Development Tools. UNIX Tools. Windows, Windows NT and DOS Tools. OS/2 Tools. VMS tools. Macintosh Tools. Free Tools - GNU Software. Free Tools - Coast to Coast Repository (SimTel). Free Tools - Usenet Source Archives. Free Tools - X Windows Distributions. Free Tools - Linux Archive Sites. 2. Compilers. What Features Does A Good Compiler Have? GCC/G++ - Free GNU C/C++ Compiler. DJGPP - Gnu C/C++ Compiler For DOS. GNU C/C++ From Free Software Foundation. Cygnus Support - GNU Software Support. Apogee C/C++ Compiler Package. MetaWare High C/C++ Multiplatform Compiler. EPC ANSI C and C++ Portable Compilers. C++/Views From Liant Software Corporation. UNIX Tools For Object Files, Libraries and Executables. Purelink From Pure Software. Watcom C/C++ Compiler for Windows, OS/2 and NetWare. Symantec C++ Compiler For Windows. Symantec C++ Compiler for Macintosh. Microsoft Visual C++ Compiler for Windows. Visual C++ Cross-Development Edition for Macintosh. Borland C++ Compiler for Windows. VisualAge C++ for OS/2 From IBM. Absoft C/C++ Compiler for Macintosh. NDP C/C++ from Microway. SAS/C Cross-Platform UNIX to MVS Compiler. Sniff+ Development Environment from TakeFive Software. Wish - Super Debugging Compiler Wish List. 3. Source Code Checkers. Checkers in ANSI C and C++. Checkers Versus Run-Time Error Detection. Guidelines for Checker Usage. Using Your Compiler As A Source Checker. C++ Compilers for Checking C Code. The UNIX Lint Checker. PC-Lint/FlexeLint from Gimpel Software. CodeCheck from Abraxas Software. MKS Code Integrity. Printfck - Ffree Printf Argument Checker. Clash - Free Identifier Clash Checker. Shortc - Free Name Clash Resolution Tool. ccheck - Minor Error Checker for C. cchk - Syntax Checker for C. STW/Advisor - Source Code Analysis and Measurement. CMT++ - Complexity Metrics for C/C++. CLINT - Shareware C Checker. Sedcheck - using grep and sed. awkcheck - a checker using awk. lock_lint - Solaris threads source checker. lint-c-front - driver for UNIX lint. memlintok - prevent lint malloc complaints. QualGen - C metrics and reporting tool. LCLint - free source code checker for ANSI C. My own C checker. sim - C source code similarity analyzer. Further reading. 4. Memory Allocation Debugging Tools. Common Memory Errors. Memory Leaks. Dangling References. Memory Debugging Tool Features. dbmalloc: a free UNIX debugging library. Memory Advisor (SENTINEL I & II). Purify from Pure Software. Memlight - Memory Error Detection. Insure++ From Parasoft. TestCenter from Centerline. MemCheck from StratosWare Corporation. HeapAgent from MicroQuill. Bounds Checker from Nu-Mega. Borland CodeGuard. vmon and vmemcheck from Brown University. idClib: a free minor debugging library. malloc-trace: a Sun malloc debugging library. mnemosyne - free C memory debugging library. malloc debug library - free UNIX library. leak - free UNIX memory leak library. Dr. Dobb's Journal Malloc Debugging Libraries. More Free Memory Allocation Debugging Tools. Wish - Compiler Memory Allocation Debugging. Wish - Vendor APIs for Debugging Libraries. 5. Debuggers. Debugger Features. Debugger Usage Strategies. Dr. Watson - Windows Postmortem Debugger. WinSpector - Borland's Postmortem Debugger. MultiScope Crash Analyzer - Postmortem Debugger. Turbo Debugger for Windows. QuickC for Windows Debugger. CodeView for Windows. Periscope - Hardware- Assisted Debugger. UNIX Postmortem Debugging. adb - A UNIX Debugger. dbx - A UNIX Debugger. Postmortem Debugging With dbx. gdb - A Free UNIX Debugger. Duel - An Extension To gdb. xxgdb - X Windows Extension to gdb. xdbx - X Windows Extension to dbx. dbxtool - SunOS Graphical dbx Interface. DDD - GUI Front-End to gdb and dbx. mxgdb - Free Motif GUI Front-End to gdb. ups - A Free X Windows Debugger. EPC edb Motif-Based Debugger. Soft-ICE for Windows debugger from Nu-Mega. MultiScope Debugger. Wish - Graphical Debugger. 6. Run-Time Tracing Tools. Microsoft Windows Debugging Version. Spy and DDE Spy: Message Tracing in Windows. WinSight: Message Tracing from Borland. DBWIN - Windows Error Tracing Tool. WinScope - Windows Event Tracing. Footprints - Run-Time Tracing Tool. Xaminer - Tracing X Windows. PureVision from Pure Software. TrackDeck from Dashboard Software. trace - UNIX Run-Time Tracing Utility. trace - UNIX System V Utility. truss - UNIX System V Utility. editres - X Windows Widget Analyzer. WidgetLint - Douglas Young's X Tool. Dbug: A Free Debugging Output Library. More Free Tracing Tool References. 7. Profilers. Profiler Features to Look For. Profiler Implementations. Timing Programs Without Tools. Prof - UNIX Profiler. pixie - UNIX Profiler. gprof - UNIX Profiler. Quantify from Pure Software. XSpert - Profiling X Windows. Turbo Profiler from Borland. prof.msc - free profiler for Microsoft C. cprof - Free Profiler for Turbo C. Profile - Free Microsoft C and Turbo C Profiler. lcomp, lprint - Free Sun/Vax Profiler Tool. SwapTuner - Page Fault Reduction Tool From MicroQuill. Space Measurement. Wish - Space Usage and Other Metrics. 8. Pretty Printers. cb - UNIX C Code Reformatter. cb and sed for C++ Reformatting. Indent - C/C++ Code Reformatter. ppc - Free Code Reformatter for C. Vgrind for Troff Output. Tgrind for TeX Output. lgrind for LaTeX Pretty Printing. sapp PostScript Output of C and C++. psgrind - PostScript Pretty Printer for C. cgrind - PostScript Pretty Printer for C. cpr - C Pretty Printer. cPost - C to PostScript Pretty Printer. c++2latex/c2latex - free LaTeX Pretty Printer. c_pretty for Word for Windows. pps - PostScript Pretty Printer. cpg - Free C Formatter for Line Printers. C Printer in Dr Dobb's Journal. C-Vision - Listing, Documentation and Reformatting. Pretty Printing Using Minor UNIX Tools. 9. Language Conversion Tools. C to C++ Conversion. C++ to C Conversion. Conversion of Other Languages. ptoc/ptc - Free Pascal to K&R C Translator. p2c - Free Pascal to C Translator. cfortran.h - Free Library for Mixing Fortran and C. FOR_C and FOR_C++ Fortran Conversion. f2c - Free Fortran to C or C++. Pascal and Basic to C from Technosoft. BAS_C - Basic to C from Gotoless Conversion. Assembler to C from Gotoless Conversion. 10. Prototype Extraction Tools. Refresher Course on Function Prototypes. Header File Organization. Merging ANSI and pre-ANSI Prototypes. Refresher Course On Extern Variable Declarations. Preprocessor Techniques For Extern. Prototype Extraction Using grep and sed. extern extraction using sed. Extern Extraction Using Special Labels. Export Tool In Pretty Printer. unproto - Free Filter to Remove ANSI C. Protoize and Unprotoize - GNU Conversion Tools. cproto - Free Prototype and Variable Extractor. ansi2knr - Free Conversion Program. cextract - Free C Prototype Extractor. Lint-Proto - Prototype Extraction from K&R C Code. Proto - Prototype and Variable Extractor. fdecs - Generate ANSI Prototypes from K&R C. 11. Editors. Features of A Good Programming Editor. vi - The Old Favorite UNIX Editor. ctags - identifier tags for vi. emacs - risen star of UNIX editors. etags - identifier tags for emacs. xemacs - free X-based emacs. lemacs - free X-based emacs. xcoral - free X Windows editor and C/C++ browser. Free X Windows editors from X11 contributions. StarPower - Software Development Environment. RimStar Programmer's Editor for Windows and OS/2. SlickEdit - Multiplatform Programmer's Editor. CodeWright - Programmer's Editor for Windows. Wish - Hungarian Notation Automatically. 12. Browsers and Documentation Tools. Browser Features. grep - Standard UNIX Utility. Refine/C - Browsing and Documentation for C. CC-Rider - Browsing and Documentation. GrafBrowse/C - Browsing and Documentation Tool. DocGen/C - Automatic Mil/DoD Documentation. CDADL - Program Design Language for C. C-XREF and C-TREE in C-Vision from Gimpel Software. id - Identifier Cross-References for C. ccount - Compute Statistics About C Source Code. Calls - Free Function Call Tree for C. cxref - Free Cross Reference Analysis for C. Identlist - Identifier Listings From C Source. Genman - Free Documentation Tool for C++ Classes. FunnelWeb - Literate Programming Tool for C. c2man - Free Documentation Tool for C. More Free Browsing and Documentation Tool References. 13. Test Coverage Tools. Types of Coverage Metrics. Error Simulation and Code Coverage. Run-Time Error Checking and Code Coverage. How Much Coverage Is Enough? Profilers Are Code Coverage Tools. gct: A Free Test Coverage Analysis Tool. CTC++ - Test Coverage Analyzer for C/C++. STW/Coverage - Test Coverage Analysis Toolset. tcov - Sun Line Coverage Analysis. Pure Coverage. C-Cover from Bullseye Software. bba - Basic Branch Analyzer from HP. 14. Testing Tools. Capture-Playback Regression Testing Tools. DejaGnu: Free Automated Testing Tool. preVue-X - Automated X Windows Testing. preVue-C/S - Server Load Testing. WinSatellite - Client Load Testing. QA Partner from Segue Software. Cantata from IPL. SoftTest - Requirements- Based Test Case Generation. Panorama C/C++ - Static and Dynamic Analysis Tool. Automated Test Facility - Client/Server Testing. Hindsight - Testing and Comprehension Toolset. STW/Regression - Automated Regression Testing Toolset. CTB - Automated Unit Test Generator. McCabe ToolSet - Testing, QA and Reengineering. 15. Parser Tools. lex - UNIX Lexical Analyzer Generator. flex - GNU Lexical Analyzer Generator. yacc - UNIX Parser Generator. bison - GNU Parser Generator. PCYACC from Abraxas Software. Yacc++ - lex and yacc in C++. Visual Parse++ from SandStone. MKS lex & yacc. ANSI C Grammars. C++ grammars. Compiler Test Suites. inline - free C inliner. Plum Free C Timing Benchmarks. 16. More Tools. File comparison tools. Make and Related Tools. Preprocessors. Source Code Obfuscators. Teaching Tools. Porting Tools. Versioning and Configuration Management Tools. Versioning Features to Look For. Free Versioning Tools. Commercial Versioning Tools. Defect Tracking Tools. PART II. LIBRARIES. 17. Command-Line Argument Processing. The Getopt Library Function. getopt - Free Versions With Source Code. getargs - C Library By Allen Holub. Lijnzaad's Extension to Holub's getargs. CLP - Command Line Processor for C. parseargs - Free C Argument Library. options - Free C++ Argument Class. cmdline - Free C++ Argument Class. GetLongOpt - Free C++ Argument Class. 18. Exception Handler Macro Libraries. setjmp and longjmp in C. setjmp and longjmp in C++. Horsmeier's C Exception Handling Library. Amsterdam's Exception Library For C. Hood's Exception Library for C. Winroth's Exception Library for C. Vidal's Lex-Based Filter for C++. Bengtsson's Exception Library for C++. Leary/D'Souza's Exception Library for C++. Lee's Exception Library for C. William's Exception Library for C. Building Blocks from the Libraries. Further Reading. 19. Mathematical & Scientific Libraries. M++ from Dyad Software. Math Advantage from QTC. Math.h++, LAPACK.h++ from Rogue Wave. 20. Database Libraries. Cindex/II from Trio Systems. DBTools.h++ from Rogue Wave. ILOG DB LINK - RDBMS C++ Library. C-Tree Plus - C Database Library from FairCom. R-Tree Report Generator Library from Faircom. Raima Database Manager++ - Database Library. Raima Object Manager - C++ Database Library. B-Tree Filer from TurboPower. C/Database Toolchest from Mix Software. DatabasePak - Motif Database-Aware Widget Library. Database Xcessory - Motif Database Application Builder. POET - Object Database Library for C++. 21. Component Libraries. Tools.h++ from Rogue Wave 325 C++ Data Object Library from Code Farms 326 Win/Sys Library from TurboPower 327 Chapter 22: Heap allocation libraries 329 SmartHeap from MicroQuill 330 Heap.h++ from Rogue Wave 330 Chapter 23: GUI/UI libraries 333 View.h++ Motif classes from Rogue Wave 333 ILOG Views C++ GUI builder and class library 334 Object Professional for C++ from TurboPower 335 EnhancementPak Motif widget library from ICS 336 Builder Xcessory Motif GUI builder from ICS 337 ViewKit ObjectPak Motif C++ application framework 337 Part 3: Resources 339 Chapter 24: Books and magazines 341 Texts and teaching books on C and C++ 341 Professional C and C++ books 342 Journal articles on tools, C and C++ 347 Online book lists and catalogs 348 ANSI/ISO C standard acquisition details 348 Magazines on C and C++ 350 Chapter 25: Internet resources 355 Internet news groups on C and C++ 355 Free FTP documents on tools, C and C++ 356 Appendix A: Understanding tool design 363 Code analysis techniques 363 Run-time tool techniques 368 Code generation techniques 374 Appendix B: CDROM Information 375 GNU General Public License Version 2 376 GNU Library General Public License 381 f2c Copyright Notice 388


Best Sellers


Product Details
  • ISBN-13: 9780132266970
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Prentice Hall
  • Height: 236 mm
  • No of Pages: 432
  • Weight: 644 gr
  • ISBN-10: 0132266970
  • Publisher Date: 29 Aug 1996
  • Binding: Paperback
  • Language: English
  • Spine Width: 16 mm
  • Width: 179 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
C++ and C Tools, Utilities, Libraries and Resources
Pearson Education (US) -
C++ and C Tools, Utilities, Libraries and Resources
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

C++ and C Tools, Utilities, Libraries and Resources

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    Fresh on the Shelf


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!