-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojectCpp.html
More file actions
186 lines (160 loc) · 8.47 KB
/
projectCpp.html
File metadata and controls
186 lines (160 loc) · 8.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>C++||Programming Guider</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="CppStyle.css">
<style>
html {
scroll-behavior: smooth;
}
</style>
</head>
<body>
<header>
<h1>Programming Guider</h1>
</header>
<nav class="navbar navbar-expand-md bg-dark navbar-dark">
<a class="navbar-brand" href="index.html">Back</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#book_sec">Books</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#ide_sec">IDE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#web_sec">Websites</a>
</li>
</ul>
</div>
</nav>
<main>
<section id="logo_sec">
<img src="cpp.png" class="rounded mx-auto d-block" alt="C++ Image">
</section>
<section id="head_install">
<h1>For downloading C++ compiler.Go through this.</h1>
<div class="videos">
<iframe width="33%" src="https://www.youtube.com/embed/0yn7irrHzM8" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="container">
<hr>
<h2 class="text-center">Steps To Download GCC compiler for Windows.</h1>
To install GCC at Windows you need to install MinGW. To install MinGW, go to the MinGW homepage,<a
href="https://sourceforge.net/projects/mingw/"> www.mingw.org</a>, and follow the link to the
MinGW download page. Download the latest version of the MinGW installation program which should be
named MinGW-<version>.exe.
While installing MinGW, at a minimum, you must install gcc-core, gcc-g++, binutils, and the
MinGW runtime, but you may wish to install more.
Add the bin subdirectory of your MinGW installation to your PATH environment variable so that
you can specify these tools on the command line by their simple names.
When the installation is complete, you will be able to run gcc, g++, ar, ranlib, dlltool, and
several other GNU tools from the Windows command line.
</div>
</section>
<section id="book_sec">
<h1>Books Recommended for C++</h1>
<img src="photos/CppBook.jpg" alt="EBalagurusamy">
<img src="photos/CppBook2.jpg" alt="Bjarne">
<div class="container" id="book_description">
<hr>
We are recommending these Books because of our Experience and We also studied from them...
</div>
</section>
<section id="ide_sec">
<h1>Best IDE's or Code Editors for C++</h1>
<div class="container" id="ide_img">
<hr>
<img src="photos/vscode.png" alt="vscode">
<img src="photos/codeblock.png" alt="cdblock">
<img src="photos/devcpp.jpg" alt="devcpp">
<img src="photos/sublime.png" alt="sublime">
<img src="photos/eclipse.png" alt="eclipse">
<img src="photos/atom.jpeg" alt="atom">
<hr>
</div>
</section>
<section id="websec">
<h1>Best Website For Learning</h1>
<div class="container" id="website_img">
<a href="https://www.geeksforgeeks.org/cpp-tutorial/" target="_blank">
<img src="photos/gfg2.png" alt="gfg" width="60%">
</a><br>
<a href="https://www.javatpoint.com/cpp-tutorial" target="_blank">
<img src="photos/javaTpointimg2.png" alt="javatpoint" width="50%"> </a><br>
<a href="https://www.tutorialspoint.com/cplusplus/index.htm" target="_blank"> <img width=33%
src="photos/tutpointimg.png" alt="tutpoint" width="70%"></a>
<a href="https://www.tutorialspoint.com/cplusplus/index.htm" target="_blank"> <img width=33%
src="photos/w3schools.jpg" alt="tutpoint" width="70%"></a>
<h3>click on images for more info.</h3>
</div>
</section>
<section id="vidsec">
<h1>Video lectures</h1>
<div class="videos">
<iframe width="33%"
src="https://www.youtube.com/embed/ntLJmHOJ0ME?list=PLu0W_9lII9agS67Uits0UnJyrYiXhDS6q"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<h3 style="padding-top: 0px;">for full playlist <a
href="https://www.youtube.com/watch?v=eIrMbAQSU34">click here..</a></h3>
</div>
<div class="videos">
<iframe width="33%"
src="https://www.youtube.com/embed/lxja8wBwN0k?list=PLKKfKV1b9e8ps6dD3QA5KFfHdiWj9cB1s"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<h3 style="padding-top: 0px;">for full playlist <a
href="https://www.youtube.com/watch?v=lxja8wBwN0k&list=PLKKfKV1b9e8ps6dD3QA5KFfHdiWj9cB1s">click
here..</a></h3>
</div>
<div class="videos">
<iframe width="33%"
src="https://www.youtube.com/embed/WOUpjal8ee4?list=PLsyeobzWxl7oZ-fxDYkOToURHhMuWD1BK"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<h3 style="padding-top: 0px;">for full playlist <a
href="https://www.youtube.com/watch?v=zIdg7hkqNE0&list=PLu0W_9lII9agS67Uits0UnJyrYiXhDS6q&index=2">click
here..</a></h3>
</div>
</section>
</main>
<section id="byvipin">
<p>This page is contributed by <strong>VIPIN</strong> | <a target="b_block"
href="https://github.com/vipin2210">github</a> </p>
</section>
</main>
<footer>
<a href="#">FAQ</a>
<a href="#">Contact Us</a>
<a href="#">Terms of Use</a>
<a href="#">Privacy Policy</a>
<a href="#">Refund Policy</a>
<a href="#">© 2020 | Vipin</a>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>