代码搜索:Question
找到约 5,399 项符合「Question」的源代码
代码结果 5,399
www.eeworm.com/read/160819/10495165
h mathquestface.h
#ifndef _MATHQUESTFACE_H
#define _MATHQUESTFACE_H
// quiz questions involving arithmetic (addition)
// see comments in questface.h for the naming conventions
// used in quiz classes
//
// Math
www.eeworm.com/read/160819/10495405
cpp quiz.cpp
#include
#include
using namespace std;
#include "mathquest.h"
#include "prompt.h"
// quiz program for illustrating class design and implementation
class Student
{
pub
www.eeworm.com/read/160819/10495444
cpp teststudent.cpp
#include
#include
using namespace std;
#include "prompt.h"
class Student
{
public:
Student(const string& name);
void RespondTo( /* question needed here */);
www.eeworm.com/read/160819/10495904
cpp capquest.cpp
#include
#include
using namespace std;
#include "capquest.h"
#include "randgen.h"
#include "strutils.h"
Question::Question(const string& filename)
: myAnswer("*** er
www.eeworm.com/read/160819/10496191
cpp quizstub.cpp
void Quiz::GiveQuestionTo(Student & s)
// postcondition: student s asked a question
{
cout
www.eeworm.com/read/160450/10529377
c delete.c
void deleteRecord(FILE *fPtr)
{
char y_n;
struct examination blankexam = {0,0,0,"",""};
int acctNum;
bingo2:
printf("Enter 试题编号 to delete (1~100) :?");
scanf("%d",&acctNum);
if(acctNum
www.eeworm.com/read/423804/10531782
sty ctextemp_ctex-faq.sty
\def\CTeXPreproc{Created by ctex v0.2.12, don't edit!}%% This is a LaTeX2e package for the CTeX FAQ document.
%%
%% Created by aloft (aloft@ctex.org)
%%
%% Version 0.3 (04-May-2003)
%%
%% $Id: c