代码搜索:CBASE
找到约 763 项符合「CBASE」的源代码
代码结果 763
www.eeworm.com/read/402175/11541502
cpp 11.cpp
#include
#include
using namespace std;
class CBase {
string name;
int age;
public:
CBase() {
cout
www.eeworm.com/read/230239/14296011
cpp cadremanager.cpp
#include "iostream.h"
#include "string.h"
/*********公有派生*******/
/*
class CBase {
int x;
void PrintX(){cout
www.eeworm.com/read/224408/14594408
h base64.h
//自定义的一个Base64类:
class CBase64
{
public:
CString Encode(LPCTSTR szEncoding, int nSize);
};
www.eeworm.com/read/121914/14730520
cpp cbgetkcu.cpp
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cbgetkcu.c 1.4 - 90/06/20" */
/* ansi headers */
#include
/*#include */
/* library head
www.eeworm.com/read/121914/14730590
cpp cblock.cpp
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cblock.c 1.4 - 90/06/20" */
/* ansi headers */
#include
/* library headers */
#include "btree.h"
www.eeworm.com/read/121387/14757941
h base64.h
// CBase64.h: interface for the CBase64 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CBase64_H__B2E45717_0625_11D2_A80A_00C04FB6794C__INCLUDED
www.eeworm.com/read/171026/5400063
h base64.h
// CBase64.h: interface for the CBase64 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CBase64_H__B2E45717_0625_11D2_A80A_00C04FB6794C__INCLUDED
www.eeworm.com/read/171026/5400858
h base64.h
// CBase64.h: interface for the CBase64 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CBase64_H__B2E45717_0625_11D2_A80A_00C04FB6794C__INCLUDED
www.eeworm.com/read/162614/5522237
c thunk2.c
// { dg-do run { target fpic } }
// { dg-options "-fPIC" }
// { dg-bogus "\[Uu\]nresolved symbol .(_GLOBAL_OFFSET_TABLE_|\[_.A-Za-z\]\[_.0-9A-Za-z\]*@(PLT|GOT|GOTOFF))|\[Bb\]ad fixup at .DATA.:" "PIC
www.eeworm.com/read/162614/5522477
c thunk1.c
// { dg-do run }
// Test that non-variadic function calls using thunks work right.
struct A {
void* p;
A (void* q): p (q) { }
A (const A& a): p (a.p) { }
};
class CBase {
public:
virtual vo