代码搜索:Homework
找到约 1,174 项符合「Homework」的源代码
代码结果 1,174
www.eeworm.com/read/299965/7816815
h student_info.h
#ifndef GUARD_Student_info
#define GUARD_Student_info
// `Student_info.h' header file
#include
#include
#include
struct Student_info {
std::string name;
doub
www.eeworm.com/read/299965/7816885
cpp grade_check.cpp
#include
#include "Student_info.h"
using std::find;
bool did_all_hw(const Student_info& s)
{
return ((find(s.homework.begin(), s.homework.end(), 0))
== s.homework.end());
}
www.eeworm.com/read/299965/7816934
h student_info.h
#ifndef GUARD_Student_info
#define GUARD_Student_info
// `Student_info.h' header file
#include
#include "Str.h"
#include "Vec.h"
struct Student_info {
Str name;
double midterm
www.eeworm.com/read/299965/7816981
cpp grade_check.cpp
#include
#include "Student_info.h"
using std::find;
bool did_all_hw(const Student_info& s)
{
return ((find(s.homework.begin(), s.homework.end(), 0))
== s.homework.end());
}
www.eeworm.com/read/299965/7817034
h student_info.h
#ifndef GUARD_Student_info
#define GUARD_Student_info
#include
#include
class Student_info {
public:
Student_info(); // construct an empty `Student_info' obje
www.eeworm.com/read/299965/7817209
h student_info.h
#ifndef GUARD_Student_info
#define GUARD_Student_info
// `Student_info.h' header file
#include
#include
#include "Vec.h"
struct Student_info {
std::string name;
doubl
www.eeworm.com/read/299965/7817253
cpp grade_check.cpp
#include
#include "Student_info.h"
using std::find;
bool did_all_hw(const Student_info& s)
{
return ((find(s.homework.begin(), s.homework.end(), 0))
== s.homework.end());
}
www.eeworm.com/read/299965/7817313
h student_info.h
#ifndef GUARD_Student_info
#define GUARD_Student_info
// `Student_info.h' header file
#include
#include
#include
struct Student_info {
std::string name;
doub
www.eeworm.com/read/299965/7817361
cpp grade_check.cpp
#include
#include "Student_info.h"
using std::find;
bool did_all_hw(const Student_info& s)
{
return ((find(s.homework.begin(), s.homework.end(), 0))
== s.homework.end());
}
www.eeworm.com/read/299965/7817396
h student_info.h
#ifndef GUARD_Student_info
#define GUARD_Student_info
// `Student_info.h' header file
#include
#include "Str.h"
#include "Vec.h"
struct Student_info {
Str name;
double midterm