Click here to Skip to main content
15,881,089 members
Articles / Programming Languages / C++

iostream modifiers

Rate me:
Please Sign up or sign in to vote.
4.60/5 (7 votes)
14 Jul 20027 min read 125.1K   398   21  
An exploration of extending the iostreams framework through stream modifiers
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Iostream Inserters", "Iostream Inserters.vcproj", "{44519F33-E0F0-471B-AB7A-BE2AC1A5EF8C}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{44519F33-E0F0-471B-AB7A-BE2AC1A5EF8C}.Debug.ActiveCfg = Debug|Win32
		{44519F33-E0F0-471B-AB7A-BE2AC1A5EF8C}.Debug.Build.0 = Debug|Win32
		{44519F33-E0F0-471B-AB7A-BE2AC1A5EF8C}.Release.ActiveCfg = Release|Win32
		{44519F33-E0F0-471B-AB7A-BE2AC1A5EF8C}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
Australia Australia
Programming computers ( self taught ) since about 1984 when I bought my first Apple ][. Was working on a GUI library to interface Win32 to Python, and writing graphics filters in my spare time, and then building n-tiered apps using asp, atl and asp.net in my job at Dytech. After 4 years there, I've started working from home, at first for Code Project and now for a vet telemedicine company. I owned part of a company that sells client education software in the vet market, but we sold that and I worked for the owners for five years before leaving to get away from the travel, and spend more time with my family. I now work for a company here in Hobart, doing all sorts of Microsoft based stuff in C++ and C#, with a lot of T-SQL in the mix.

Comments and Discussions