2017/10/10
Harvey Weinstein
Hollywood producer Harvey Weinstein fired from own company ...23 hours ago ... The Weinstein Company's board of directors on Sunday made a reference to “new information” about the executive's conduct, according to The Associated Press.(続きを読む)
C++ のクラスでの質問です。課題でC++、クラスの勉強をしているのですが、どうし...
C++ のクラスでの質問です。課題でC++、クラスの勉強をしているのですが、どうしてもエラーが出てしまいます。 main.cpp #include "h21.h" void runTests() { { Employee emp("Fred", 2000.0); } // don't remove this Employee emp; assertDoubleEqualsMsg("Default constructor initializes salary", 0.0, emp.getSalary(), 1E-10); Employee emp2("Harvey Weinstein", 1755235.25); assertDoubleEqualsMsg("Working constructor initializes salary", 1755235.25, emp2.getSalary(), 1E-10); assertEqualsMsg("Working constructor initializes name", "Harvey Weinstein", emp2.getName()); emp2.setSalary(75932.63); assertDoubleEqualsMsg("Mutator setSalary() correcly sets salary", 75932.63, emp2.getSalary(), 1E-10); } h21.hの中身 #ifndef H21_H_ #define H21_H_ #include <string> #include "h21.h" class Employee { public: Employee(); Employee(const std::string& employeeName, double initialSalary); void setSalary(double newSalary); double getSalary() const; std::string getName() const; private: Person personData; double salary; }; #endif h21.cppの中身 #include "h21.h" #include "person.h" #include <string> using namespace std; Employee::Employee() { string personData = ""; double salary = 0; } Employee::Employee(const std::string& employeeName, double initialSalary) : personData(employeeName),salary(initialSalary) { } string Employee::getName() const { return personData; } double Employee::getSalary() const { return salary; } void setSalary(double newSalary) { salary = newSalary; } ////////// .hのこの部分 Person personData;と h21.cppの最後のところにエラーが出てしまいます。 salary = newSalary; ////////// Person personDataにエラーが出たので #ifndef PERSON_H #define PERSON_H #include <string> #include "person.h" class Person { public: Person(); Person(const std::string& name, int age); std::string getName() const; int getAge() const; private: std::string name; int age; // 0 if unknown }; #endif もう一つperson.cpp を作ってみたのですがうまくいかないです。なにかヒントをいただければ幸いです。(続きを読む)
BEPのアルバムのファーギーの文章、和訳してください。 Thanx 2 god, my husband, ...
BEPのアルバムのファーギーの文章、和訳してください。 Thanx 2 god, my husband, my family and friends. 2 will, ap, and taboo, my big brothers I never had....letz have a blast on this whirlwind of beautifui chaos! 2 my personal team who kix ass on a daily. William derella, David Sonenberg, and everyone @ DAS. Sean Patterson, Laura Lightbody, and everyone @ Wilhelmina. Sara Ramaker, Jonathan Levine and everyone at Paradigm. Michael Markarian, Karen Locke, Matt Greenberg, Fatima Robinson, Veronica Rodriguez, Claudia Hernandez, Carrie Ringler, Kelly Michael, Ronit Shapow, Pascal Duvier, Chris Psaila, Marco Marco, Patricia Morales and Andy Lecompte. Jenne lombardo, John Dempsey and everyone at MAC Viva Glam. Tad Pilati, Satjiv Chahil and everyone at HP, Gary Rich and everyone @ Brown Shoes. Everyone @ Avon and Kipling. Mindy Weiss, Slash, my trainerdb, Rob Marshall, Harvey Weinstein, Ruben Haynes, and Michael Morris. Bucky jonson, Tina Farris, b, brandy, and all my sick dancers. Most importantly my fans, 4 your loyalty, patience, and courage 2 push things 4ward. Don't ever b afraid 2 b who u r.:) Letz go bitchez!!!!(続きを読む)
クリストフ・ウォルツのスピーチ
イングロリアス・バスタードで組合賞の助演男優賞をとった クリストフ・ウォルツのスピーチで意味がわからないところがあります。 どなたか分かる方、お知恵を貸して下さい。 終わり...(続きを読む)
- 関連記事
-
- PRESS DEMOCRAT (2017/10/10)
- Jj Watt Injury Status (2017/10/10)
- Harvey Weinstein (2017/10/10)
- JJ Watt (2017/10/10)
- October 9 (2017/10/10)