Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
1
23
Practical
qwerty
Konsol Kelebek Deseni
a4
Working with Strings
decimal to binary
User Defined Exception (Inherited from built-in Exception class)
Trent Butler All Dead Example