Did you mean
C/C++ (436 results), Microsoft Visual C++ (57 results), C++ Builder (8 results), Borland C++Builder (3 results), C++ compiler (1 results)
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Use STL streams for easy C++ thread-safe logging
- Streams offer a powerful abstraction for dealing with data, as they allow you to call generic read/write functions without caring where the data comes from or goes. With streams, you can use the same code for reading from console, file, sockets, etc.C++ combines this power with operator overloading and provides...
- Technical articles 2003-09-23
- C++: Removing duplicates from a range
- This article was originally published on Builder.com.The Standard Template Library STL shows us how to deal with the complexity of algorithms over structures: Separate them. That’s why we have containers (std::vector, std::deque, std::list, etc.) and algorithms. To be as generic as possible, algorithms operate on ranges—sequences of elements. That is,...
- Technical articles 2003-02-28
- C++: Removing duplicates from a range
- The Standard Template Library STL shows us how to deal with the complexity of algorithms over structures: Separate them. That’s why we have containers (std::vector, std::deque, std::list, etc.) and algorithms. To be as generic as possible, algorithms operate on ranges—sequences of elements. That is, you can apply an algorithm to...
- Technical articles 2003-01-28
- Format C++ objects as you write them
- The Standard Template Library allows you to write objects to streams. But what about custom formatting? Builder.com's C++ guru, John Torjo, walks you through sample code to demonstrate a solution.The C++ Standard Template Library STL provides an elegant way to write objects to streams: You have a class, and to...
- Technical articles 2002-11-11
- Implement these quick tips to make better use of the STL in C++
- The Standard Template Library STL enables you to make your C++ code more reusable and efficient. This pair of tips will help you tweak the STL to avoid some common errors.By John TorjoThe Standard Template Library STL provides algorithms and containers that use templates to implement a reusable and extensible...
- Technical articles 2002-08-28
- Easily write and format ranges and containers in C++
- The C++ Standard Template Library STL offers a handy way to write values to streams, but it doesn't work with arrays. Here's a simple approach that lets you write containers and ranges to streams using familiar syntax.By John TorjoThe Standard Template Library STL provides an elegant way to write values...
- Technical articles 2002-07-25
- Extending the C++ STL with custom containers
- The Standard Template Library STL helps C++ developers deliver robust code fast. Find out how you can extend customized containers--a key component of the STL.The creators of C++ took immense care to create a library that was efficient, portable, and reusable. The Standard Template Library STL can be summed up...
- Technical articles 2002-07-03
- Reap the benefits of the C++ Standard Template Library
- The Standard Template Library STL in C++ makes code run faster and more efficiently. Find out how to take advantage of this powerful component.While C++ has traditionally been considered to be synonymous with object-oriented programming and object-oriented design, we sometimes tend to forget that C++ actually includes the first widely...
- Technical articles 2002-06-06
Additional Resources
- Comparing C++ Standard Libraries libCstd and libstlport
- The Sun C++ compiler started shipping with the standard C++ library libCstd in the C++ 5.0 release of December 1998. Some of the newer language features such as member template classes, member template functions and partial specializations were not yet implemented in the compiler even though the C++ standard library...
- White papers 2006-05-17
- using custom template for a Document Library in SharePoint 3.0
- Is it possible to use a pdf file as template for a Document Library in WSS 3.0? First I uploaded a blank pdf file to the forms folder of the document library.Then I tried several times to set this file as the template for a new document library but...
- Discussion threads 2007-09-18
- Windows Template Library (WTL) (exe)
- Windows Template Library WTL is a library for developing Windows applications and UI components. It extends ATL Active Template Library and provides a set of classes for controls, dialogs, frame windows, GDI objects, and more. This version provides support for Windows Vista and Visual Studio 2005, and also support for...
- Software downloads 2007-08-29
- Boost library breakdown
- This introduction, taken from Beyond the C++ Standard Library: An Introduction to Boost, lists and describes many of the most popular and useful Boost libraries. C++ developers can use code libraries like Boost to speed application development, avoid bugs, reduce duplicating work, and improve overall productivity. The...
- Download resources 2006-04-28
- Easier C++: An Introduction to Concepts
- Every C++ programmer has had one of those days: A simple use of a template library turns into a nightmare, with pages upon pages of error messages streaming out of the compiler. Somewhere in that proverbial haystack are the clues the programmer will need to determine exactly what went wrong...
- White papers 2008-08-18
- Religion_blue Template (exe)
- This Web template has a religious web template theme. Holy cross images make this template perfect for a church or Christian Web site. Comes with dynamic rollover buttons, and the subtle icon library. This version is the first release on CNET Download.com.
- Software downloads 2007-10-03
- Digital Mars C/C++ Compiler Version 8.38
- Digital Mars is a fast compiler for the Windows environment. It includes a linker, a librarian, standard and Win32 header files, runtime linkable libraries, a standard template library, the MicroEmacs editor, and more. It does not come with a debugger, but works with the Symantec or Microsoft debuggers. It contains...
- Software downloads
- Project Template?
- Does anyone have a template for an IT Project?NoNot one that I would share, because my templates are based on our internal methodology.If you have an agreement from all your project managers as to what the standard phases and deliverables are, the template almost creates itself. If you don't then...
- Discussion threads 2005-06-29
- Digital Mars C/C++ Compiler (zip)
- Digital Mars is a fast compiler for the Windows environment. It includes a linker, a librarian, standard and Win32 header files, runtime linkable libraries, a standard template library, the MicroEmacs editor, and more. Version 8.47 may include unspecified updates, enhancements, or bug fixes.
- Software downloads 2006-02-06
- SmartCode (exe)
- Smart Code is an Open Source and template-driven code generator tool Released under both BSD license and Lesser GPL library license. Smart Code operates by reading a database schema, allowing the user to set certain extended properties for tables and columns, and applying templates to each table in order to...
- Software downloads 2007-11-22
- Making Template
- I want to make a template. I have outlined my template and completed all my paper work. Now I want to put my plan into action and create the template. Now problem is that I don’t have much knowledge to create a template, which is very much attractive. If any...
- Discussion threads 2007-05-29
- Word 2000 Supplemental Templates and Wizards (exe)
- These supplemental templates and wizards for home and business work with Word 2000. In addition to the standard templates and wizards for letters, faxes, and memos, these supplemental templates and wizards have been added for home and business use in Word 2000: Contemporary Press Release Template; Elegant Press Release Template;...
- Software downloads 2007-09-18
- << Previous
- page 1 of 1
- Next >>