代码搜索:bug
找到约 10,000 项符合「bug」的源代码
代码结果 10,000
www.eeworm.com/read/175226/9554944
cpp bug1607.cpp
#include
using namespace std;
class Animal;
void setValue(Animal& , int);
void setValue(Animal& ,int, int);
class Animal
{
friend void setValue(Animal&
www.eeworm.com/read/175226/9554948
cpp bug1605.cpp
#include
using namespace std;
class Animal;
void setValue(Animal& , int);
class Animal
{
public:
int GetWeight()const { return itsWeight; }
www.eeworm.com/read/175226/9555005
cpp bug2005.cpp
#include "stringc.h" // our string class
class xOutOfMemory
{
public:
xOutOfMemory( const String& where ) : location( where ){}
~xOutOfMemory(){}
virtual String where
www.eeworm.com/read/175226/9555242
cpp bug0504.cpp
#include
int myFunc(unsigned short int x);
int main()
{
unsigned short int x, y;
x = 7;
y = myFunc(x);
std::cout
www.eeworm.com/read/175226/9555244
cpp bug0503.cpp
#include
void myFunc(unsigned short int x);
int main()
{
unsigned short int x, y;
y = myFunc(int);
std::cout
www.eeworm.com/read/366402/9817868
gif bug_medium.gif
www.eeworm.com/read/169790/9838010
cpp bug2.cpp
// Copyright (C) 1999-2001 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publ
www.eeworm.com/read/169790/9838045
cpp bug1.cpp
// Copyright (C) 1999-2001 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publ
www.eeworm.com/read/169790/9838388
dsp bug2.dsp
# Microsoft Developer Studio Project File - Name="bug2" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console
www.eeworm.com/read/169790/9838395
dsp bug1.dsp
# Microsoft Developer Studio Project File - Name="bug1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console