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
COMPLEX NUMBER
a5
ex8 For_Loop
IF... ELSE
WithoutPortNo
test code
Set Get
first case
Rand things kurs 8 network
Code which will convert Word into its Binary Format