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.
average and percentage
world
amstrong number
xml into dictionary
Returning object as parameter (pre-example without overloading)
Access Modifiers
switch it
Planet-D v.0.6
Hello
v3
Please log in to post a comment.