Results 1-25 of about 2,317 results found for 'iostream' in 0.33 seconds
 1 2345678910...

stream.h
extern int mu_memory_stream_create  (mu_stream_t *stream, const char* filename,
                         int flags);
extern int mu_encoder_stream_create (mu_stream_t *stream, mu_stream_t iostream,
                         const char *encoding);
extern int mu_decoder_stream_create (mu_stream_t *stream, mu_stream_t iostream,
Language: C
License: LGPL
(C) 1999, 2000, 2001, 2005, 2007 Free Software Foundation, Inc.
LOC: 130
Savannah GNU : GNU Mail Utilities (project search) : .../mailutils/mailutils/include/mailutils/stream.h

StdAfx.h
#include <iostream>
Language: C
LOC: 1
Spider_20090226_inc : WURDE (project search) : .../wurde/WURDE-1.1.0/modules/eye/StdAfx.h

StdAfx.h
#include <iostream>
Language: C
LOC: 1
Spider_20090226_inc : WURDE (project search) : .../wurde/WURDE-1.1.1/modules/eye/StdAfx.h

StdAfx.h
#include <iostream>
Language: C
LOC: 1
Spider_20090226_inc : WURDE (project search) : .../WURDE-1.1.2.tar.bz2/WURDE-1.1.2/modules/eye/StdAfx.h

satDNA.h
#include <iostream>
Language: C
LOC: 1
Spider_20090227_inc : satDNA Analyzer (project search) : .../009/satdna/satDNA-1.2.src.tgz/satDNA/satDNA.h

iostream.h
#include <iostream>
Language: C
LOC: 1
Spider_20090120_inc : CORBAChat (project search) : .../mico-2.3.11.tar.gz.---/mico/include/windows/iostream.h

iostream.h
#include <iostream.h>
Language: C
LOC: 1
SourceForge : ROSETTA (project search) : .../rosetta/src/kernel/system/iostream.h

stream.h
#include <iostream.h>
Language: C
LOC: 1
SourceForge : ivtools (project search) : .../ivtools-1.0/src/include/ivstd/stream.h

stream.h
#include <iostream.h>
Language: C
LOC: 1
SourceForge : ivtools (project search) : .../ivtools-1.1/src/include/ivstd/stream.h

stream.h
#include <iostream.h>
Language: C
LOC: 1
SourceForge : ivtools (project search) : .../ivtools-1.2/src/include/ivstd/stream.h

pccts_iostream.h
#ifndef __PCCTS_IOSTREAM_H__
#define __PCCTS_IOSTREAM_H__
#ifdef PCCTS_USE_NAMESPACE_STD
Language: C
LOC: 8
BULK : cccc (project search) : .../cccc/cccc-3.pre84/pccts/h/pccts_iostream.h

pccts_iostream.h
#ifndef __PCCTS_IOSTREAM_H__
#define __PCCTS_IOSTREAM_H__
#ifdef PCCTS_USE_NAMESPACE_STD
Language: C
LOC: 8
Spider_20081215_inc : TianoCore edk (project search) : .../Maintained/Tools/Pccts/h/pccts_iostream.h

pccts_iostream.h
#ifndef __PCCTS_IOSTREAM_H__
#define __PCCTS_IOSTREAM_H__
#ifdef PCCTS_USE_NAMESPACE_STD
Language: C
LOC: 8
Spider_20090227_inc : lkCDRtools (project search) : .../lkCDRtools/lkCDRdao/pccts/h/pccts_iostream.h

test.h
#pragma once
#include <string>
#include <iostream>
Language: C
LOC: 3
Google : zeroflagparser - zeroflag.Parser - the sim...rser. (project search) : .../z/zeroflagparser/trunk/Test/test.h

test.h
#pragma once
#include <string>
#include <iostream>
Language: C
LOC: 3
Google : zeroflagparser - zeroflag.Parser - the sim...rser. (project search) : .../z/zeroflagparser/trunk/IDE/test.h

pccts_iostream.h
#ifndef __PCCTS_IOSTREAM_H__
#define __PCCTS_IOSTREAM_H__
#ifdef PCCTS_USE_NAMESPACE_STD
Language: C
LOC: 8
SourceForge : C and C++ Code Counter (project search) : .../cccc/ccccdist/pccts/h/pccts_iostream.h

rtti1.C
// Build don't link:
#include <typeinfo>
#include <iostream>
Language: C
LOC: 2
IBM developerWorks : Migrating from x86 to PowerPC, Part 7...c 3.3 (project search) : .../gcc/testsuite/g++.old-deja/g++.mike/rtti1.C

util.h
#include <iostream>
char *format(char *fmtstr, ...);
void error(char *string);
Language: C
LOC: 3
Spider_20090107_inc : Forgotten Destruction (project search) : .../sfold/forgotten/tools/mapmaker/util.h

instream.c
void InStream_Init_real(InStream *stream)
{
     stream->iostream = malloc(sizeof(IOLibStream));
     IOLibStream_Init(stream->iostream);
}
Language: C
(C) 1998-2002 Robert Kausch
LOC: 1739
SourceForge : IOLib (project search) : .../iolib/iolib/iolib-c/src/instream.c

outstream.c
void OutStream_Init_real(OutStream *stream)
{
     stream->iostream = malloc(sizeof(IOLibStream));
     IOLibStream_Init(stream->iostream);
}
Language: C
(C) 1998-2002 Robert Kausch
LOC: 1688
SourceForge : IOLib (project search) : .../iolib/iolib/iolib-c/src/outstream.c

iostream.h
#if defined(__USING_STD_NAMES__)
# undef __USING_STD_NAMES__
# include_next <iostream.h>
# define __USING_STD_NAMES__
#else
Language: C
LOC: 7
Spider_20090228_inc : Spheral++ - Spheral (project search) : .../Support/Borland/5.5/Wrappers/iostream.h

iostream.h
#if defined(__USING_STD_NAMES__)
# undef __USING_STD_NAMES__
# include_next <iostream.h>
# define __USING_STD_NAMES__
#else
Language: C
LOC: 7
BULK : gccxml (project search) : .../Support/Borland/5.5/Wrappers/iostream.h

ex.h
#define __QPTHR_EX_H
#ifdef WIN32
#include <iostream>
#include "win32/getopt.h"
#else
Language: C
LOC: 9
Spider_20090107_inc : QpThread C++ Library (project search) : .../inc_004/qpthread/qpthread-1.3.2/ex/ex.h

stdafx.h
#include <iostream>
#include <string>
#pragma warning(disable: 4786)
Language: C
LOC: 4
Spider_20081215_inc : Yet Another Microcontroller Emulator (project search) : .../batches/inc_002/yame/yame-1.1/stdafx.h

sipp2dot.c
#include <iostream>
int main(int argc, char * const argv[]) {
     cout << "Hello, world" << endl;
Language: C
LOC: 5
Google : sipgen - SIP tests generator (project search) : .../Google/s/sipgen/trunk/sipp2dot.c

 1 2345678910...







About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us