diff --git a/guide/english/cplusplus/file-handling/index.md b/guide/english/cplusplus/file-handling/index.md index 972dec982d..da89d3e095 100644 --- a/guide/english/cplusplus/file-handling/index.md +++ b/guide/english/cplusplus/file-handling/index.md @@ -75,4 +75,7 @@ Zara * the ignore() function s used to ignore the extra characters left by previous read statement ## Sources -1.Tutorialspoint +1.[Tutorialspoint](https://www.tutorialspoint.com/cplusplus/cpp_files_streams.htm) + +## Reference Link +1. [File Handling through C++ Classes](https://www.geeksforgeeks.org/file-handling-c-classes/)