代码搜索:demonstrating
找到约 1,400 项符合「demonstrating」的源代码
代码结果 1,400
www.eeworm.com/read/136879/13356516
cpp fig11_18.cpp
// fig11_18.cpp
// Demonstrating the width member function
#include
int main()
{
int w = 4;
char string[ 10 ];
cout
www.eeworm.com/read/136879/13356698
cpp fig13_04.cpp
// Fig. 13.4: fig13_04.cpp
// Demonstrating new returning 0
// when memory is not allocated
#include
int main()
{
double *ptr[ 10 ];
for ( int i = 0; i < 10; i++ ) {
www.eeworm.com/read/319883/13440452
cpp prog10_07.cpp
// Program 10.7 Demonstrating assertions File: prog10_07.cpp
#include
#include
using std::cout;
using std::endl;
int main() {
int x = 0;
int y = 5;
cout
www.eeworm.com/read/319883/13440590
cpp prog5_07.cpp
// Program 5.7 Demonstrating the comma operator
#include
#include
using std::cout;
using std::cin;
using std::endl;
using std::setw;
int main() {
int count = 0;
cou
www.eeworm.com/read/312169/13616926
cpp ifelse.cpp
// Listing 4.3 - Demonstrating the else keyword
#include
int main()
{
int firstNumber, secondNumber;
std::cout > first
www.eeworm.com/read/312169/13616950
cpp addressreference.cpp
// Listing 11.2
// Demonstrating the use of References
#include
int main()
{
int intOne;
int &rSomeRef = intOne;
intOne = 5;
std::cout
www.eeworm.com/read/307616/13719374
cpp ex3_13.cpp
// Ex3_13.cpp
// Demonstrating nested loops to compute factorials
#include
using std::cin;
using std::cout;
using std::endl;
int main()
{
char indicator = 'n';
long value
www.eeworm.com/read/307616/13719412
cpp ex2_09.cpp
// Ex2_09.cpp
// Demonstrating namespace names
#include
int value = 0;
int main()
{
std::cout > value;
std::cout
www.eeworm.com/read/263812/11340287
frm frmexsub.frm
VERSION 5.00
Begin VB.Form frmExSub
Caption = "Fig. 6.13: Demonstrating Exit Sub"
ClientHeight = 3300
ClientLeft = 3120
ClientTop = 1710
ClientWidth
www.eeworm.com/read/263812/11340640
frm frmcomdg.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmComDlg
BackColor = &H00FFFFFF&
Caption = "Fig. 9.29: Demonstrating Co