Arnab Sarkar
ec0f129783
feat(topic): add content to control flow in cpp roadmap ( #8480 )
...
* added content to if-else/switch/goto under control flow & statements inside c++ roadmap
* added content to if-else/switch/goto under control flow & statements inside c++ roadmap
* added content to control flow in cpp roadmap fixed format error
* chore: update roadmap content json
1 month ago
Silicon27
85b9eaa9f7
feat(topic): add virtual functions topic content ( #8497 )
1 month ago
Kamran Ahmed
deb9aaafc2
Migrate roadmaps
2 months ago
Kalvin Chakma
7a988cbbea
fix: label typo ( #8454 )
2 months ago
Kamran Ahmed
b576ad5f86
Fix typo in file name
2 months ago
Piotr Idzik
58c3195831
Join strings and newline char ( #8394 )
2 months ago
Piotr Idzik
1813c7bba6
feat: use `black` compliant formatting ( #8393 )
2 months ago
Piotr Idzik
e92d8c442f
fix: `std` abbreviation for STL ( #8392 )
2 months ago
Kamran Ahmed
d518867e80
Replace std::endl with \n
2 months ago
Kamran Ahmed
9354bd3d4d
Add missing roadmap dirs
2 months ago
Kamran Ahmed
b32adbe3c5
Migrate C++ roadmap
2 months ago
Piotr Idzik
41c7388f63
Use consistent formatting ( #8184 )
...
* Use consistent space after `if`
* Use consistent space after `for`
* Add missing space between `)` and `{`
3 months ago
Piotr Idzik
8ed47a2e71
Make the code example `c++20` compliant ( #8177 )
4 months ago
Kamran Ahmed
0d8b039114
Prepare for 2025
5 months ago
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.
11 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 )
11 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.
11 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
11 months ago
Kamran Ahmed
390db65e32
Add types to links
12 months ago
Kamran Ahmed
0a579b4507
Remove geeksforgeeks links
12 months ago
月光xia漫步
9b7512bbba
Update code example in C++ roadmap ( #5680 )
1 year ago
Ali Ashkani Nia
c1fb58dab7
Fix ADL Participation for `swap` in 105-copy-swap.md ( #4925 )
1 year ago
Ali Ashkani Nia
5368f9a16a
Fix weak pointer details ( #4915 )
...
Clarified reference counting for `weak_ptr`s.
1 year 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.
1 year ago
NEWTON MALLICK
e7f8f394b4
Fix static typing typos ( #5486 )
1 year ago
Antonio Coratelli
c72dd0081c
Add bool to C++ roadmap ( #5578 )
1 year 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