From 49779d1f571f3b2d6f78cab5e441a2928c73cfa5 Mon Sep 17 00:00:00 2001 From: prashantkumar1997 Date: Wed, 20 Mar 2019 07:04:56 +0530 Subject: [PATCH] Added Reference Section & link to existing sources (#32312) --- guide/english/cplusplus/file-handling/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/)