Skip to content

Commit c00cc63

Browse files
authored
Change some links to https
Day by day, we step towards a more secure internet.
1 parent 58f3bd2 commit c00cc63

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CppResources.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# C++ Resources
22
A collection of resources useful for learning C++
33

4-
## [en.cppreference.com](http://en.cppreference.com/w/cpp)
4+
## [en.cppreference.com](https://en.cppreference.com/w/cpp)
55

66
Hands down the best C++ reference next to the standard itself
77

88
## [isocpp.org's FAQ](https://isocpp.org/faq)
99

1010
Answers a lot of very specific questions about the C++ language.
1111

12-
## [www.learncpp.com's C++ Tutorial](http://www.learncpp.com/)
12+
## [www.learncpp.com's C++ Tutorial](https://www.learncpp.com/)
1313

1414
One of the best C++ tutorials out there.
1515
Teaches C++11 techniques right from the start.
@@ -25,11 +25,11 @@ The newer articles about C++11 features are very good though.
2525

2626
An excellent guide on how to write good C++ code, with input from Bjarne Stroustrup (creator of C++) and Herb Sutter (world-renowned C++ expert).
2727

28-
There's **[a version specifically formatted for web browsing](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)** if you prefer that to markdown documents.
28+
There's **[a version specifically formatted for web browsing](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)** if you prefer that to markdown documents.
2929

3030
## Bjarne Stroustrup
3131

32-
### [Bjarne Stroustrup's FAQ](http://www.stroustrup.com/bs_faq.html)
32+
### [Bjarne Stroustrup's FAQ](https://www.stroustrup.com/bs_faq.html)
3333

3434
The musings of C++'s creator.
3535

@@ -93,6 +93,6 @@ A collection of very specific articles that I find to be particularly englighten
9393
## Miscellaneous
9494

9595
* [Name mangling? What's that?](https://en.wikipedia.org/wiki/Name_mangling)
96-
* [C/C++ Considered Harmful](http://www.stroustrup.com/bs_faq.html#C-slash)
96+
* [C/C++ Considered Harmful](https://www.stroustrup.com/bs_faq.html#C-slash)
9797
* [C++ is not C "with classes"](http://www.lb-stuff.com/cc)
98-
* [Did Bjarne really say that?](http://www.stroustrup.com/bs_faq.html#really-say-that)
98+
* [Did Bjarne really say that?](https://www.stroustrup.com/bs_faq.html#really-say-that)

0 commit comments

Comments
 (0)