Skip to content

Commit bfe1366

Browse files
committed
add: refactor
1 parent a3b9b7d commit bfe1366

File tree

137 files changed

+50
-137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+50
-137
lines changed

01_basics_of_c++/01_print.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// // Header files
44
#include <iostream>
5-
#include <conio.h>
65

76
// // use namespace
87
using namespace std;

01_basics_of_c++/02_endl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// // Header files
44
#include <iostream>
5-
#include <conio.h>
65

76
// // use namespace
87
using namespace std;

01_basics_of_c++/03_sum.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// // Header files
44
#include <iostream>
5-
#include <conio.h>
65

76
// // use namespace
87
using namespace std;

01_basics_of_c++/04_area_of_circle.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// // Header files
44
#include <iostream>
5-
#include <conio.h>
65

76
// // use namespace
87
using namespace std;

01_basics_of_c++/05_volume_of_cuboid.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// // Header files
44
#include <iostream>
5-
#include <conio.h>
65

76
// // use namespace
87
using namespace std;

01_basics_of_c++/06_average.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// // Header files
44
#include <iostream>
5-
#include <conio.h>
65

76
// // use namespace
87
using namespace std;

01_basics_of_c++/07_square.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// // Header files
44
#include <iostream>
5-
#include <conio.h>
65

76
// // use namespace
87
using namespace std;

01_basics_of_c++/08_swap_without_third_var.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// // Header files
44
#include <iostream>
5-
#include <conio.h>
65

76
// // use namespace
87
using namespace std;

01_basics_of_c++/09_largest_of_two.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// // Header files
44
#include <iostream>
5-
#include <conio.h>
65

76
// // use namespace
87
using namespace std;

01_basics_of_c++/10_sum_of_array.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// // Header files
44
#include <iostream>
5-
#include <conio.h>
65

76
// // use namespace
87
using namespace std;

0 commit comments

Comments
 (0)