On GameSpot: Prince of Persia review
8 Resources for

c++ and standard template library

  • Subscribe to this listing via:
  • RSS
  • Email
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)

TechRepublic Resources

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...
Tags: John Torjo, Standard Template Library, Standard Template Library stream, C++
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,...
Tags: algorithm, C++, John Torjo, pointer, stable_unique, Standard Template Library
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...
Tags: Engineering, John Torjo, C++, algorithm, pointer, Standard Template Library, stable_unique
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...
Tags: C/C++, John Torjo, Standard Template Library, formatter, C++
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...
Tags: Programming languages, Guest Contributor, Standard Template Library, T ReturnValue, C++
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...
Tags: C++, Guest Contributor, Standard Template Library
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...
Tags: C++, Standard Template Library, iterator
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...
Tags: C/C++, Programming languages, OOA/OOD/OOP, benefit, Standard Template Library, C++, algorithm
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...
Tags: Compiler, Library, C++, Language Feature, C/C++, Programming Languages, Development Tools, Software Development, Software/Web Development
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...
Tags: meerahoney@..., Adobe PDF, Document Library, Microsoft SharePoint
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...
Tags: Microsoft Corp., Windows Template Library, Microsoft Windows, Microsoft Windows CE, Microsoft Development Tools, Microsoft Windows Vista (Longhorn), Operating Systems, Software, Development Tools, Software Development, Software/Web Development
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...
Tags: Library, C++, Boost, C/C++, Programming Languages, Software Development, Software/Web Development
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...
Tags: Programmer, C++, C/C++, Programming Languages, Software Development, Software/Web Development
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.
Tags: Web, Microsoft Corp., Channel Management, Marketing
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...
Tags: Win32, Digital Mars
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...
Tags: DAIUTO
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.
Tags: Digital Mars, Microsoft Windows, Development Tools, Operating Systems, Software, Software Development, Software/Web Development
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...
Tags: Library, Template, Smart Code, C#, Storage, .Net, Databases, Programming Languages, Software Development, Software/Web Development, Hardware, Enterprise Software, Software, Data Management
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...
Tags: samuel_765@...
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;...
Tags: Template, Microsoft Word 2000, Microsoft Word, Word Processors, Microsoft Office, Office Suites, Software
Software downloads 2007-09-18
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now

CIO Sessions