fellalli
e4d106904e
Corrected / Improved C++ roadmap ( #5947 )
...
Updated c++ content with `std::` as this is the recommended method. Added content links where needed and corrected various wording and grammar.
10 months ago
Michael Budnikov
fe6e0830eb
All additional links at the end of the articles in C++ roadmap have been wrapped with 'Learn more from the following resources:' line as in contribution docs stated ( #5949 )
10 months ago
Michael Budnikov
f1d6cd51cd
Update index.md: Article about function pointers was added ( #5916 )
...
I added the link to the article about function pointers in C++ that helped me to learn more about it and try it on my own.
10 months ago
Ante Barić
6d983167c8
feat: daily.dev links ( #5860 )
...
* feat: add daily.dev link type
* feat: replace to feed label
* feat: add links to different pages
10 months ago
Kamran Ahmed
390db65e32
Add types to links
10 months ago
Kamran Ahmed
0a579b4507
Remove geeksforgeeks links
10 months ago
月光xia漫步
9b7512bbba
Update code example in C++ roadmap ( #5680 )
11 months ago
Ali Ashkani Nia
c1fb58dab7
Fix ADL Participation for `swap` in 105-copy-swap.md ( #4925 )
11 months ago
Ali Ashkani Nia
5368f9a16a
Fix weak pointer details ( #4915 )
...
Clarified reference counting for `weak_ptr`s.
11 months ago
dsh
e76617c9a9
Removed Python Code from C++ Content Example
...
The Tensorflow node in the C++ Roadmap used Python code as examples, I have removed this.
11 months ago
NEWTON MALLICK
e7f8f394b4
Fix static typing typos ( #5486 )
11 months ago
Antonio Coratelli
c72dd0081c
Add bool to C++ roadmap ( #5578 )
11 months ago
Kamran Ahmed
40c8bfc312
Add roadmaps page
1 year ago
Artorias - The Abyss Walker
f33af1dcf3
Update index.md
...
Just adjusted a space, now it's more readable
1 year ago
Artorias - The Abyss Walker
2a54ebb091
Update index.md
1 year ago
Rishabh Verma
d781568f93
Update 102-first-program.md
...
Added additional information about the functions and return values about the program.
1 year ago
Rishabh Verma
cc95998339
Update 101-code-editors.md
...
A minor change to inform new users that this IDE is not pre unlike others.
1 year ago
Kamran Ahmed
5bcb3e282d
Update new tags on roadmaps
1 year ago
Dhruv Kumar
c51438142c
fix : year from 2023 to 2024 ( #4979 )
1 year ago
Kamran Habib
4eb145dff4
Fix Content Grammar Typo ( #4854 )
...
I made a slight modification to improve the clarity of the sentence.
Specifically, I changed:
"Make sure to follow the instructions provided by the editor's documentation to set up C++ correctly."
to:
"Make sure to follow the instructions provided in the editor's documentation to set up C++ correctly."
This change maintains the same meaning but improves the flow of the sentence.
1 year ago
Nicky Lim
4b2b2ebe8c
Fix typo cpp 104 index ( #4520 )
2 years ago
Mikhail Ostashchenko
a54fe0d1ba
Fix broken links ( #4421 )
2 years ago
Andret Carpizo
8903f11f02
Fix Template Specialization Index CodeBlock for const in printData ( #4446 )
2 years ago
Kirill Bryntsev
072953c69a
Add information about function pointer ( #4460 )
2 years ago
Kamran Ahmed
03d0a32fd6
chore: upgrade to astro v3 ( #4437 )
2 years ago
Kamran Ahmed
c274feced1
Fix broken build
2 years ago
Mikhail Ostashchenko
1ec6005fe1
Fix code style ( #4356 )
2 years ago
Selva Muthu Kumaran
eea79968e2
Fix data type content ( #4381 )
...
data type (struct and class) clarification
2 years ago
Mikhail Ostashchenko
79fcf2400f
SFINAE fix (C++) ( #4390 )
...
When you try to use these function templates, there can be ambiguity issues. If you call foo with an arithmetic type, both template overloads will be considered valid, and the compiler won't know which one to choose.
You can use specialization or tag dispatching to properly handle different cases.
2 years ago
Mikhail Ostashchenko
7072c4cf80
Fix code in c++ ( #4373 )
2 years ago
Mikhail Ostashchenko
f2b29f80f9
Add Reverse iterator (C++) ( #4374 )
2 years ago
roadmap bot
76c2686269
chore: add resource under cpp:language-concepts:type-casting
2 years ago
Mikhail Ostashchenko
5cff162a94
Change to the correct data type ( #4343 )
2 years ago
Kamran Ahmed
3b7e5d5ce2
Add AI and Data Scientist roadmap
2 years ago
Maitrayee Khalasi
c0e2e541ca
Update the link of youtube channel ( #4261 )
...
Updated the link of youtube channel in c++ roadmap, what is c++
2 years ago
Maitrayee Khalasi
04478272c2
Update the link of youtube channel ( #4262 )
...
Updated the link of youtube channel in c++ roadmap, bitwise operators
2 years ago
Kamran Ahmed
21008de3d1
Prepare roadmaps for team edits
2 years ago
Balaji Sivasakthi
0c64223ec1
fix(typo): package manager's C++ Archive Network (cppan) heading ( #4118 )
...
* fix(typo): package manager's C++ Archive Network (cppan) heading
* Update pnpm-lock.yaml
2 years ago
Balaji Sivasakthi
93a6ae3f81
fix(typo): fixed typo in cpp - main() function heading ( #4120 )
2 years ago
Balaji Sivasakthi
42b3595367
fix(typo): fixed typo in cpp namespaces ( #4122 )
2 years ago
Reyhan4j02
eccc0302f2
Update 100-installing.md ( #4143 )
...
Previously the MinGW-64 link redirected to an error 404 page
Fixed it to redirect to the overview page
2 years ago
Arnav K
7bfd3934f8
🔗 fix: broken link in roadmap cpp ( #4181 )
2 years ago
roadmap bot
f1a37deab2
chore: add resource under cpp:basic-operations:loops
2 years ago
Snahal Kumar
9a6e8b1635
C++ Lambdas link ( #4084 )
...
The video link is no longer available on youtube. It is updated with another link which I have personally reviewed and has good-quality content of 18 minutes in English has high viewers and is one of the most popular C++ channels on youtube. Also, a free e-book of lambda is provided by the content creator.
2 years ago
roadmap bot
310c6d4c55
chore: add resource under cpp:basic-operations:bitwise
2 years ago
roadmap bot
fffccbe5b5
chore: add resource under cpp:introduction:what-is-cpp
2 years ago
roadmap bot
8c3ea21ef1
chore: add resource under cpp:introduction
2 years ago
roadmap bot
2c2d57ecab
chore: add resource under cpp:functions
2 years ago
Kamran Ahmed
af926002e9
feat: show user's progress on homepage ( #4058 )
...
* Add custom client:authenticated directive
* Update 100-installing-a-local-cluster.md
fixed typo for ubuntu in 100-installing-a-local-cluster.md
* Animate progress on the homescreen
* Show progress on homepage
* Update progress list UI
* Remove sponsor call from non-required pages
* Resolve merge conflicts
* Change height of hero container
---------
Co-authored-by: kanhaya kumar yadav <kanhaya.workspace@gmail.com>
2 years ago
roadmap bot
631eb380fc
chore: add resource under cpp:pointers-and-references:smart-pointers:weak-ptr
2 years ago