Skip to content

Commit cf9e97f

Browse files
committed
add: cpp-programming-questions
1 parent 6035d34 commit cf9e97f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

11_new_and_delete/05_new_with_reference.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ class Hello
1616
{
1717
cout << "\nHello";
1818
}
19-
20-
operator Hello *()
21-
{
22-
return (*this);
23-
}
2419
};
2520

2621
// // Main Function Start

0 commit comments

Comments
 (0)