Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
c++
#include <iostream> #include <string> using namespace std; class MovieData { private: string title, Director; int year_realeased; int Running_Time; public: MovieData(string T, string D, int, int) { title = T; Director = D; year_realeased = 0; Running_Time = 0; } }; void display() { } int main() { MovieData movie1("aaa","bb"); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
text
LINQ - Inner Join
Math
Sample
Intuit // C# // listing_4.8 (while)
Ligma Bofa Joe
rd
XmlSerializer
Калькулятор
1.1 Basics: language constructs
stackse - search stackoverflow differently
Please log in to post a comment.