代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/392773/2491465
cpp foreach_test.cpp
#include
#include
#include "fadapter.h"
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase cl
www.eeworm.com/read/473001/6853667
cpp transform.cpp
#include
#include
#ifdef BZ_NAMESPACES
using namespace blitz;
#endif
int main()
{
cout
www.eeworm.com/read/107010/15614801
c dc.c
// The desk calculator
// includes character-level input (sec6.1.3), but
// no command line input (sec6.1.7),
// no namespaces, and
// no exceptions
// pp 107-117, sec 6.1, A Desk calculator
// us
www.eeworm.com/read/292191/8368091
h config.h
#ifndef CRYPTOPP_CONFIG_H
#define CRYPTOPP_CONFIG_H
// define this if running on a little-endian CPU
#define IS_LITTLE_ENDIAN
// define this if your compiler doesn't support namespaces
#i
www.eeworm.com/read/291537/8410994
h config.h
#ifndef CRYPTOPP_CONFIG_H
#define CRYPTOPP_CONFIG_H
// define this if running on a little-endian CPU
#define IS_LITTLE_ENDIAN
// define this if your compiler doesn't support namespaces
#i