欢迎来到贱贱的博客

扩大
缩小

2017年3月1日

枚举练习

摘要: 1 /* enum.c -- uses enumerated values */ 2 #include 3 #include // for strcmp() 4 #include // C99 feature 5 6 enum spectrum {red, orange, yellow, green, blue, violet}; 7 const char * c... 阅读全文

posted @ 2017-03-01 23:24 L的存在 阅读(239) 评论(0) 推荐(0) 编辑

1000元买物品分配

摘要: 1 #include<stdio.h> 2 #include<malloc.h> 3 #include <stdlib.h> 4 5 6 //测试 2种商品 30 40 7 8 int main() 9 { 10 int m,sum; 11 printf("请输入您得商品数\n"); 12 scan 阅读全文

posted @ 2017-03-01 23:20 L的存在 阅读(235) 评论(0) 推荐(0) 编辑

win10解决vc++6.0不兼容问题方法

摘要: 这个方法我是可以用了 所以就写在着勒。。。 1 这个是百度云链接 先下载这个东西 放在电脑上 http://pan.baidu.com/s/1c2MihLA(一个MSDEV.EXE) 2然后找到这个目录 粘贴过去 会提醒重复 直接替换就好了 重启就行了F:\Program Files (x86)\v 阅读全文

posted @ 2017-03-01 22:03 L的存在 阅读(3216) 评论(0) 推荐(0) 编辑

VC++6.0不兼容win10导致调试按钮不能正常作用得解决方案

摘要: win10正式版是一个全新的操作系统,所以我们在系统中运行类似VC6这类旧软件时,难免会遇到一些问题。 比如,现在有些用户在win10环境下运行VC6时,按F10、F11进行单步调试, 会出现:Unhandled exception in ***.exe(OLE32.DLL):0xC0000005: 阅读全文

posted @ 2017-03-01 21:55 L的存在 阅读(4061) 评论(0) 推荐(1) 编辑

导航