E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
_MSC_VER
避免同一个文件被include多次
#define...但是在有些地方发现了这段代码#if_MSC_VER>1000#pragmaonce#endif//_
MSC_VER
>1000查了一下也是防止重复include这两种方法有什么区别吗?
passionboyxie
·
2009-12-30 18:00
Microsoft
百度
语言
include
compiler
编译器
飞鸽传书 FEIMT 源码
#ifndef_FreeEIM_UI#define_FreeEIM_UI#if_MSC_VER>1000#pragmaonce#endif//_
MSC_VER
>1000//FreeEIM飞鸽传书标准用户交互模块
mynote
·
2009-11-23 14:00
_
MSC_VER
在_
MSC_VER
较小时,它对一些东西的支持与新版不同_
MSC_VER
分解如下:MS:Microsoft(微软)的简写C:MSC就是Microsoft出的C编译器。
danxuezx
·
2009-11-12 15:00
c
Microsoft
微软
编译器
表示MSVC的版本的宏_
MSC_VER
这个版本号被定义在_
MSC_VER
宏里。
andylin02
·
2009-11-05 14:00
Microsoft
vc++
_
MSC_VER
的含义
_
MSC_VER
的含义: Reportsthemajorandminorversionsofthecompiler.Forexample,1310forMicrosoftVisualC++.NET2003.1310representsversion13anda1.0pointrelease.TheVisualC
bichenggui
·
2009-10-27 12:00
.net
Microsoft
command
Build
compiler
编译器
#if _
MSC_VER
> 1000 的解释
在_
MSC_VER
较小时,它对一些东西的支持与新版不同。_
MSC_VER
分解如下: MS:Microsoft(微软)的简写 C:MSC就是Microsoft出的C编译器。
xiazhaoqiang
·
2009-10-22 11:00
ITK Viola-Wells 互信息测度配准示例
#ifdefined(_
MSC_VER
)#pragmawarning(disable:4786)#endif/**********************************************
zhangcunli
·
2009-09-22 11:00
优化
object
image
command
Parameters
translation
VC中#ifdef与#pragma once避免重复包含的区别
INCLUDED_) #defineAFX_RESIZABLELAYOUT_H__INCLUDED_ #if_MSC_VER>1000 #pragmaonce #endif//_
MSC_VER
chenxiqiudie
·
2009-09-11 18:00
File
微软
编译器
MSVC版本号对应的宏
下面列出这种对应表 编译器_
MSC_VER
vc++4--32位1000 vc++5--32位1100 vc++6--32位1200 vc++20021300 vc++20031310
romandion
·
2009-08-26 12:00
c
编译器
整理下微软编译器整的宏(未完成)
_
MSC_VER
定义编译器的版本,VC6就是1200 #if _
MSC_VER
> 1000的意思就是如果编译器版本高于1000(VC++5.0) #pragma once#pragma once当在别的实现文件里包涵这个
lsldd
·
2009-08-24 15:00
windows
mfc
features
微软
编译器
改进的 CHoverButton 支持focus,四种状态,修复BUG
0020AFC24C58__INCLUDED_)#define AFX_HOVERBUTTON_H__1155737E_628E_11D2_81B5_0020AFC24C58__INCLUDED_#if _
MSC_VER
伯乐共勉
·
2009-07-31 09:00
利用OpenSSL中EVP封装调用对称加密算法的通用代码
stdio.h> #include <stdlib.h> #include <string.h> #include <openssl/evp.h> #ifdef _
MSC_VER
mmdev
·
2009-07-10 14:00
C++
c
算法
gcc
C#
利用OpenSSL中EVP封装调用对称加密算法的通用代码
stdio.h> #include <stdlib.h> #include <string.h> #include <openssl/evp.h> #ifdef _
MSC_VER
izuoyan
·
2009-07-10 14:00
C++
c
算法
gcc
C#
boost/checked_delete.hpp
BOOST_CHECKED_DELETE_HPP_INCLUDED 3 4// MS compatible compilers support #pragma once 5 6#if defined(_
MSC_VER
天蓝向上
·
2009-06-22 13:00
_
MSC_VER
_
MSC_VER
是什么意思? 这是微软的预编译控制。
freesoftman
·
2009-05-28 00:00
C++
c
Microsoft
C#
vc++
矩阵类
此次的矩阵类可以使用双下标,并且带有越界检查能力用例: jks::CMatrixm(3,4); inti,j; for(i=0;i1000#pragmaonce#endif//_
MSC_VER
>1000
achellies
·
2009-05-21 13:00
OS
null
delete
float
Constructor
Matrix
一个vc++ direct sound播放wav文件的类
defineAFX_DIRECTSOUND_H__A20FE86F_118F_11D2_9AB3_0060B0CDC13E__INCLUDED_#if_MSC_VER>=1000#pragmaonce#endif//_
MSC_VER
yincheng01
·
2009-02-24 15:00
Microsoft
File
Class
vc++
library
byte
一个vc++ direct sound播放wav文件的类
0060B0CDC13E__INCLUDED_) #define AFX_DIRECTSOUND_H__A20FE86F_118F_11D2_9AB3_0060B0CDC13E__INCLUDED_ #if _
MSC_VER
winzenghua
·
2009-02-24 15:00
Microsoft
F#
vc++
c++数据类型--bitset
*头文件#include#if _
MSC_VER
>1020usingnamespacestd;#endif *声明1.bitsetbitrec; //简单指明向量长度2.bitsetbitrec
vinep
·
2009-02-17 12:00
C++
String
测试
c++数据类型--bitset
*头文件#i nclude <bitset> #if _
MSC_VER
> 1020using namespace std;#endif *声明1. bitset<32>
seloba
·
2009-02-17 12:00
C++
c
C#
c++数据类型--vector
*引用头文件 #i nclude <iostream> #i nclude <vector> #if _
MSC_VER
> 1020 using namespace
seloba
·
2009-02-17 12:00
C++
c
C#
c++数据类型--string
使用string类,头文件引用#include#include#if _
MSC_VER
>1020usingnamespacestd;#endif 其中,主要是要引用std名字空间。
vinep
·
2009-02-17 12:00
C++
c
String
iterator
iostream
c++数据类型--string
使用string类,头文件引用#i nclude <iostream>#i nclude <string.h> #if _
MSC_VER
> 1020using namespace
seloba
·
2009-02-17 12:00
C++
c
C#
c++数据类型--string
使用string类,头文件引用#include#include#if _
MSC_VER
>1020usingnamespacestd;#endif 其中,主要是要引用std名字空间。
vinep
·
2009-02-17 12:00
C++
c
String
iterator
iostream
c++数据类型--string
使用string类,头文件引用#i nclude <iostream>#i nclude <string.h> #if _
MSC_VER
> 1020using namespace
seloba
·
2009-02-17 12:00
C++
c
C#
条件编译小结
编码的时候经常要用到条件编译,每次都到网上去查比较浪费时间,今天总结一下以备后用 编译器GCC#ifdef __GNUC__#if__GNUC__>=3//GCC3.0以上VisualC++#ifdef _
MSC_VER
immcss
·
2009-02-12 14:00
windows
unix
XP
FreeBSD
编译器
64bit
我看VC6.0 异常头文件
. // stdexcept standard header#if _
MSC_VER
> 1000#pragma once#endif#ifndef _STDEXCEPT_#define _STDEXCEPT
zhangmiaoping23
·
2008-12-03 15:00
exception
function
struct
Class
dll
Pointers
Ptlib (PWLib) 2.4.2 vs2005 build Cheat Code
editconfigure.battoaddoptions,and,attheendadd%1%23.editinclude/ptbuildoptions.h.in,changeto#ifdefined(_
MSC_VER
ChefZ -- 磨劍錄 (A Coder's Log)
·
2008-11-27 02:00
持久化的多键映射,使用BerkeleyDB
vim: set tabstop=4 : */#ifndef __febird_bdb_kmapdset_h__#define __febird_bdb_kmapdset_h__#if defined(_
MSC_VER
whinah
·
2008-11-07 18:00
function
TDD
null
iterator
insert
BT
vc 自定义喜木按扭类
B6BE_00E07D8144D0__INCLUDED_) #define AFX_MYB_H__3832DDEF_0C12_11D5_B6BE_00E07D8144D0__INCLUDED_ #if _
MSC_VER
nnsword
·
2008-08-30 15:00
File
null
button
border
RadioButton
styles
表示MSVC的版本的宏_
MSC_VER
这个版本号被定义在_
MSC_VER
宏里。
RednaxelaFX
·
2008-06-05 21:00
Microsoft
vc++
vc可设置字体和颜色的按钮 源代码
defineAFX_MYBUTTON_H__CB4940BF_2442_4FDF_8C7F_6CB245EE1DE8__INCLUDED_#if_MSC_VER>1000#pragmaonce#endif//_
MSC_VER
zhanghefu
·
2008-05-23 17:00
function
File
Microsoft
header
delete
insert
VC中#ifdef与#pragma once避免重复包含的区别
defined(AFX_RESIZABLELAYOUT_H__INCLUDED_) #define AFX_RESIZABLELAYOUT_H__INCLUDED_ #if _
MSC_VER
>
swimmer2000
·
2007-10-23 15:00
vc++
VC中#ifdef与#pragma once避免重复包含的区别
INCLUDED_) #defineAFX_RESIZABLELAYOUT_H__INCLUDED_ #if_MSC_VER>1000 #pragmaonce #endif//_
MSC_VER
swimmer2000
·
2007-10-23 15:00
File
微软
编译器
Cross Platform Notes
Compiler MSVC GNUC BORL 2.1ComplierVersion _
MSC_VER
_GNUC__GNUC_MINOR_GNUC_PATCHLEVEL
力为的技术博客
·
2007-09-16 23:00
C源码:可以检测10 种C语言编译环境的程序
{#if defined(MSDOS) & defined(_
MSC_VER
) /* Microsoft C */ p
nomad2
·
2007-05-02 20:00
宏的问题
defineAFX_YOHU_H__A2E721BD_9454_4959_ABD4_8AB69FF99689__INCLUDED_#if_MSC_VER>1000#pragmaonce#endif//_
MSC_VER
while
·
2007-03-26 12:00
C++编译选项学习
Findthearchtype*/#ifdefined(__x86_64__)||defined(_M_X64)# 说明是64位的#else# 说明是32位的 2、如何判断使用的是什么编译器#ifdefined(_
MSC_VER
Kisser Leon
·
2007-03-20 00:00
#if _
MSC_VER
> 1000
#if_MSC_VER>1000自己对#if_MSC_VER>1000#pragmaonce#endif//_
MSC_VER
>1000用法不清楚 找些资料做些总结当编译器版本号大于1000的时候,改.h
酱坛子
·
2007-03-07 11:00
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他