skip to main
|
skip to sidebar
Develop Notes
My development notes
2007年3月9日星期五
seekg 无效时的处理。
当对ifstream操作,并处理到文件的结尾时,使用fi.seekg(0,ios::beg);无法重新回到fi的开头。
需要执行if(!fi) fi.clear();
然后再执行 fi.seekg(0,ios::beg);才可以正确执行。
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
你可以在这里搜索想要的文章
Enter your search terms
Submit search form
Web
developnotes.blogspot.com
博客归档
►
2010
(1)
►
六月
(1)
►
2009
(13)
►
四月
(1)
►
三月
(4)
►
二月
(8)
►
2008
(60)
►
十二月
(1)
►
十一月
(1)
►
十月
(2)
►
八月
(3)
►
七月
(3)
►
六月
(25)
►
五月
(2)
►
三月
(3)
►
二月
(5)
►
一月
(15)
▼
2007
(154)
►
十二月
(20)
►
十一月
(10)
►
十月
(10)
►
九月
(16)
►
八月
(3)
►
七月
(7)
►
六月
(14)
►
五月
(32)
►
四月
(32)
▼
三月
(10)
http://www.quirksmode.org/
How to convert double to string in C++(怎样在C++中将dou...
DOS Command
something about an internationalization tool - .PO...
ppLinear
All about Google Maps API
C++的一些免费库
A very useful site ( in Japanese)
seekg 无效时的处理。
How to make Microsoft Visual C++ recognize .cc and...
Useful Links
Freeware Notes
IP地址查询
我的主页
无聊斋主人笔记
标签
.NET
(7)
创业例子
(3)
面试相关
(7)
ads
(2)
Ajax
(8)
Article
(3)
ASP
(1)
ASP/ASP.NET
(6)
Benchmark
(1)
blogger
(1)
BUG
(1)
C/C++
(58)
C#
(12)
CFD
(1)
CLisp
(1)
CMS
(2)
convert
(2)
CSS
(2)
Cygwin
(1)
Data Mining
(1)
DataBase
(6)
Definition
(2)
design
(2)
digest
(1)
document
(1)
DOS
(4)
EarnMoney
(1)
emacs
(2)
Error
(3)
file extension
(1)
Fortran
(2)
free
(4)
game
(1)
gcc/g++
(2)
GEOCode
(1)
GIS
(1)
Google Maps API
(4)
Graphic
(4)
GUI
(2)
hack
(2)
I/O
(2)
IDE
(5)
IDEA(创意)
(1)
INI-File
(1)
Internationalization
(3)
Java
(3)
JavaScript
(11)
JOBS
(3)
Languages
(3)
Library
(9)
Licenses
(1)
Linear Algebra
(1)
Linux
(5)
Logging
(1)
management
(1)
map
(1)
Math
(1)
Matlab
(1)
Matrix
(1)
Network
(7)
Numerical
(3)
open source
(5)
Optimization
(3)
People
(1)
philosophy
(1)
php
(1)
Platform Independent
(1)
Programming
(1)
project managent
(1)
Python
(1)
RegularExpression
(1)
resource
(3)
RSS
(1)
Ruby
(1)
Scientific
(9)
search engine
(3)
SEO
(2)
spider
(2)
SQL
(5)
SVN
(1)
System
(1)
Test
(3)
Translation
(1)
VB.NET
(2)
VBScript
(1)
version control
(2)
web development
(40)
Web Services
(3)
website
(24)
Windows
(3)
Windows Forms
(2)
wwebsite
(1)
XML
(4)
XML/XSLT
(2)
XP
(1)
没有评论:
发表评论