Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
README.TXT
Package: CppPrimer.rar [view]
Upload User: qdkongtiao
Upload Date: 2022-06-29
Package Size: 356k
Code Size: 1k
Category:
source in ebook
Development Platform:
Visual C++
- Some programs read cin for their input.
- Sample data files are in the data directory:
- File Programs that use that input file
- ---- --------
- use_equalrange use_equalrange
- use_find use_find
- arrow arrow
- use-ostream-iter use-ostream-iter
- iostream_iter iostream_iter
- use-istream-iter
- equiv-istream-iter
- reverse-iter reverse-iter
- parms parms
- fox_story elim-dups
- The program:
- count-size
- reads the standard input and report information about
- what was read. Any file can be provided as the input;
- the file 'data/fox_story' contains the data used in the book.
- The program:
- vocab
- prompts the user for one or more files and reads the specified
- file(s), and reports statistics about the words used in those files.
- The programs:
- iostream_iter
- use-istream-iter
- equiv-istream-iter
- read integers from standard input and write what was read to the
- standard output. The file `data/iostream_iter' can be used with
- any of these three programs.
- Programs not listed above print output and do
- not read any input