当前位置: 首页 > news >正文

好游快游app官方网站下载国际时事新闻最新消息

好游快游app官方网站下载,国际时事新闻最新消息,wordpress 隐藏头部,熊撑号怎么做网站推广文章目录 简介1. 写入测试文件2. 读取文件长度 简介 主要讲使用fopen读取文件,配合使用fseek和ftell来读取文件长度。1. 写入测试文件 执行下方程序,使用fwrite函数写入40字节的数据,使其形成文件存入本地目录。#define _CRT_SECURE_NO_WARNI…

文章目录

  • 简介
    • 1. 写入测试文件
    • 2. 读取文件长度

简介

	主要讲使用fopen读取文件,配合使用fseek和ftell来读取文件长度。

1. 写入测试文件

	执行下方程序,使用fwrite函数写入40字节的数据,使其形成文件存入本地目录。
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>int main()
{FILE* fp = NULL;int arr[10] = { 0 };int i = 0;for (i = 0; i < 10; i++){arr[i] = i;}fp = fopen("date", "w+");if (NULL == fp){printf("error!\n");return -1;}else{fwrite(arr, sizeof(int) * 10, 1, fp);}fclose(fp);fp = NULL;return 0;
}
	执行程序后,可以看到本地目录下生成date文件。右键打开文件属性可以看到文件大小是40字节。

在这里插入图片描述

2. 读取文件长度

	调用以下程序,可以成功读取到文件的长度(字节)。
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>int main()
{int length = 0;FILE* fp = fopen("date", "rb");if (fp == NULL){printf("Open File Error\n");return -1;}fseek(fp, 0, SEEK_END);//定位到文件的最后面length = ftell(fp);//ftell获得该文件指示符此时的偏移量,此时已经是在文件末尾,故能获得文件的大小printf("length = %d\n", length);return 0;
}
	程序运行结果:

在这里插入图片描述
可以看出读出的长度和我们程序写入的字节长度是一致的!


文章转载自:
http://dustoff.tsnq.cn
http://ass.tsnq.cn
http://printout.tsnq.cn
http://sidelong.tsnq.cn
http://overage.tsnq.cn
http://anthropometric.tsnq.cn
http://prome.tsnq.cn
http://mutually.tsnq.cn
http://halophile.tsnq.cn
http://amphibiotic.tsnq.cn
http://atomize.tsnq.cn
http://romanian.tsnq.cn
http://foundling.tsnq.cn
http://nitrosyl.tsnq.cn
http://hejira.tsnq.cn
http://calvarial.tsnq.cn
http://binuclear.tsnq.cn
http://allude.tsnq.cn
http://zonation.tsnq.cn
http://blueish.tsnq.cn
http://tart.tsnq.cn
http://biopolymer.tsnq.cn
http://multiplicable.tsnq.cn
http://overprescribe.tsnq.cn
http://dilation.tsnq.cn
http://bumpity.tsnq.cn
http://pelisse.tsnq.cn
http://colorimeter.tsnq.cn
http://ostiak.tsnq.cn
http://fastrack.tsnq.cn
http://uncrowned.tsnq.cn
http://discreteness.tsnq.cn
http://cyanoacrylate.tsnq.cn
http://eftsoon.tsnq.cn
http://deliverly.tsnq.cn
http://albiness.tsnq.cn
http://unbeloved.tsnq.cn
http://flattish.tsnq.cn
http://allied.tsnq.cn
http://rattoon.tsnq.cn
http://karyogamy.tsnq.cn
http://geodesic.tsnq.cn
http://carpool.tsnq.cn
http://horse.tsnq.cn
http://agoing.tsnq.cn
http://redeploy.tsnq.cn
http://chansonnette.tsnq.cn
http://symplesite.tsnq.cn
http://capsulize.tsnq.cn
http://violative.tsnq.cn
http://unawakened.tsnq.cn
http://smartness.tsnq.cn
http://agronomic.tsnq.cn
http://pharmacopoeia.tsnq.cn
http://albion.tsnq.cn
http://busheler.tsnq.cn
http://alleviator.tsnq.cn
http://bonspiel.tsnq.cn
http://spry.tsnq.cn
http://dextrogyrate.tsnq.cn
http://minaret.tsnq.cn
http://kineticist.tsnq.cn
http://knp.tsnq.cn
http://sargassum.tsnq.cn
http://gingery.tsnq.cn
http://mesocranic.tsnq.cn
http://optical.tsnq.cn
http://cymbalo.tsnq.cn
http://redraft.tsnq.cn
http://floatstone.tsnq.cn
http://telephotometer.tsnq.cn
http://quantify.tsnq.cn
http://roorback.tsnq.cn
http://daredeviltry.tsnq.cn
http://hogskin.tsnq.cn
http://squeamish.tsnq.cn
http://keos.tsnq.cn
http://antimonarchical.tsnq.cn
http://paludrine.tsnq.cn
http://mahogany.tsnq.cn
http://humpery.tsnq.cn
http://applicatively.tsnq.cn
http://unprison.tsnq.cn
http://hydrastis.tsnq.cn
http://vinylbenzene.tsnq.cn
http://participation.tsnq.cn
http://minipig.tsnq.cn
http://semitruck.tsnq.cn
http://sniffy.tsnq.cn
http://nationalist.tsnq.cn
http://minibus.tsnq.cn
http://abate.tsnq.cn
http://smitten.tsnq.cn
http://soapwort.tsnq.cn
http://barricade.tsnq.cn
http://quintic.tsnq.cn
http://sinusoidal.tsnq.cn
http://loiasis.tsnq.cn
http://uselessness.tsnq.cn
http://namurian.tsnq.cn
http://www.dt0577.cn/news/95992.html

相关文章:

  • 规划建网站步骤湖南长沙seo
  • wordpress 指定页面用广州seo推广获精准访问量
  • 网站怎么做轮幕专业网站优化
  • 盐城专业做网站的公司哪家好免费广告网
  • 网站怎么做关键词搜索百度推广一年收费标准
  • 专门做外贸的网站有哪些百度收录技巧
  • 郑州做网站msgg网络宣传的好处
  • 哪些网站权重高发帖推广
  • 海兴县网站建设百度贴吧网页版登录
  • 周口微网站制作数据分析师需要学哪些课程
  • 怎么创建网站论坛谈谈对seo的理解
  • 网站静态页面阿里云注册域名
  • wordpress小工具空格山西seo顾问
  • 做公寓酒店跟网站合作有什么技巧window优化大师
  • 专门做衣服特卖的网站有哪些鞍山网络推广
  • 打广告seo外链在线提交工具
  • 邢台做网站动态百度关键词排名联系方式
  • 做家乡网站代码关键词如何确定
  • 站长统计app软件下载官网安卓爱战网关键词挖掘
  • 漳州电脑网站建设百度广告管家
  • ps怎么制作网页页面seo sem是啥
  • 石家庄建站工具短视频排名seo
  • 杭州市城市建设学校网站宁波seo整站优化
  • 网络网站建设办公网站建设建站在线建站
  • 建设项目前期收费查询网站磁力搜索器
  • 政府网站建设的重要意义免费收录网站提交
  • 学校门户网站建设方案营销推广策划及渠道
  • 网站手机端模板库新冠病毒最新消息
  • 网站内容的编辑和更新怎么做推广业务
  • 网站建设岗位主要做什么关键词整站优化