您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. StdAfx.h StdAfx.h

  2. StdAfx.h StdAfx.h StdAfx.h
  3. 所属分类:C++

    • 发布日期:2009-08-14
    • 文件大小:1024
    • 提供者:jakemoon
  1. StdAfx.h下载,StdAfx.h错误解决办法

  2. fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory 这个问题就是因为这个头文件没找到,一般VC6.0里面不包含这个头文件
  3. 所属分类:C++

    • 发布日期:2010-03-13
    • 文件大小:1024
    • 提供者:tangzhi90
  1. VC StdAfx.h

  2. VC++中stdafx.h头文件下载,给同志们解决在VC++6.0中找不到此头文件的问题
  3. 所属分类:C++

    • 发布日期:2010-03-13
    • 文件大小:1024
    • 提供者:imti_wulian88
  1. 大家一直在寻找的StdAfx.h

  2. StdAfx.h大家一直在寻找的大家一直在寻找的
  3. 所属分类:Java

    • 发布日期:2010-04-07
    • 文件大小:1024
    • 提供者:s19881126
  1. stdafx.h的作用

  2. stdafx.h的作用 最近经常用到这个头文件,所以就到网上看也一下,大家也看看吧。
  3. 所属分类:C++

    • 发布日期:2010-06-05
    • 文件大小:16384
    • 提供者:zhymail123
  1. StdAfx.h 下载

  2. StdAfx.h下载 stdafx.h : include file for standard system include files, or project specific include files that are used frequently, but are changed infrequently
  3. 所属分类:C

    • 发布日期:2010-10-14
    • 文件大小:1024
    • 提供者:gykthh
  1. stdafx.h头文件探秘

  2. 主要是描述VC++中stdafx.h的运行机制,以及需 主要的问题
  3. 所属分类:C++

    • 发布日期:2011-02-24
    • 文件大小:10240
    • 提供者:wuzhongxingzhe
  1. stdafx.h文件下载

  2. stdafx.h文件下载 名称的英文全称为:Standard Application Framework Extensions   所谓头文件预编译,就是把一个工程(Project)中使用的一些MFC标准头文件(如Windows.H、Afxwin.H)预先编译,以后该工程编译时,不再编译这部分头文件,仅仅使用预编译的结果。这样可以加快编译速度,节省时间。   预编译头文件通过编译stdafx.cpp生成,以工程名命名,由于预编译的头文件的后缀是“pch”,所以编译结果文件是projectnam
  3. 所属分类:C++

    • 发布日期:2011-04-29
    • 文件大小:1024
    • 提供者:duizhong
  1. stdafx.h头文件下载

  2. stdafx.h这个文件是在安装VC++6.0之后有的时候会显示不存在这样的文件,现在只要把这个文件下下来然后放到lib库中就可以了,当然也可以放到你所建的工程下.
  3. 所属分类:C++

  1. StdAfx.h VC6.0

  2. fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory 执行 cl.exe 时出错
  3. 所属分类:C++

    • 发布日期:2013-01-04
    • 文件大小:1024
    • 提供者:w1306681933
  1. <stdafx.h>头文件免费下载

  2. 代码: // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__C4B5DA9B_21EA_47D6_9253_A4245E58FBF5__INCLUDED_) #define A
  3. 所属分类:C++

    • 发布日期:2013-03-13
    • 文件大小:669
    • 提供者:z228157094
  1. stdafx.h源文件

  2. C源文件stdafx.h一些预处理文件,一些程序中所包含的缺少的头文件
  3. 所属分类:C/C++

    • 发布日期:2013-03-27
    • 文件大小:1024
    • 提供者:jlfnoa
  1. stdafx.h 头文件

  2. stdafx.h 头文件 很多时候c运行 提示找不到stdafx.h ,
  3. 所属分类:C++

    • 发布日期:2013-05-18
    • 文件大小:655
    • 提供者:oqqjess
  1. 头文件stdafx.h

  2. VC6.0中的头文件stdafx.h
  3. 所属分类:OS

    • 发布日期:2013-12-04
    • 文件大小:1024
    • 提供者:u010921636
  1. StdAfx.h源代码

  2. StdAfx.h的源代码,便于编程开发,希望能对大家的编程学习有所帮助和提高。名称的英文全称为:Standard Application Framework Extensions   所谓头文件预编译,就是把一个工程(Project)中使用的一些MFC标准头文件(如Windows.H、Afxwin.H)预先编译,以后该工程编译时,不再编译这部分头文件,仅仅使用预编译的结果。这样可以加快编译速度,节省时间。
  3. 所属分类:C++

    • 发布日期:2014-02-18
    • 文件大小:2048
    • 提供者:jerrytop1
  1. StdAfx.h头文件下载,编程必备!

  2. 预编译头文件通过编译stdafx.cpp生成,以工程名命名,由于预编译的头文件的后缀是“pch”,所以编译结果文件是projectname.pch。 编译器通过一个头文件stdafx.h来使用预编译头文件。stdafx.h这个头文件名是可以在project的编译设置里指定的。编译器认为,所有在指令#include "stdafx.h"前的代码都是预编译的,它跳过#include "stdafx. h"指令,使用projectname.pch编译这条指令之后的所有代码。 因此,所有的MFC实现文
  3. 所属分类:C++

    • 发布日期:2014-05-24
    • 文件大小:1024
    • 提供者:u014249920
  1. StdAfx.h头文件

  2. stdafx.h中没有函数库,只是定义了一些环境参数,使得编译出来的程序能在32位的操作系统环境下运行。
  3. 所属分类:C++

    • 发布日期:2014-07-16
    • 文件大小:1024
    • 提供者:u013064231
  1. StdAfx.h

  2. StdAfx.h
  3. 所属分类:C++

    • 发布日期:2007-05-17
    • 文件大小:1024
    • 提供者:wgm001
  1. StdAfx.h——C++头文件

  2. StdAfx.h StdAfx.h StdAfx.h StdAfx.h StdAfx.h
  3. 所属分类:C++

    • 发布日期:2009-03-11
    • 文件大小:1024
    • 提供者:ocomeon1
  1. 头文件stdafx.h

  2. stdafx.h下载,解决预编译问题
  3. 所属分类:C++

    • 发布日期:2018-05-18
    • 文件大小:349
    • 提供者:cola_nn
« 12 3 4 5 6 7 8 9 10 ... 44 »