- 博客(5)
- 收藏
- 关注
原创 关于解决未在计算机注册Active控件或者没有Active控件的解决方法
在我们常用vc6.0精简版中,往往会出现这样的问题。首先要确认我们的system中要有MSADODC.OCX和MSDATGRD.OCX这两个文件。没有的话,到网上无下载这两个文件,具体下载地址网上自行搜索。下载以后将其注册windows+R,分别输入Regsvr32 "文件的绝对路径",即上述两个文件的所在的路径,如下图所示。即可解决。
2015-11-08 14:59:01
7445
原创 乱图乱画(不知道自己写的什么鬼)
#include #include #include #include #include #include #include using namespace std; #define unmax 10000 #define White 0 #define Gray 1 #define Black 2 typedef struct point{ int color ; int d
2015-04-26 23:23:21
522
原创 万年历_二级指针(存在部分bug以及不完善之处)
#include #include #include #include #define LEFT 75 #define RIGHT 77 #define DOWN 80 #define UP 72 typedef struct Mon{ int month; int days; }*Pmonth; /*Create struct of Da
2015-04-24 20:43:58
502
翻译 C和指针代码解析
#include #include #include #define Max_cols 20 #define Max_input 1000 int read_column_numbers(int colums[],int Max){ int num =0; int ch ; while(num=0){ num+=1; } /* **读取列号,如果读取的数小于0就停止读入。问题
2015-04-24 16:57:58
456
原创 菜鸟读一读cdecl
关于C语言的声明这一章,对其中的cdecl程序处理C语言声明问题很感兴趣。其中涉及了很多以前没有见过的C函数以及涉及堆栈问题,对于我这个菜鸟来说甚是花费一些时间来消化。其中有一个函数是我学习C语言第一次接触到:ungetc( )函数,cdecl中有这样的一段代码: if(isalnum(*p)){ while(isalnum(*++p = getchar())) ;
2015-02-07 16:03:45
535
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅