Skip to content

Commit 657e220

Browse files
committed
add: cpp-programming-questions
1 parent dc933cc commit 657e220

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.
-44.3 KB
Binary file not shown.

10_this_pointer/05_reference_of_caller_object.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class A
2121
// // Main Function Start
2222
int main()
2323
{
24+
// // create an instance of class A
2425
A a1;
2526

2627
// // get reference of a1

0 commit comments

Comments
 (0)