Skip to content

Commit 538b0e1

Browse files
Update 2021-01-15-destroy-static-objects.md
1 parent 2b66c51 commit 538b0e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

blog-posts/_posts/2021-01-15-destroy-static-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Well it's simple. Since, their **life-span** depends on the **scope**. So, you c
1616

1717
This technique comes very handy when your program contains too many automatic variables & their use is very short in the entire program.
1818

19-
**P.S:** Below is the attached **Source Code** which elaborates this concept more deeply. Run its **.exe** file & then compare the output with code to understand thoroughly. Hope you guys like it. Peace!!!
19+
**P.S:** Below is the attached **link** of source code which elaborates this concept more deeply. Run its **.exe** file & then compare the output with code to understand thoroughly. Hope you guys like it. Peace!!!
2020

21-
[**Source Code Link**](/assets/blog_material/Automatic_Obj_Manual_Destruction.cpp)
21+
[**Source Code**](/assets/blog_material/Automatic_Obj_Manual_Destruction.cpp)

0 commit comments

Comments
 (0)