<?xml version="1.0" encoding="ISO-8859-1"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"><channel><title><![CDATA[ Standard C++ FAQ Revisions ]]></title><link>http://isocpp.org/</link><description></description><dc:language>en</dc:language><item><title>user-groups-worldwide (v125)</title><description>Revision by: NinaRanns&lt;br /&gt;(Added C++ User Group Kaiserslautern)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
Hannover: [C++ User Group Hannover](http://www.meetup.com/C-User-Group-Hannover/) ( [Meeting C++ contact form](https://meetingcpp.com/mcpp/usergroups/kontaktusergroups.php) )&lt;br /&gt;
&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;Kaiserslautern: [C++ User Group Kaiserslautern](https://www.itwm.fraunhofer.de/en/fairs_events/2025/2025_03_24_c_user_group_kaiserslautern-en.html)&lt;br /&gt;
&lt;br /&gt;
&lt;/ins&gt;Karlsruhe: [C++ User Group Karlsruhe](https://www.meetup.com/C-User-Group-Karlsruhe/)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/user-groups-worldwide?v125</link><pubDate>Tue, 10 Jun 2025 13:17:31 +0000</pubDate></item><item><title>conferences-worldwide (v39)</title><description>Revision by: InbalL&lt;br /&gt;(Add: Core C++)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [CppNorth](https://cppnorth.ca/) | 2024 | July 20&amp;amp;ndash;23 | Toronto, CA | [CFS](https://cppnorth.ca/cfp.html) (closed Feb 23)| [Early Bird](https://store.cppnorth.ca/checkouts/cn/Z2NwLWV1cm9wZS13ZXN0MTowMUpKRk1INUpWVFoxQVpSSDNZNFpGN1ZRUA?auto_redirect=false&amp;amp;amp;cart_link_id=g4JwhqVx&amp;amp;amp;channel=buy_button&amp;amp;amp;discount=EARLIEST_BIRD&amp;amp;amp;edge_redirect=true&amp;amp;amp;locale=en-CA&amp;amp;amp;skip_shop_pay=true) | TBD | [Coc](https://cppnorth.ca/code-of-conduct.html)| [Hotel+Transport](https://cppnorth.ca/speakers-policy.html) | [Sponsorship](https://cppnorth.ca/sponsorship-prospectus.html)|&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2025 | September 13&amp;amp;ndash;19 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
| [NDC TechTown](https://ndctechtown.com) | 2025 | September 22&amp;amp;ndash;25 | Kongsberg, Norway |  | TBA |  | [CoC](https://ndctechtown.com/code-of-conduct) | hotel + transport | [Partnership](https://ndctechtown.com/become-a-partner) |&lt;br /&gt;
| [Meeting C++](https://meetingcpp.com) | 2025 | November TBA | Berlin, Germany (hybrid) |  | TBA |  | [CoC](http://berlincodeofconduct.org/) | hotel | &lt;ins style='background: #cfc; color: #060;'&gt;|&lt;br /&gt;
| [Core C++](https://corecpp.org/) | 2025 | October / November | Tel Aviv, Israel |  | TBA |  | [CoC](http://berlincodeofconduct.org/) | | &lt;/ins&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v39</link><pubDate>Thu, 22 May 2025 17:17:02 +0000</pubDate></item><item><title>wg21 (v83)</title><description>Revision by: JF Bastien&lt;br /&gt;(Update jfb bio)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
#### What have you done for C++?&lt;br /&gt;
&lt;br /&gt;
I currently chair the language evolution &lt;ins style='background: #cfc; color: #060;'&gt;working &lt;/ins&gt;group &lt;del style='background: #fcc; color: #600;'&gt;(EWG), previously chaired the language evolution incubator (EWGI). Most of my changes &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;(EWG).&lt;br /&gt;
&lt;br /&gt;
My initial contributions &lt;/ins&gt;to C++ &lt;del style='background: #fcc; color: #600;'&gt;have been &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;were &lt;/ins&gt;related to concurrency and parallelism, &lt;del style='background: #fcc; color: #600;'&gt;though &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;and more recently to fix surprising things such as the size of a byte, signed integers being two's complement, what `volatile` means, and whether infinite loops are undefined behavior or not. &lt;/ins&gt;I strive to bring to the committee the views of domain experts who don't usually attend committee meetings, for example for security, safety, audio, graphics. I've also been a constant resource for punny paper names.&lt;br /&gt;
&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;#### What's a favorite short C++ code fragment?&lt;br /&gt;
&lt;br /&gt;
~~~&lt;br /&gt;
int main() {&lt;br /&gt;
  *(char*)0 = 0;&lt;br /&gt;
  return 0;&lt;br /&gt;
}&lt;br /&gt;
~~~&lt;br /&gt;
I gave [a whole talk about it](https://www.youtube.com/watch?v=dFIqNZ8VbRY)!&lt;br /&gt;
&lt;br /&gt;
&lt;/ins&gt;#### URL: &lt;ins style='background: #cfc; color: #060;'&gt;[Home page](https://jfbastien.com), &lt;/ins&gt;[Twitter](https://twitter.com/jfbastien), &lt;del style='background: #fcc; color: #600;'&gt;[Home page](https://jfbastien.com)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Bsky](https://bsky.app/profile/jfbastien.com), [Mastodon](https://mastodon.social/@jfbastien)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/ins&gt;### Dean Michael Berris (Google)   {#dean-michael-berris}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/wg21?v83</link><pubDate>Sun, 09 Feb 2025 04:22:26 +0000</pubDate></item><item><title>conferences-worldwide (v38)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| --- | --- | --- | --- |&lt;br /&gt;
| [C++ On Sea (Student)](https://web.archive.org/web/20240203004325/https://cpponsea.uk/students) | UK  | Jun/Jul | Pays for registration, local transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [C++ On Sea (Volunteer)](https://web.archive.org/web/20240203004325/https://cpponsea.uk/volunteers) | UK  | Jun/Jul | Pays for registration, local transit, &amp;amp;amp; lodging |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[C++Now](https://web.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[C++Now (Volunteer)](https://web.&lt;/ins&gt;archive.org/web/20240203004325/https://cppnow.org/about/volunteer_program) | US, Colorado | Apr/May | Pays for registration, transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [CppNorth (Volunteer)](https://cppnorth.ca/volunteers.html) | Toronto, CA | July | Pays for registration |&lt;br /&gt;
| [Core &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++ (Student)](https://web.&lt;/ins&gt;archive.org/web/20240203004325/https://corecpp.org/) | Israel | Summer | Pays for registration &amp;amp;amp; local transit|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v38</link><pubDate>Sat, 25 Jan 2025 21:26:57 +0000</pubDate></item><item><title>conferences-worldwide (v37)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
| [C++Online](https://cpponline.uk/) | 2025 | February 25-28 | Online | [Posters](https://cpponline.uk/posters/), [Open Content](https://cpponline.uk/open-content/) | [Registration](https://cpponline.uk/registration) | [Schedule](https://cpponline.uk/schedule) | [Coc](https://berlincodeofconduct.org/)  | No | [Sponsorship](https://docs.google.com/document/d/1fEZxTPg7kCDGK5N5XRpLo0vGnQ8p-50DoPL6E4cHeJA/edit?usp=sharing)  |&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [CFS (closed)](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) | Opens January, 15th    |   | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;
| [C++Now](https://cppnow.org/) | 2025 | April 28th - May 2nd | Aspen, CO, USA | [CFS](https://cppnow.org/announcements/2025/01/2025-cfs/) (closes Feb 10) | [Registration](https://cppnow.org/registration/) | TBD | [CoC](https://cppnow.org/about/code_of_conduct/) | Partial [[email for details](mailto:program@cppnow.org)] | [Sponsorship](mailto:sponsorship@cppnow.&lt;del style='background: #fcc; color: #600;'&gt;org) |&lt;br /&gt;
&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;org)|&lt;br /&gt;
&lt;/ins&gt;| [CppNorth](https://cppnorth.ca/) | 2024 | July 20&amp;amp;ndash;23 | Toronto, CA | [CFS](https://cppnorth.ca/cfp.html) (closed Feb 23)| [Early Bird](https://store.cppnorth.ca/checkouts/cn/Z2NwLWV1cm9wZS13ZXN0MTowMUpKRk1INUpWVFoxQVpSSDNZNFpGN1ZRUA?auto_redirect=false&amp;amp;amp;cart_link_id=g4JwhqVx&amp;amp;amp;channel=buy_button&amp;amp;amp;discount=EARLIEST_BIRD&amp;amp;amp;edge_redirect=true&amp;amp;amp;locale=en-CA&amp;amp;amp;skip_shop_pay=true) | TBD | [Coc](https://cppnorth.ca/code-of-conduct.html)| [Hotel+Transport](https://cppnorth.ca/speakers-policy.html) | [Sponsorship](https://cppnorth.ca/sponsorship-prospectus.html)|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [C++ On Sea (Student)](https://web.archive.org/web/20240203004325/https://cpponsea.uk/students) | UK  | Jun/Jul | Pays for registration, local transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [C++ On Sea (Volunteer)](https://web.archive.org/web/20240203004325/https://cpponsea.uk/volunteers) | UK  | Jun/Jul | Pays for registration, local transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/https://cppnow.org/about/volunteer_program) | US, Colorado | Apr/May | Pays for registration, transit, &amp;amp;amp; lodging |&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;| [CppNorth (Volunteer)](https://cppnorth.ca/volunteers.html) | Toronto, CA | July | Pays for registration |&lt;br /&gt;
&lt;/ins&gt;| [Core C++](https://web.archive.org/web/20240203004325/https://corecpp.org/) | Israel | Summer | Pays for registration &amp;amp;amp; local transit|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v37</link><pubDate>Sat, 25 Jan 2025 21:26:17 +0000</pubDate></item><item><title>conferences-worldwide (v36)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [C++Online](https://cpponline.uk/) | 2025 | February 25-28 | Online | [Posters](https://cpponline.uk/posters/), [Open Content](https://cpponline.uk/open-content/) | [Registration](https://cpponline.uk/registration) | [Schedule](https://cpponline.uk/schedule) | [Coc](https://berlincodeofconduct.org/)  | No | [Sponsorship](https://docs.google.com/document/d/1fEZxTPg7kCDGK5N5XRpLo0vGnQ8p-50DoPL6E4cHeJA/edit?usp=sharing)  |&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [CFS (closed)](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) | Opens January, 15th    |   | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;
| [C++Now](https://cppnow.org/) | 2025 | April 28th - May 2nd | Aspen, CO, USA | [CFS](https://cppnow.org/announcements/2025/01/2025-cfs/) (closes Feb 10) | [Registration](https://cppnow.org/registration/) | TBD | [CoC](https://cppnow.org/about/code_of_conduct/) | Partial [[email for details](mailto:program@cppnow.org)] | [Sponsorship](mailto:sponsorship@cppnow.org) |&lt;br /&gt;
| [CppNorth](https://cppnorth.ca/) | 2024 | July 20&amp;amp;ndash;23 | Toronto, CA | [CFS](https://cppnorth.ca/cfp.html) (closed Feb 23)| [Early Bird](https://store.cppnorth.ca/checkouts/cn/Z2NwLWV1cm9wZS13ZXN0MTowMUpKRk1INUpWVFoxQVpSSDNZNFpGN1ZRUA?auto_redirect=false&amp;amp;amp;cart_link_id=g4JwhqVx&amp;amp;amp;channel=buy_button&amp;amp;amp;discount=EARLIEST_BIRD&amp;amp;amp;edge_redirect=true&amp;amp;amp;locale=en-CA&amp;amp;amp;skip_shop_pay=true) | TBD | [Coc](https://cppnorth.ca/code-of-conduct.html)| &lt;ins style='background: #cfc; color: #060;'&gt;[Hotel+Transport](https://cppnorth.ca/speakers-policy.html) &lt;/ins&gt;| [Sponsorship](https://cppnorth.&lt;del style='background: #fcc; color: #600;'&gt;ca/sponsors.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;ca/sponsorship-prospectus.&lt;/ins&gt;html)|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v36</link><pubDate>Sat, 25 Jan 2025 21:22:01 +0000</pubDate></item><item><title>conferences-worldwide (v35)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [C++Online](https://cpponline.uk/) | 2025 | February 25-28 | Online | [Posters](https://cpponline.uk/posters/), [Open Content](https://cpponline.uk/open-content/) | [Registration](https://cpponline.uk/registration) | [Schedule](https://cpponline.uk/schedule) | [Coc](https://berlincodeofconduct.org/)  | No | [Sponsorship](https://docs.google.com/document/d/1fEZxTPg7kCDGK5N5XRpLo0vGnQ8p-50DoPL6E4cHeJA/edit?usp=sharing)  |&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [CFS (closed)](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) | Opens January, 15th    |   | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;
| [C++Now](https://cppnow.org/) | 2025 | April 28th - May 2nd | Aspen, CO, USA | [CFS](https://cppnow.org/announcements/2025/01/2025-cfs/) (closes Feb 10) | [Registration](https://cppnow.org/registration/) | TBD | [CoC](https://cppnow.org/about/code_of_conduct/) | Partial [[email for details](mailto:program@cppnow.org)] | [Sponsorship](mailto:sponsorship@cppnow.org) |&lt;br /&gt;
| [CppNorth](https://cppnorth.ca/) | 2024 | July 20&amp;amp;ndash;23 | Toronto, CA | [CFS](https://cppnorth.ca/cfp.html) (closed Feb 23)| [Early Bird](https://store.cppnorth.ca/checkouts/cn/Z2NwLWV1cm9wZS13ZXN0MTowMUpKRk1INUpWVFoxQVpSSDNZNFpGN1ZRUA?auto_redirect=false&amp;amp;amp;cart_link_id=g4JwhqVx&amp;amp;amp;channel=buy_button&amp;amp;amp;discount=EARLIEST_BIRD&amp;amp;amp;edge_redirect=true&amp;amp;amp;locale=en-CA&amp;amp;amp;skip_shop_pay=true) | TBD | [Coc](https://cppnorth.ca/code-of-conduct.html)| &lt;ins style='background: #cfc; color: #060;'&gt;| &lt;/ins&gt;[Sponsorship](https://cppnorth.ca/sponsors.html)|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v35</link><pubDate>Sat, 25 Jan 2025 21:14:42 +0000</pubDate></item><item><title>conferences-worldwide (v34)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [C++Online](https://cpponline.uk/) | 2025 | February 25-28 | Online | [Posters](https://cpponline.uk/posters/), [Open Content](https://cpponline.uk/open-content/) | [Registration](https://cpponline.uk/registration) | [Schedule](https://cpponline.uk/schedule) | [Coc](https://berlincodeofconduct.org/)  | No | [Sponsorship](https://docs.google.com/document/d/1fEZxTPg7kCDGK5N5XRpLo0vGnQ8p-50DoPL6E4cHeJA/edit?usp=sharing)  |&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [CFS (closed)](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) | Opens January, 15th    |   | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;
| [C++Now](https://cppnow.org/) | 2025 | April 28th - May 2nd | Aspen, CO, USA | [CFS](https://cppnow.org/announcements/2025/01/2025-cfs/) (closes Feb 10) | [Registration](https://cppnow.org/registration/) | TBD | [CoC](https://cppnow.org/about/code_of_conduct/) | Partial [[email for details](mailto:program@cppnow.org)] | [Sponsorship](mailto:sponsorship@cppnow.org) |&lt;br /&gt;
| [CppNorth](https://cppnorth.ca/) | 2024 | July 20&amp;amp;ndash;23 | Toronto, CA | [CFS](https://cppnorth.ca/cfp.html) (closed Feb 23)| [Early Bird](https://store.cppnorth.ca/checkouts/cn/Z2NwLWV1cm9wZS13ZXN0MTowMUpKRk1INUpWVFoxQVpSSDNZNFpGN1ZRUA?auto_redirect=false&amp;amp;amp;cart_link_id=g4JwhqVx&amp;amp;amp;channel=buy_button&amp;amp;amp;discount=EARLIEST_BIRD&amp;amp;amp;edge_redirect=true&amp;amp;amp;locale=en-CA&amp;amp;amp;skip_shop_pay=true) | TBD | [Coc](https://cppnorth.ca/code-of-conduct.html)| &lt;del style='background: #fcc; color: #600;'&gt;|&lt;br /&gt;
&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Sponsorship](https://cppnorth.ca/sponsors.html)|&lt;br /&gt;
&lt;/ins&gt;| [CppCon](https://cppcon.org/) | 2025 | September 13&amp;amp;ndash;19 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v34</link><pubDate>Sat, 25 Jan 2025 21:14:11 +0000</pubDate></item><item><title>conferences-worldwide (v33)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
| [C++Online](https://cpponline.uk/) | 2025 | February 25-28 | Online | [Posters](https://cpponline.uk/posters/), [Open Content](https://cpponline.uk/open-content/) | [Registration](https://cpponline.uk/registration) | [Schedule](https://cpponline.uk/schedule) | [Coc](https://berlincodeofconduct.org/)  | No | [Sponsorship](https://docs.google.com/document/d/1fEZxTPg7kCDGK5N5XRpLo0vGnQ8p-50DoPL6E4cHeJA/edit?usp=sharing)  |&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [CFS (closed)](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) | Opens January, 15th    |   | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;
| [C++Now](https://cppnow.org/) | 2025 | April 28th - May 2nd | Aspen, CO, USA | [CFS](https://cppnow.org/announcements/2025/01/2025-cfs/) (closes Feb 10) | &lt;del style='background: #fcc; color: #600;'&gt;[Registration](https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Registration](https://cppnow.&lt;/ins&gt;org/registration/) | TBD | &lt;del style='background: #fcc; color: #600;'&gt;[CoC](https://cppcon.org/codeofconduct/) &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CoC](https://cppnow.org/about/code_of_conduct/) &lt;/ins&gt;| Partial [[email for details](mailto:program@cppnow.org)] | [Sponsorship](mailto:sponsorship@cppnow.org) |&lt;br /&gt;
| [CppNorth](https://cppnorth.ca/) | 2024 | July 20&amp;amp;ndash;23 | Toronto, CA | [CFS](https://cppnorth.ca/cfp.html) (closed Feb 23)| [Early Bird](https://store.cppnorth.ca/checkouts/cn/Z2NwLWV1cm9wZS13ZXN0MTowMUpKRk1INUpWVFoxQVpSSDNZNFpGN1ZRUA?auto_redirect=false&amp;amp;amp;cart_link_id=g4JwhqVx&amp;amp;amp;channel=buy_button&amp;amp;amp;discount=EARLIEST_BIRD&amp;amp;amp;edge_redirect=true&amp;amp;amp;locale=en-CA&amp;amp;amp;skip_shop_pay=true) | &lt;ins style='background: #cfc; color: #060;'&gt;TBD &lt;/ins&gt;| &lt;del style='background: #fcc; color: #600;'&gt;| &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Coc](https://cppnorth.ca/code-of-conduct.html)| &lt;/ins&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v33</link><pubDate>Sat, 25 Jan 2025 21:12:59 +0000</pubDate></item><item><title>conferences-worldwide (v32)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
| [C++Online](https://cpponline.uk/) | 2025 | February 25-28 | Online | [Posters](https://cpponline.uk/posters/), [Open Content](https://cpponline.uk/open-content/) | [Registration](https://cpponline.uk/registration) | [Schedule](https://cpponline.uk/schedule) | [Coc](https://berlincodeofconduct.org/)  | No | [Sponsorship](https://docs.google.com/document/d/1fEZxTPg7kCDGK5N5XRpLo0vGnQ8p-50DoPL6E4cHeJA/edit?usp=sharing)  |&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [CFS (closed)](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) | Opens January, 15th    |   | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;
| [C++Now](https://cppnow.org/) | 2025 | April 28th - May 2nd | Aspen, CO, USA | &lt;del style='background: #fcc; color: #600;'&gt;[CFS}(https://cppnow.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CFS](https://cppnow.&lt;/ins&gt;org/announcements/2025/01/2025-cfs/) (closes Feb 10) | [Registration](https://cppcon.org/registration/) | TBD | [CoC](https://cppcon.org/codeofconduct/) | Partial [[email for details](mailto:program@cppnow.org)] | [Sponsorship](mailto:sponsorship@cppnow.org) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v32</link><pubDate>Sat, 25 Jan 2025 21:10:35 +0000</pubDate></item><item><title>conferences-worldwide (v31)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
| [C++Online](https://cpponline.uk/) | 2025 | February 25-28 | Online | [Posters](https://cpponline.uk/posters/), [Open Content](https://cpponline.uk/open-content/) | [Registration](https://cpponline.uk/registration) | [Schedule](https://cpponline.uk/schedule) | [Coc](https://berlincodeofconduct.org/)  | No | [Sponsorship](https://docs.google.com/document/d/1fEZxTPg7kCDGK5N5XRpLo0vGnQ8p-50DoPL6E4cHeJA/edit?usp=sharing)  |&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [CFS (closed)](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) | Opens January, 15th    |   | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;
| [C++Now](https://cppnow.org/) | 2025 | April 28th - May 2nd | Aspen, CO, USA &lt;del style='background: #fcc; color: #600;'&gt;|  &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;| [CFS}(https://cppnow.org/announcements/2025/01/2025-cfs/) (closes Feb 10) &lt;/ins&gt;| [Registration](https://cppcon.org/registration/) | TBD | [CoC](https://cppcon.org/codeofconduct/) | Partial [[email for details](mailto:program@cppnow.org)] | [Sponsorship](mailto:sponsorship@cppnow.org) |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppNorth](https://cppnorth.&lt;/ins&gt;ca/) | 2024 | July 20&amp;amp;ndash;23 | Toronto, CA | [CFS](https://cppnorth.ca/cfp.&lt;del style='background: #fcc; color: #600;'&gt;html)| &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;html) (closed Feb 23)| &lt;/ins&gt;[Early Bird](https://store.cppnorth.ca/checkouts/cn/Z2NwLWV1cm9wZS13ZXN0MTowMUpKRk1INUpWVFoxQVpSSDNZNFpGN1ZRUA?auto_redirect=false&amp;amp;amp;cart_link_id=g4JwhqVx&amp;amp;amp;channel=buy_button&amp;amp;amp;discount=EARLIEST_BIRD&amp;amp;amp;edge_redirect=true&amp;amp;amp;locale=en-CA&amp;amp;amp;skip_shop_pay=true) | | | |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v31</link><pubDate>Sat, 25 Jan 2025 21:10:11 +0000</pubDate></item><item><title>conferences-worldwide (v30)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [C++Online](https://cpponline.uk/) | 2025 | February 25-28 | Online | [Posters](https://cpponline.uk/posters/), [Open Content](https://cpponline.uk/open-content/) | [Registration](https://cpponline.uk/registration) | [Schedule](https://cpponline.uk/schedule) | [Coc](https://berlincodeofconduct.org/)  | No | [Sponsorship](https://docs.google.com/document/d/1fEZxTPg7kCDGK5N5XRpLo0vGnQ8p-50DoPL6E4cHeJA/edit?usp=sharing)  |&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [CFS (closed)](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) | Opens January, 15th    |   | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;
| [C++Now](https://cppnow.org/) | 2025 | April 28th - May 2nd | Aspen, CO, USA |  | [Registration](https://cppcon.org/registration/) | TBD | [CoC](https://cppcon.org/codeofconduct/) | Partial [[email for details](mailto:program@cppnow.org)] | [Sponsorship](mailto:sponsorship@cppnow.org) |&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 20&amp;amp;ndash;23 | Toronto, CA | [CFS](https://cppnorth.ca/cfp.html)| [Early Bird](https://store.cppnorth.ca/checkouts/cn/Z2NwLWV1cm9wZS13ZXN0MTowMUpKRk1INUpWVFoxQVpSSDNZNFpGN1ZRUA?auto_redirect=false&amp;amp;amp;cart_link_id=g4JwhqVx&amp;amp;amp;channel=buy_button&amp;amp;amp;discount=EARLIEST_BIRD&amp;amp;amp;edge_redirect=true&amp;amp;amp;locale=en-CA&amp;amp;amp;skip_shop_pay=true) | | | |&lt;br /&gt;
&lt;/ins&gt;| [CppCon](https://cppcon.org/) | 2025 | September 13&amp;amp;ndash;19 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v30</link><pubDate>Sat, 25 Jan 2025 21:06:32 +0000</pubDate></item><item><title>conferences-worldwide (v29)</title><description>Revision by: Hana Dus&iacute;kov&aacute;&lt;br /&gt;(NDC techtown didn't yet announce ticket prices for 2025)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [CFS (closed)](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) | Opens January, 15th    |   | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;
| [C++Now](https://cppnow.org/) | 2025 | April 28th - May 2nd | Aspen, CO, USA |  | [Registration](https://cppcon.org/registration/) | TBD | [CoC](https://cppcon.org/codeofconduct/) | Partial [[email for details](mailto:program@cppnow.org)] | [Sponsorship](mailto:sponsorship@cppnow.org) |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2025 | September 13&amp;amp;ndash;19 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
| [NDC TechTown](https://ndctechtown.com) | 2025 | September 22&amp;amp;ndash;25 | Kongsberg, Norway |  | &lt;del style='background: #fcc; color: #600;'&gt;[Tickets](https://ndctechtown.com/tickets) &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;TBA &lt;/ins&gt;|  | [CoC](https://ndctechtown.com/code-of-conduct) | hotel + transport | [Partnership](https://ndctechtown.com/become-a-partner) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v29</link><pubDate>Sat, 04 Jan 2025 12:47:07 +0000</pubDate></item><item><title>conferences-worldwide (v28)</title><description>Revision by: Hana Dus&iacute;kov&aacute;&lt;br /&gt;(Moving CPP-Summit to past conferences.)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
| Name | Year | Conference  &amp;amp;lt;br&amp;amp;gt;Date | Location | Proposals | Registration | Schedule | Conduct | Speaker &amp;amp;lt;br&amp;amp;gt;Support | Sponsorship |&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
&lt;del style='background: #fcc; color: #600;'&gt;| [CPP-Summit](https://cpp-summit.org//en) | 2024 | December 5-6 | Shanghai, China |  | [Registration](https://boolan.com/project/enroll/152) |  | [Coc](https://berlincodeofconduct.org/)  | Yes [[email for details](mailto:service@boolan.com)] | [Sponsorship](mailto:partner@boolan.com)  |&lt;br /&gt;
&lt;/del&gt;| [C++Online](https://cpponline.uk/) | 2025 | February 25-28 | Online | [Posters](https://cpponline.uk/posters/), [Open Content](https://cpponline.uk/open-content/) | [Registration](https://cpponline.uk/registration) | [Schedule](https://cpponline.uk/schedule) | [Coc](https://berlincodeofconduct.org/)  | No | [Sponsorship](https://docs.google.com/document/d/1fEZxTPg7kCDGK5N5XRpLo0vGnQ8p-50DoPL6E4cHeJA/edit?usp=sharing)  |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| Name | Year | Conference  &amp;amp;lt;br&amp;amp;gt;Date | Location | Schedule | Talk Videos | Lightning  &amp;amp;lt;br&amp;amp;gt;Talk Videos | Slides | Video Channel |&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;| [CPP-Summit](https://cpp-summit.org//en) | 2024 | December 5-6 | Shanghai, China |  | | | | |&lt;br /&gt;
&lt;/ins&gt;| [Core C++](https://corecpp.org) | 2024 | November 26&amp;amp;ndash;28 | Tel Aviv, Israel | [Schedule](https://corecpp.org/schedule/) | [Talks](https://www.youtube.com/@corecpp) | [Lightning Talks](https://www.youtube.com/@corecpp) | [Slides](https://github.com/CoreCppIL/CoreCpp2024) | [CoreCppIL](https://www.youtube.com/@corecpp) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v28</link><pubDate>Sat, 04 Jan 2025 12:45:58 +0000</pubDate></item><item><title>conferences-worldwide (v27)</title><description>Revision by: Hana Dus&iacute;kov&aacute;&lt;br /&gt;(Adding Meeting C++ 2025)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [CFS (closed)](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) | Opens January, 15th    |   | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;
| [C++Now](https://cppnow.org/) | 2025 | April 28th - May 2nd | Aspen, CO, USA |  | [Registration](https://cppcon.org/registration/) | TBD | [CoC](https://cppcon.org/codeofconduct/) | Partial [[email for details](mailto:program@cppnow.org)] | [Sponsorship](mailto:sponsorship@cppnow.org) |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2025 | September 13&amp;amp;ndash;19 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
| [NDC TechTown](https://ndctechtown.com) | 2025 | September 22&amp;amp;ndash;25 | Kongsberg, Norway |  | [Tickets](https://ndctechtown.com/tickets) |  | [CoC](https://ndctechtown.com/code-of-conduct) | hotel + transport | [Partnership](https://ndctechtown.com/become-a-partner) &lt;ins style='background: #cfc; color: #060;'&gt;|&lt;br /&gt;
| [Meeting C++](https://meetingcpp.com) | 2025 | November TBA | Berlin, Germany (hybrid) |  | TBA |  | [CoC](http://berlincodeofconduct.org/) | hotel | &lt;/ins&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v27</link><pubDate>Sat, 04 Jan 2025 12:42:07 +0000</pubDate></item><item><title>conferences-worldwide (v26)</title><description>Revision by: Hana Dus&iacute;kov&aacute;&lt;br /&gt;(Added NDC TechTown 2025.)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [C++Online](https://cpponline.uk/) | 2025 | February 25-28 | Online | [Posters](https://cpponline.uk/posters/), [Open Content](https://cpponline.uk/open-content/) | [Registration](https://cpponline.uk/registration) | [Schedule](https://cpponline.uk/schedule) | [Coc](https://berlincodeofconduct.org/)  | No | [Sponsorship](https://docs.google.com/document/d/1fEZxTPg7kCDGK5N5XRpLo0vGnQ8p-50DoPL6E4cHeJA/edit?usp=sharing)  |&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [CFS (closed)](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) | Opens January, 15th    |   | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;
| [C++Now](https://cppnow.org/) | 2025 | April 28th - May 2nd | Aspen, CO, USA |  | [Registration](https://cppcon.org/registration/) | TBD | [CoC](https://cppcon.org/codeofconduct/) | Partial [[email for details](mailto:program@cppnow.org)] | [Sponsorship](mailto:sponsorship@cppnow.org) |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2025 | September 13&amp;amp;ndash;19 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) &lt;ins style='background: #cfc; color: #060;'&gt;|&lt;br /&gt;
| [NDC TechTown](https://ndctechtown.com) | 2025 | September 22&amp;amp;ndash;25 | Kongsberg, Norway |  | [Tickets](https://ndctechtown.com/tickets) |  | [CoC](https://ndctechtown.com/code-of-conduct) | hotel + transport | [Partnership](https://ndctechtown.com/become-a-partner) &lt;/ins&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v26</link><pubDate>Sat, 04 Jan 2025 12:26:59 +0000</pubDate></item><item><title>conferences-worldwide (v25)</title><description>Revision by: InbalL&lt;br /&gt;(Minor rename from &quot;CppOnline&quot; into &quot;C++Online&quot; according to organizers' request)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| Name | Year | Conference  &amp;amp;lt;br&amp;amp;gt;Date | Location | Proposals | Registration | Schedule | Conduct | Speaker &amp;amp;lt;br&amp;amp;gt;Support | Sponsorship |&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
| [CPP-Summit](https://cpp-summit.org//en) | 2024 | December 5-6 | Shanghai, China |  | [Registration](https://boolan.com/project/enroll/152) |  | [Coc](https://berlincodeofconduct.org/)  | Yes [[email for details](mailto:service@boolan.com)] | [Sponsorship](mailto:partner@boolan.com)  |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[Cpp Online](https://cpponline.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[C++Online](https://cpponline.&lt;/ins&gt;uk/) | 2025 | February 25-28 | Online | [Posters](https://cpponline.uk/posters/), [Open Content](https://cpponline.uk/open-content/) | [Registration](https://cpponline.uk/registration) | [Schedule](https://cpponline.uk/schedule) | [Coc](https://berlincodeofconduct.org/)  | No | [Sponsorship](https://docs.google.com/document/d/1fEZxTPg7kCDGK5N5XRpLo0vGnQ8p-50DoPL6E4cHeJA/edit?usp=sharing)  |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v25</link><pubDate>Sat, 21 Dec 2024 09:40:14 +0000</pubDate></item><item><title>conferences-worldwide (v24)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| Name | Year | Conference  &amp;amp;lt;br&amp;amp;gt;Date | Location | Proposals | Registration | Schedule | Conduct | Speaker &amp;amp;lt;br&amp;amp;gt;Support | Sponsorship |&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
| [CPP-Summit](https://cpp-summit.org//en) | 2024 | December 5-6 | Shanghai, China |  | [Registration](https://boolan.com/project/enroll/152) |  | [Coc](https://berlincodeofconduct.org/)  | Yes [[email for details](mailto:service@boolan.com)] | [Sponsorship](mailto:partner@boolan.com)  |&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;| [Cpp Online](https://cpponline.uk/) | 2025 | February 25-28 | Online | [Posters](https://cpponline.uk/posters/), [Open Content](https://cpponline.uk/open-content/) | [Registration](https://cpponline.uk/registration) | [Schedule](https://cpponline.uk/schedule) | [Coc](https://berlincodeofconduct.org/)  | No | [Sponsorship](https://docs.google.com/document/d/1fEZxTPg7kCDGK5N5XRpLo0vGnQ8p-50DoPL6E4cHeJA/edit?usp=sharing)  |&lt;br /&gt;
&lt;/ins&gt;| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [CFS (closed)](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) | Opens January, 15th    |   | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v24</link><pubDate>Fri, 20 Dec 2024 18:59:11 +0000</pubDate></item><item><title>conferences-worldwide (v23)</title><description>Revision by: InbalL&lt;br /&gt;(Add C++Now, move CoreC++ 2024, MeetingC++ 2024 to past conferences list)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;### Upcoming Conferences&lt;br /&gt;
&lt;br /&gt;
| Name | Year | Conference  &amp;amp;lt;br&amp;amp;gt;Date | Location | Proposals | Registration | Schedule | Conduct | &lt;del style='background: #fcc; color: #600;'&gt;Speaker  &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;Speaker &lt;/ins&gt;&amp;amp;lt;br&amp;amp;gt;Support | Sponsorship |&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
&lt;del style='background: #fcc; color: #600;'&gt;| [Meeting C++](https://meetingcpp.com/2024/) | 2024 | November 14&amp;amp;ndash;16 | Berlin, Germany| | [Registration](https://ti.to/meetingcpp/meetingcpp-2024) | [schedule](https://meetingcpp.com/2024/Schedule.html)|[Coc](https://berlincodeofconduct.org/) |    Yes   | [Sponsoring](https://meetingcpp.com/mcpp/sponsoring/)   |&lt;br /&gt;
| [Core C++](https://corecpp.org/) | 2024 | November 26&amp;amp;ndash;28 | Tel Aviv, Israel | [CFS](https://cfs.corecpp.org/) | TBD | [Schedule TBD](https://corecpp.org/schedule/) | [Coc](https://berlincodeofconduct.org/)  | Yes | [Sponsorship](https://corecpp.org/assets/CoreCpp2024_SponsoringOffer.pdf)  |&lt;br /&gt;
&lt;/del&gt;| [CPP-Summit](https://cpp-summit.org//en) | 2024 | December 5-6 | Shanghai, China |  | [Registration](https://boolan.com/project/enroll/152) |  | [Coc](https://berlincodeofconduct.org/)  | Yes [[email for details](mailto:service@boolan.com)] | [Sponsorship](mailto:partner@boolan.com)  |&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | &lt;del style='background: #fcc; color: #600;'&gt;[Call for Talks](https://eventos.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CFS (closed)](https://eventos.&lt;/ins&gt;uc3m.es/119554/section/51867/using-std-cpp-2025.html) &lt;del style='background: #fcc; color: #600;'&gt;close: November 30 &lt;/del&gt;| Opens January, 15th    &lt;del style='background: #fcc; color: #600;'&gt;|     &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;|   &lt;/ins&gt;| [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;| [C++Now](https://cppnow.org/) | 2025 | April 28th - May 2nd | Aspen, CO, USA |  | [Registration](https://cppcon.org/registration/) | TBD | [CoC](https://cppcon.org/codeofconduct/) | Partial [[email for details](mailto:program@cppnow.org)] | [Sponsorship](mailto:sponsorship@cppnow.org) |&lt;br /&gt;
&lt;/ins&gt;| [CppCon](https://cppcon.org/) | 2025 | September 13&amp;amp;ndash;19 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| Name | Year | Conference  &amp;amp;lt;br&amp;amp;gt;Date | Location | Schedule | Talk Videos | Lightning  &amp;amp;lt;br&amp;amp;gt;Talk Videos | Slides | Video Channel |&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;| [Core C++](https://corecpp.org) | 2024 | November 26&amp;amp;ndash;28 | Tel Aviv, Israel | [Schedule](https://corecpp.org/schedule/) | [Talks](https://www.youtube.com/@corecpp) | [Lightning Talks](https://www.youtube.com/@corecpp) | [Slides](https://github.com/CoreCppIL/CoreCpp2024) | [CoreCppIL](https://www.youtube.com/@corecpp) |&lt;br /&gt;
| [Meeting C++](https://meetingcpp.com/2024/) | 2024 | November 14&amp;amp;ndash;16 | Berlin, Germany + Online | [Meeting C++](https://meetingcpp.com/2024) |     |     |     |     |&lt;br /&gt;
&lt;/ins&gt;| [C++ Under The Sea](https://cppunderthesea.nl/) | 2024 | October 10&amp;amp;ndash;11 | Breepark, Breda, Netherlands | | | | | |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | | | | | |&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21&amp;amp;ndash;24 | Toronto, CA | | | | | |&lt;br /&gt;
| [C++ on Sea On Site](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | July 2&amp;amp;ndash;5 | Folkestone, UK | | | | | |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2024 | &lt;del style='background: #fcc; color: #600;'&gt;Apr. 29&amp;amp;ndash;May &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;Aprril 29 &amp;amp;ndash; May &lt;/ins&gt;3 | Aspen, CO, USA | | | | | |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v23</link><pubDate>Fri, 20 Dec 2024 18:53:44 +0000</pubDate></item><item><title>conferences-worldwide (v22)</title><description>Revision by: MichaelWong&lt;br /&gt;(Michael Wong added CPPSummit as this is a conf since 2016 that Bjarne, I, and Michael Spertus + many others attended in the past:
Name: CPP-Summit [https://cpp-summit.org//en]
Year: 2024 Conference
Date: December 5-6
Location: Shanghai, China
Registration: Registration [https://boolan.com/project/enroll/152]
Speaker Support: Contact [service@boolan.com]
Sponsorship: Contact [partner@boolan.com])&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
| [Meeting C++](https://meetingcpp.com/2024/) | 2024 | November 14&amp;amp;ndash;16 | Berlin, Germany| | [Registration](https://ti.to/meetingcpp/meetingcpp-2024) | [schedule](https://meetingcpp.com/2024/Schedule.html)|[Coc](https://berlincodeofconduct.org/) |    Yes   | [Sponsoring](https://meetingcpp.com/mcpp/sponsoring/)   |&lt;br /&gt;
| [Core C++](https://corecpp.org/) | 2024 | November 26&amp;amp;ndash;28 | Tel Aviv, Israel | [CFS](https://cfs.corecpp.org/) | TBD | [Schedule TBD](https://corecpp.org/schedule/) | [Coc](https://berlincodeofconduct.org/)  | Yes | [Sponsorship](https://corecpp.org/assets/CoreCpp2024_SponsoringOffer.pdf)  |&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;| [CPP-Summit](https://cpp-summit.org//en) | 2024 | December 5-6 | Shanghai, China |  | [Registration](https://boolan.com/project/enroll/152) |  | [Coc](https://berlincodeofconduct.org/)  | Yes [[email for details](mailto:service@boolan.com)] | [Sponsorship](mailto:partner@boolan.com)  |&lt;br /&gt;
&lt;/ins&gt;| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [Call for Talks](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) close: November 30 | Opens January, 15th    |     | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v22</link><pubDate>Fri, 29 Nov 2024 17:52:47 +0000</pubDate></item><item><title>conferences-worldwide (v21)</title><description>Revision by: Jon Kalb&lt;br /&gt;(Updated CppCon student and volunteer programs.
Alphabetized &ldquo;Student and volunteer programs&rdquo; by conference name.)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
| Conference | Location | Time of Year | Financial Support |&lt;br /&gt;
| --- | --- | --- | --- |&lt;br /&gt;
&lt;del style='background: #fcc; color: #600;'&gt;| [C++Now](https://web.archive.org/web/20240203004325/https://cppnow.org/about/volunteer_program) | US, Colorado | Apr/May | Pays for registration, transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [CppCon (Student)](https://cppcon.org/student-program) | US, Colorado | Sep/Oct | Discounted registration |&lt;br /&gt;
| [CppCon (Volunteer)](https://cppcon.org/volunteers) | US, Colorado | Sep/Oct | Pays for registration, transit, &amp;amp;amp; lodging |&lt;br /&gt;
&lt;/del&gt;| [C++ On Sea (Student)](https://web.archive.org/web/20240203004325/https://cpponsea.uk/students) | UK  | Jun/Jul | Pays for registration, local transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [C++ On Sea (Volunteer)](https://web.archive.org/web/20240203004325/https://cpponsea.uk/volunteers) | UK  | Jun/Jul | Pays for registration, local transit, &amp;amp;amp; lodging |&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;| [C++Now](https://web.archive.org/web/20240203004325/https://cppnow.org/about/volunteer_program) | US, Colorado | Apr/May | Pays for registration, transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [Core C++](https://web.archive.org/web/20240203004325/https://corecpp.org/) | Israel | Summer | Pays for registration &amp;amp;amp; local transit|&lt;br /&gt;
| [CppCon (Student)](https://cppcon.org/student-program) | US, Colorado | September | Discounted registration &amp;amp;amp; classes.|&lt;br /&gt;
| [CppCon (Volunteer)](https://cppcon.org/volunteers) | US, Colorado | September| Pays for registration. Discounted classes. Some grants available for transit &amp;amp;amp; lodging |&lt;br /&gt;
&lt;/ins&gt;| [Meeting C++ (Student)](https://meetingcpp.com/mcpp/studentprogram) | Germany | November | Pays for registration |&lt;br /&gt;
| [Meeting C++ (Volunteer)](https://meetingcpp.com/mcpp/volunteerapplication) | Germany | November | Pays for registration &lt;del style='background: #fcc; color: #600;'&gt;|&lt;br /&gt;
| [Core C++](https://web.archive.org/web/20240203004325/https://corecpp.org/) | Israel | Summer | Pays for registration &amp;amp;amp; local transit &lt;/del&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v21</link><pubDate>Thu, 31 Oct 2024 23:58:34 +0000</pubDate></item><item><title>conferences-worldwide (v20)</title><description>Revision by: Jon Kalb&lt;br /&gt;(Added CppCon 2025)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
| [Meeting C++](https://meetingcpp.com/2024/) | 2024 | November 14&amp;amp;ndash;16 | Berlin, Germany| | [Registration](https://ti.to/meetingcpp/meetingcpp-2024) | [schedule](https://meetingcpp.com/2024/Schedule.html)|[Coc](https://berlincodeofconduct.org/) |    Yes   | [Sponsoring](https://meetingcpp.com/mcpp/sponsoring/)   |&lt;br /&gt;
| [Core C++](https://corecpp.org/) | 2024 | November 26&amp;amp;ndash;28 | Tel Aviv, Israel | [CFS](https://cfs.corecpp.org/) | TBD | [Schedule TBD](https://corecpp.org/schedule/) | [Coc](https://berlincodeofconduct.org/)  | Yes | [Sponsorship](https://corecpp.org/assets/CoreCpp2024_SponsoringOffer.pdf)  |&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [Call for Talks](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) close: November 30 | Opens January, 15th    |     | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    &lt;ins style='background: #cfc; color: #060;'&gt;|&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2025 | September 13&amp;amp;ndash;19 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) &lt;/ins&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v20</link><pubDate>Thu, 31 Oct 2024 23:50:58 +0000</pubDate></item><item><title>conferences-worldwide (v19)</title><description>Revision by: Jon Kalb&lt;br /&gt;(Moved past conferences to &ldquo;Past Conferences&rdquo;)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
| Name | Year | Conference  &amp;amp;lt;br&amp;amp;gt;Date | Location | Proposals | Registration | Schedule | Conduct | Speaker  &amp;amp;lt;br&amp;amp;gt;Support | Sponsorship |&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
&lt;del style='background: #fcc; color: #600;'&gt;| [C++ on Sea Online](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | Feb 29&amp;amp;ndash;Mar 2 | Online | [CFS](https://web.archive.org/web/20240203004325/https://cpponsea.uk/callforspeakers/) close: Oct 31st |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2024 | April 17&amp;amp;ndash;20 | Bristol, UK | [CFS](https://web.archive.org/web/20240203004325/https://accuconference.org/callforspeakers) | [ACCU 2024](https://web.archive.org/web/20240203004325/https://accuconference.org/) |     | [Coc](https://web.archive.org/web/20240203004325/https://accu.org/conf-menu-overviews/coc_code_of_conduct/) |     |     |&lt;br /&gt;
| [using std::cpp](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/go/usingstdcpp-2024) | 2024 | April 25&amp;amp;ndash;26 | Leganes, Spain | [CFT](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/105614/section/47656/using-std-cpp-2024.html) close: Jan 31 |     |     | [Coc](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/105614/section/47661/using-std-cpp-2024.html) |     |     |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2024 | Apr. 29&amp;amp;ndash;May 3 | Aspen, CO, USA | [CFS](https://web.archive.org/web/20240203004325/https://cppnow.org/announcements/2024/01/2024-CfS/) close: Feb 9th |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnow.org/about/contact/) |     |     |&lt;br /&gt;
| [C++ on Sea On Site](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | July 2&amp;amp;ndash;5 | Folkestone, UK |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21&amp;amp;ndash;24 | Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | [Call for Speakers](https://www.cppindia.co.in/conference/2024/call-for-speakers/) close: June 20 | [Registration](https://konfhub.com/cppindiacon2024) |  | [Coc](https://www.cppindia.co.in/CodeOfConduct/codeofconduct) | | |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
| [C++ Under The Sea](https://cppunderthesea.nl/) | 2024 | October 10&amp;amp;ndash;11 | Breepark, Breda, Netherlands |  | [Registration](https://store.ticketing.cm.com/cppunderthesea) |  | [CoC](https://cppunderthesea.nl/code-of-conduct/) | Partial ([Contact](https://cppunderthesea.nl/contact/)) | [Sponsorship](https://cppunderthesea.nl/contact/) |&lt;br /&gt;
&lt;/del&gt;| [Meeting C++](https://meetingcpp.com/2024/) | 2024 | November 14&amp;amp;ndash;16 | Berlin, Germany| | [Registration](https://ti.to/meetingcpp/meetingcpp-2024) | [schedule](https://meetingcpp.com/2024/Schedule.html)|[Coc](https://berlincodeofconduct.org/) |    Yes   | [Sponsoring](https://meetingcpp.com/mcpp/sponsoring/)   |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| Name | Year | Conference  &amp;amp;lt;br&amp;amp;gt;Date | Location | Schedule | Talk Videos | Lightning  &amp;amp;lt;br&amp;amp;gt;Talk Videos | Slides | Video Channel |&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;| [C++ Under The Sea](https://cppunderthesea.nl/) | 2024 | October 10&amp;amp;ndash;11 | Breepark, Breda, Netherlands | | | | | |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA |[Schedule](https://cppcon2024.sched.com/)| | |[materials](https://github.com/CppCon/CppCon2024)|[YouTube](https://www.youtube.com/@CppCon)|&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | | | | | |&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21&amp;amp;ndash;24 | Toronto, CA | | | | | |&lt;br /&gt;
| [C++ on Sea On Site](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | July 2&amp;amp;ndash;5 | Folkestone, UK | | | | | |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2024 | Apr. 29&amp;amp;ndash;May 3 | Aspen, CO, USA | | | | | |&lt;br /&gt;
| [using std::cpp](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/go/usingstdcpp-2024) | 2024 | April 25&amp;amp;ndash;26 | Leganes, Spain | | | | | |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2024 | April 17&amp;amp;ndash;20 | Bristol, UK | | | | | |&lt;br /&gt;
| [C++ on Sea Online](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | Feb 29&amp;amp;ndash;Mar 2 | Online | | | | | |&lt;br /&gt;
&lt;/ins&gt;| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2023 | November 16&amp;amp;ndash;17 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/agenda#agenda) |     |     |     |     |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v19</link><pubDate>Thu, 31 Oct 2024 23:47:56 +0000</pubDate></item><item><title>conferences-worldwide (v18)</title><description>Revision by: jdgarcia&lt;br /&gt;(Added using std::cpp 2025 conference)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
| [C++ Under The Sea](https://cppunderthesea.nl/) | 2024 | October 10&amp;amp;ndash;11 | Breepark, Breda, Netherlands |  | [Registration](https://store.ticketing.cm.com/cppunderthesea) |  | [CoC](https://cppunderthesea.nl/code-of-conduct/) | Partial ([Contact](https://cppunderthesea.nl/contact/)) | [Sponsorship](https://cppunderthesea.nl/contact/) |&lt;br /&gt;
| [Meeting C++](https://meetingcpp.com/2024/) | 2024 | November 14&amp;amp;ndash;16 | Berlin, Germany| | [Registration](https://ti.to/meetingcpp/meetingcpp-2024) | [schedule](https://meetingcpp.com/2024/Schedule.html)|[Coc](https://berlincodeofconduct.org/) |    Yes   | [Sponsoring](https://meetingcpp.com/mcpp/sponsoring/)   |&lt;br /&gt;
| [Core C++](https://corecpp.org/) | 2024 | November 26&amp;amp;ndash;28 | Tel Aviv, Israel | [CFS](https://cfs.corecpp.org/) | TBD | [Schedule TBD](https://corecpp.org/schedule/) | [Coc](https://berlincodeofconduct.org/)  | Yes | [Sponsorship](https://corecpp.org/assets/CoreCpp2024_SponsoringOffer.pdf)  &lt;ins style='background: #cfc; color: #060;'&gt;|&lt;br /&gt;
| [using std::cpp](https://eventos.uc3m.es/go/usingstdcpp-2025) | 2025 | March 19-21 | Leganes, Spain | [Call for Talks](https://eventos.uc3m.es/119554/section/51867/using-std-cpp-2025.html) close: November 30 | Opens January, 15th    |     | [Coc](https://eventos.uc3m.es/119554/section/51868/using-std-cpp-2025.html) |     | Yes [[Contact](mailto:jdgarcia@inf.uc3m.es)]    &lt;/ins&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v18</link><pubDate>Mon, 28 Oct 2024 15:49:35 +0000</pubDate></item><item><title>conferences-worldwide (v17)</title><description>Revision by: Meeting C++&lt;br /&gt;(removing the webarchive links from meeting c++. This isn't a good idea, and does damage to the SEO for the conferences...)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2023 | November 16&amp;amp;ndash;17 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/agenda#agenda) |     |     |     |     |&lt;br /&gt;
| [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://meetingcpp.&lt;/ins&gt;com/2023) | 2023 | November 12&amp;amp;ndash;14 | Berlin, Germany + online | [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://meetingcpp.&lt;/ins&gt;com/2023) |     |     |     |     |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2023 | May 7&amp;amp;ndash;12 | Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/https://schedule.cppnow.org/23/) |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [using std::cpp](https://web.archive.org/web/20240203004325/https://usingstdcpp.org/) | 2023 | April 27&amp;amp;ndash;28 | Legan&amp;amp;eacute;s, Madrid, Spain |     |     |     |     |     |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://meetingcpp.com/) | 2022 | November 16&amp;amp;ndash;19 | Berlin/online, Germany | [Schedule](https://meetingcpp.com/2022/Schedule.html) | [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://www.&lt;/ins&gt;youtube.com/watch?v=33vnEuIYQBU&amp;amp;amp;list=PLRyNF2Y6sca26zZjdpWS-NmRiKkJEOBFl) |     |     | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0hXu0FG-5SP3lTI-g7srMW) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [Cpp-Summit 2020](https://web.archive.org/web/20240203004325/http://cpp-summit.org/en) | 2020 | December 4&amp;amp;ndash;5 | Shenzhen, China |     |     |     |     |     |&lt;br /&gt;
| [C++ Day 2020](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/) | 2020 | November 28 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/cppday20/) | [C++ Day](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LX6l97Royt5DSYy7V05nZmS) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/cppday20) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2020 | November 18 | Wrocław, Poland |     | [code::dive 2020](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1feBLbwORz3dBdCylfe0lBlR) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://meetingcpp.&lt;/ins&gt;com/) | 2020 | November 12&amp;amp;ndash;14 | Berlin, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2020/Schedule.html) | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0hXu0FG-5SP3lTI-g7srMW) |     | &lt;del style='background: #fcc; color: #600;'&gt;[Slides](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Slides](https://meetingcpp.&lt;/ins&gt;com/mcpp/slides/?year=2020) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [C++ Day](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/cppday19/) | 2019 | November 30 | Parma, Italy | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/cppday19/) |     |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/cppday19/) |     |&lt;br /&gt;
| [C++ CoreHard Autumn](https://web.archive.org/web/20240203004325/http://conference.corehard.by/) | 2019 | November 29&amp;amp;ndash;30 | Minsk, Belarus |     |     |     | [Slides](https://web.archive.org/web/20240203004325/https://www.slideshare.net/corehard_by/presentations) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/c/corehard) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2019 | November 20&amp;amp;ndash;21 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/) | [code::dive 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1feGeZUcGbIcF9J3iIjuhESq) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://meetingcpp.&lt;/ins&gt;com/) | 2019 | November 14&amp;amp;ndash;16 | Berlin, Germany | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://www.&lt;/ins&gt;meetingcpp.com/2019/Schedule.html) | [Meeting C++ &lt;del style='background: #fcc; color: #600;'&gt;2019](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2019](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLRyNF2Y6sca27wjBvjc5yg3F1QqZgazKb) | [Meeting C++ &lt;del style='background: #fcc; color: #600;'&gt;2019](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2019](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLRyNF2Y6sca1nKqNGjafqpTke8RmvZIji) |     | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/MeetingCPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [Cpp Europe](https://web.archive.org/web/20240203004325/https://cppeurope.com/) | 2019 | February 26 | Bucharest, Romania | [Schedule](https://web.archive.org/web/20240203004325/https://cppeurope.com/schedule/) | [Cpp Europe 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLKkbEnCSP7sezU3eY8f7NrbJp5g4Kfurl) |     | [Slides](https://web.archive.org/web/20240203004325/https://cppeurope.com/cppeurope-26-february-2019-bucharest/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCZS60J7KcQOLf87H3P_PTlg) |&lt;br /&gt;
| [C++ on Sea](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2019 | February 4&amp;amp;ndash;6 | Folkestone, UK | [Schedule](https://web.archive.org/web/20240203004325/https://cpponsea.uk/schedule/) | [Day 1](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jtk7-GIVq3-bkKDKDtoagj4) [Day 2](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jvWwbkUgMyGpA6VyqGrHbdv) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7juIhIykfhFmjyl4D5Tvjvdh) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/philsquared/cpponsea-slides/tree/master/2019) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://meetingcpp.&lt;/ins&gt;com/2018/) | 2018 | November 15&amp;amp;ndash;17 | Berlin, Germany | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://meetingcpp.&lt;/ins&gt;com/2018/Schedule.html) | [Meeting C++ 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca3bxLLAojbEWaZ2DueRPZVy) | [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLRyNF2Y6sca2xj5RF5L5bzcUysQFVNOwQ) | &lt;del style='background: #fcc; color: #600;'&gt;[Slides](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Slides](https://meetingcpp.&lt;/ins&gt;com/mcpp/slides/) | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/MeetingCPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [pacific++](https://web.archive.org/web/20240203004325/https://pacificplusplus.com/) | 2017 | October 26&amp;amp;ndash;27 | Christchurch, New Zealand |     | [pacific++ 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLd4OrpVodmxUf6WsIJhb2KvYaq9RBuIr3) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/pacificplusplus/conference/tree/master/slides-2017) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCrRR5mU5aqvtZAuEGYfdTjw) |&lt;br /&gt;
| [Cpp-Summit 2017](https://web.archive.org/web/20240203004325/https://cppnow.org/announcements/2020/12/2021-CfS/) | 2017 | November 17&amp;amp;ndash;18 | Beijing, China |     |     |     |     |     |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2017 | November 14&amp;amp;ndash;15 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2017) | [code::dive 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fdoBo5uqDjhLg5OcZYKh_KU) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2017) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://meetingcpp.&lt;/ins&gt;com/2017/) | 2017 | November 9&amp;amp;ndash;11 | Berlin, Germany | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://meetingcpp.&lt;/ins&gt;com/2017/Schedule.html) | [Meeting C++ 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca3EUO_RTNv5t7gUmppFl9R1) |     | [Slides &lt;del style='background: #fcc; color: #600;'&gt;(zip)](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;(zip)](https://meetingcpp.&lt;/ins&gt;com/2017/slides_meetingcpp_2017.zip) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2017/) | 2017 | May 16&amp;amp;ndash;20 | Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2017/schedule/) | [C++Now 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roXJldxjJGtH8PJb4dY6nN1D) | [C++Now 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roV-ATm4VQH5Tc78_0bruUuI) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2017) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/2017/accu2017.html) | 2017 | April 24&amp;amp;ndash;29 | Bristol, UK | [Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2017/schedule.html) | [ACCU 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw/playlists?view=50&amp;amp;amp;flow=grid&amp;amp;amp;shelf_id=11) |     | [In Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2017/schedule.html) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://meetingcpp.&lt;/ins&gt;com/) | 2016 | November 18&amp;amp;ndash;19 | Berlin, Germany |     | [Meeting C++ &lt;del style='background: #fcc; color: #600;'&gt;2016](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2016](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLRyNF2Y6sca06lulacjysyu8RIwfKgYoY) | [Meeting C++ &lt;del style='background: #fcc; color: #600;'&gt;2016](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2016](https://www.&lt;/ins&gt;youtube.com/user/MeetingCPP/search?query=%22Lightning+Talks+Meeting+C%2B%2B+2016%22) |     | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/MeetingCPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2016/) | 2016 | May 10&amp;amp;ndash;14 | Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2016/schedule/) | [C++Now 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roU0F3w20Ac77YeOFyvFmaJD) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2016) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/2016/accu2016.html) | 2016 | April 24&amp;amp;ndash;29 | Bristol, UK | [Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2016/schedule.html) | [ACCU 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw/playlists?view=50&amp;amp;amp;flow=grid&amp;amp;amp;shelf_id=3) |     | [In Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2016/schedule.html) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://meetingcpp.&lt;/ins&gt;com/) | 2015 | December 4&amp;amp;ndash;5 | Berlin, Germany |     | [Meeting C++ &lt;del style='background: #fcc; color: #600;'&gt;2015](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2015](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLRyNF2Y6sca0UKKZ2PTSwF3WrDjABQdcL) | [Meeting C++ &lt;del style='background: #fcc; color: #600;'&gt;2015](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2015](https://www.&lt;/ins&gt;meetingcpp.com/meetingcpp/news/items/meeting-c-2015-all-lightning-talks-are-now-online-at-youtube.html) |     | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/MeetingCPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2015 | September 21&amp;amp;ndash;25 | Bellevue, Washington, USA | [Schedule](https://cppcon.org/2015program/) | [CppCon 2015](https://www.youtube.com/playlist?list=PLHTh1InhhwT75gykhs7pqcR_uSiG601oh) | [CppCon 2015](https://www.youtube.com/playlist?list=PLHTh1InhhwT5CG9nJE1sKKHUhz1jOmvjM) | [Slides](https://github.com/CppCon/CppCon2015) | [YouTube](https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2015/) | 2015 | May 12&amp;amp;ndash;15 | Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2015/schedule/) | [C++Now 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roX665MVPoqbzHVZFMBzgytT) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2015) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://meetingcpp.&lt;/ins&gt;com/) | 2014 | December 5&amp;amp;ndash;6 | Berlin, Germany |     | [Meeting C++ &lt;del style='background: #fcc; color: #600;'&gt;2014](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2014](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLRyNF2Y6sca0Luy-3XreR2l2aQ7Hf5ODl) |     |     | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/MeetingCPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2014 | September 8&amp;amp;ndash;12 | Bellevue, Washington, USA | [Schedule](https://cppcon.org/conference-program/) | [CppCon 2014](https://www.youtube.com/playlist?list=PLHTh1InhhwT7esTl1bRitiizeEnksGU7J) |     | [Slides](https://github.com/CppCon/CppCon2014) | [YouTube](https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2014 | May 12&amp;amp;ndash;15 | Aspen, Colorado, USA |     | [C++Now 2014](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roXG7rOmqsb_wDG1btCzhS8F) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2014) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://meetingcpp.&lt;/ins&gt;com/) | 2013 | November 8&amp;amp;ndash;9 | D&amp;amp;uuml;sseldorf/Neuss, Germany |     |     |     |     | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2013 | May 12&amp;amp;ndash;17 | Aspen, Colorado, USA |     | [C++Now 2013](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/BoostCon/search?query=2013) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2013) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://meetingcpp.&lt;/ins&gt;com/) | 2012 | November 9&amp;amp;ndash;12 | D&amp;amp;uuml;sseldorf/Neuss, Germany |     |     |     |     | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/MeetingCPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v17</link><pubDate>Wed, 02 Oct 2024 20:41:55 +0000</pubDate></item><item><title>conferences-worldwide (v16)</title><description>Revision by: Meeting C++&lt;br /&gt;(Adding links to Meeting C++ 2024)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | [Call for Speakers](https://www.cppindia.co.in/conference/2024/call-for-speakers/) close: June 20 | [Registration](https://konfhub.com/cppindiacon2024) |  | [Coc](https://www.cppindia.co.in/CodeOfConduct/codeofconduct) | | |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
| [C++ Under The Sea](https://cppunderthesea.nl/) | 2024 | October 10&amp;amp;ndash;11 | Breepark, Breda, Netherlands |  | [Registration](https://store.ticketing.cm.com/cppunderthesea) |  | [CoC](https://cppunderthesea.nl/code-of-conduct/) | Partial ([Contact](https://cppunderthesea.nl/contact/)) | [Sponsorship](https://cppunderthesea.nl/contact/) |&lt;br /&gt;
| [Meeting C++](https://meetingcpp.com/2024/) | 2024 | November 14&amp;amp;ndash;16 | Berlin, Germany| | &lt;ins style='background: #cfc; color: #060;'&gt;[Registration](https://ti.to/meetingcpp/meetingcpp-2024) &lt;/ins&gt;| [schedule](https://meetingcpp.com/2024/Schedule.html)|[Coc](https://berlincodeofconduct.org/) |    Yes   | &lt;del style='background: #fcc; color: #600;'&gt;[Support Ticket](https://meetingcpp.com/mcpp/supportticket/)   &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Sponsoring](https://meetingcpp.com/mcpp/sponsoring/)   &lt;/ins&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [CppCon (Volunteer)](https://cppcon.org/volunteers) | US, Colorado | Sep/Oct | Pays for registration, transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [C++ On Sea (Student)](https://web.archive.org/web/20240203004325/https://cpponsea.uk/students) | UK  | Jun/Jul | Pays for registration, local transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [C++ On Sea (Volunteer)](https://web.archive.org/web/20240203004325/https://cpponsea.uk/volunteers) | UK  | Jun/Jul | Pays for registration, local transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [Meeting C++ &lt;del style='background: #fcc; color: #600;'&gt;(Student)](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;(Student)](https://meetingcpp.&lt;/ins&gt;com/mcpp/studentprogram) | Germany | November | Pays for registration |&lt;br /&gt;
| [Meeting C++ &lt;del style='background: #fcc; color: #600;'&gt;(Volunteer)](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;(Volunteer)](https://meetingcpp.&lt;/ins&gt;com/mcpp/volunteerapplication) | Germany | November | Pays for registration |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2023 | May 7&amp;amp;ndash;12 | Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/https://schedule.cppnow.org/23/) |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [using std::cpp](https://web.archive.org/web/20240203004325/https://usingstdcpp.org/) | 2023 | April 27&amp;amp;ndash;28 | Legan&amp;amp;eacute;s, Madrid, Spain |     |     |     |     |     |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting &lt;del style='background: #fcc; color: #600;'&gt;C++](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;C++](https://meetingcpp.&lt;/ins&gt;com/) | 2022 | November 16&amp;amp;ndash;19 | Berlin/online, Germany | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://meetingcpp.&lt;/ins&gt;com/2022/Schedule.html) | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=33vnEuIYQBU&amp;amp;amp;list=PLRyNF2Y6sca26zZjdpWS-NmRiKkJEOBFl) |     |     | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0hXu0FG-5SP3lTI-g7srMW) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v16</link><pubDate>Wed, 02 Oct 2024 20:33:00 +0000</pubDate></item><item><title>conferences-worldwide (v15)</title><description>Revision by: michellefae13&lt;br /&gt;(Add meeting C++ to the list of conferences for the year)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | [Call for Speakers](https://www.cppindia.co.in/conference/2024/call-for-speakers/) close: June 20 | [Registration](https://konfhub.com/cppindiacon2024) |  | [Coc](https://www.cppindia.co.in/CodeOfConduct/codeofconduct) | | |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
| [C++ Under The Sea](https://cppunderthesea.nl/) | 2024 | October 10&amp;amp;ndash;11 | Breepark, Breda, Netherlands |  | [Registration](https://store.ticketing.cm.com/cppunderthesea) |  | [CoC](https://cppunderthesea.nl/code-of-conduct/) | Partial ([Contact](https://cppunderthesea.nl/contact/)) | [Sponsorship](https://cppunderthesea.nl/contact/) |&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;| [Meeting C++](https://meetingcpp.com/2024/) | 2024 | November 14&amp;amp;ndash;16 | Berlin, Germany| | | [schedule](https://meetingcpp.com/2024/Schedule.html)|[Coc](https://berlincodeofconduct.org/) |    Yes   | [Support Ticket](https://meetingcpp.com/mcpp/supportticket/)   |&lt;br /&gt;
&lt;/ins&gt;| [Core C++](https://corecpp.org/) | 2024 | November 26&amp;amp;ndash;28 | Tel Aviv, Israel | [CFS](https://cfs.corecpp.org/) | TBD | [Schedule TBD](https://corecpp.org/schedule/) | [Coc](https://berlincodeofconduct.org/)  | Yes | [Sponsorship](https://corecpp.org/assets/CoreCpp2024_SponsoringOffer.pdf)  |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v15</link><pubDate>Fri, 27 Sep 2024 20:52:01 +0000</pubDate></item><item><title>conferences-worldwide (v14)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21&amp;amp;ndash;24 | Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | [Call for Speakers](https://www.cppindia.co.in/conference/2024/call-for-speakers/) close: June 20 | [Registration](https://konfhub.com/cppindiacon2024) |  | [Coc](https://www.cppindia.co.in/CodeOfConduct/codeofconduct) | | |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
| [C++ Under The Sea](https://cppunderthesea.nl/) | 2024 | October &lt;del style='background: #fcc; color: #600;'&gt;10&amp;amp;ndash;21 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;10&amp;amp;ndash;11 &lt;/ins&gt;| Breepark, Breda, Netherlands |  | [Registration](https://store.ticketing.cm.com/cppunderthesea) |  | [CoC](https://cppunderthesea.nl/code-of-conduct/) | Partial ([Contact](https://cppunderthesea.nl/contact/)) | [Sponsorship](https://cppunderthesea.nl/contact/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v14</link><pubDate>Sun, 01 Sep 2024 17:25:38 +0000</pubDate></item><item><title>conferences-worldwide (v13)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21&amp;amp;ndash;24 | Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | [Call for Speakers](https://www.cppindia.co.in/conference/2024/call-for-speakers/) close: June 20 | [Registration](https://konfhub.com/cppindiacon2024) |  | [Coc](https://www.cppindia.co.in/CodeOfConduct/codeofconduct) | | |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
| [C++ Under The Sea](https://cppunderthesea.nl/) | 2024 | October 10&amp;amp;ndash;21 | Breepark, Breda, Netherlands |  | [Registration](https://store.ticketing.cm.com/cppunderthesea) |  | [CoC](https://cppunderthesea.nl/code-of-conduct/) | &lt;del style='background: #fcc; color: #600;'&gt;Partial[Contact](https://cppunderthesea.nl/contact/) &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;Partial ([Contact](https://cppunderthesea.nl/contact/)) &lt;/ins&gt;| [Sponsorship](https://cppunderthesea.nl/contact/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v13</link><pubDate>Thu, 29 Aug 2024 09:39:26 +0000</pubDate></item><item><title>conferences-worldwide (v12)</title><description>Revision by: InbalL&lt;br /&gt;(Add c++ under the sea by their request)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21&amp;amp;ndash;24 | Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | [Call for Speakers](https://www.cppindia.co.in/conference/2024/call-for-speakers/) close: June 20 | [Registration](https://konfhub.com/cppindiacon2024) |  | [Coc](https://www.cppindia.co.in/CodeOfConduct/codeofconduct) | | |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;| [C++ Under The Sea](https://cppunderthesea.nl/) | 2024 | October 10&amp;amp;ndash;21 | Breepark, Breda, Netherlands |  | [Registration](https://store.ticketing.cm.com/cppunderthesea) |  | [CoC](https://cppunderthesea.nl/code-of-conduct/) | Partial[Contact](https://cppunderthesea.nl/contact/) | [Sponsorship](https://cppunderthesea.nl/contact/) |&lt;br /&gt;
&lt;/ins&gt;| [Core C++](https://corecpp.org/) | 2024 | November 26&amp;amp;ndash;28 | Tel Aviv, Israel | [CFS](https://cfs.corecpp.org/) | TBD | [Schedule TBD](https://corecpp.org/schedule/) | [Coc](https://berlincodeofconduct.org/)  | Yes | [Sponsorship](https://corecpp.org/assets/CoreCpp2024_SponsoringOffer.pdf)  |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v12</link><pubDate>Thu, 29 Aug 2024 09:38:45 +0000</pubDate></item><item><title>conferences-worldwide (v11)</title><description>Revision by: InbalL&lt;br /&gt;(Update CoreC++)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21&amp;amp;ndash;24 | Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | [Call for Speakers](https://www.cppindia.co.in/conference/2024/call-for-speakers/) close: June 20 | [Registration](https://konfhub.com/cppindiacon2024) |  | [Coc](https://www.cppindia.co.in/CodeOfConduct/codeofconduct) | | |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
| [Core C++](https://corecpp.org/) | 2024 | November 26&amp;amp;ndash;28 | Tel Aviv, Israel | &lt;del style='background: #fcc; color: #600;'&gt;TBD &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CFS](https://cfs.corecpp.org/) &lt;/ins&gt;| TBD | [Schedule TBD](https://corecpp.org/schedule/) | [Coc](https://berlincodeofconduct.org/)  | Yes &lt;del style='background: #fcc; color: #600;'&gt;|     &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;| [Sponsorship](https://corecpp.org/assets/CoreCpp2024_SponsoringOffer.pdf)  &lt;/ins&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v11</link><pubDate>Thu, 22 Aug 2024 10:59:40 +0000</pubDate></item><item><title>user-groups-worldwide (v124)</title><description>Revision by: Blog Staff&lt;br /&gt;(Add C++UG Vienna)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
Graz: [Graz Qt|C++11 Meetup](http://www.meetup.com/Graz-Qt-C-11-Meetup/)&lt;br /&gt;
&lt;br /&gt;
&lt;ins style='background: #cfc; color: #060;'&gt;Vienna: [C++ User Group Vienna](https://cppusergroupvienna.org) and [Meetup](https://www.meetup.com/cpp-usergroup-vienna)&lt;br /&gt;
&lt;br /&gt;
&lt;/ins&gt;Vienna: [Qt and QML Vienna Meetup](https://www.meetup.com/Qt-and-QML-Vienna-Meetup/)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/user-groups-worldwide?v124</link><pubDate>Tue, 18 Jun 2024 23:00:42 +0000</pubDate></item><item><title>conferences-worldwide (v10)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21&amp;amp;ndash;24 | Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | [Call for Speakers](https://www.cppindia.co.in/conference/2024/call-for-speakers/) close: June 20 | [Registration](https://konfhub.com/cppindiacon2024) |  | [Coc](https://www.cppindia.co.in/CodeOfConduct/codeofconduct) | | |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
| [Core C++](https://corecpp.org/) | 2024 | November 26&amp;amp;ndash;28 | Tel Aviv, Israel | TBD | TBD | [Schedule TBD](https://corecpp.org/schedule/) | [Coc](https://berlincodeofconduct.org/)  &lt;del style='background: #fcc; color: #600;'&gt;|     &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;| Yes &lt;/ins&gt;|     |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v10</link><pubDate>Sun, 09 Jun 2024 19:44:41 +0000</pubDate></item><item><title>conferences-worldwide (v9)</title><description>Revision by: InbalL&lt;br /&gt;(Update CoreC++)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21&amp;amp;ndash;24 | Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | [Call for Speakers](https://www.cppindia.co.in/conference/2024/call-for-speakers/) close: June 20 | [Registration](https://konfhub.com/cppindiacon2024) |  | [Coc](https://www.cppindia.co.in/CodeOfConduct/codeofconduct) | | |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) |&lt;br /&gt;
| [Core C++](https://corecpp.org/) | 2024 | November 26&amp;amp;ndash;28 | Tel Aviv, Israel | &lt;ins style='background: #cfc; color: #060;'&gt;TBD | TBD | &lt;/ins&gt;[Schedule TBD](https://corecpp.org/schedule/) | &lt;del style='background: #fcc; color: #600;'&gt;[CoreCppIL](https://www.youtube.com/watch?v=1fdqMItMQyY&amp;amp;amp;list=PLn4wYlDYx4bs0p9S6aFvKaASoCLFVwt_E&amp;amp;amp;index=1) &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Coc](https://berlincodeofconduct.org/)  &lt;/ins&gt;|     |     &lt;del style='background: #fcc; color: #600;'&gt;| [YouTube](https://www.youtube.com/@corecpp) &lt;/del&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v9</link><pubDate>Sun, 09 Jun 2024 19:44:22 +0000</pubDate></item><item><title>conferences-worldwide (v8)</title><description>Revision by: InbalL&lt;br /&gt;(Add Core C++ 2024)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [C++ on Sea On Site](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | July 2&amp;amp;ndash;5 | Folkestone, UK |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21&amp;amp;ndash;24 | Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | [Call for Speakers](https://www.cppindia.co.in/conference/2024/call-for-speakers/) close: June 20 | [Registration](https://konfhub.com/cppindiacon2024) |  | [Coc](https://www.cppindia.co.in/CodeOfConduct/codeofconduct) | | |&lt;br /&gt;
| [CppCon](https://cppcon.org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA |  | [Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.org/codeofconduct/) | Yes [[email for details](mailto:speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) [Exhibiting](https://cppcon.org/exhibiting/) &lt;del style='background: #fcc; color: #600;'&gt;|&lt;br /&gt;
&lt;br /&gt;
&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;|&lt;br /&gt;
| [Core C++](https://corecpp.org/) | 2024 | November 26&amp;amp;ndash;28 | Tel Aviv, Israel | [Schedule TBD](https://corecpp.org/schedule/) | [CoreCppIL](https://www.youtube.com/watch?v=1fdqMItMQyY&amp;amp;amp;list=PLn4wYlDYx4bs0p9S6aFvKaASoCLFVwt_E&amp;amp;amp;index=1) |     |     | [YouTube](https://www.youtube.com/@corecpp) |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/ins&gt;#### Student and volunteer programs&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v8</link><pubDate>Sun, 09 Jun 2024 19:39:29 +0000</pubDate></item><item><title>conferences-worldwide (v7)</title><description>Revision by: Jon Kalb&lt;br /&gt;(Updated date for CppIndia 2024 speaker submission deadline)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2024 | Apr. 29&amp;amp;ndash;May 3 | Aspen, CO, USA | [CFS](https://web.archive.org/web/20240203004325/https://cppnow.org/announcements/2024/01/2024-CfS/) close: Feb 9th |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnow.org/about/contact/) |     |     |&lt;br /&gt;
| [C++ on Sea On Site](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | July 2&amp;amp;ndash;5 | Folkestone, UK |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21&amp;amp;ndash;24 | Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| [CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | [Call for Speakers](https://www.cppindia.co.in/conference/2024/call-for-speakers/) close: June &lt;del style='background: #fcc; color: #600;'&gt;15 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;20 &lt;/ins&gt;| [Registration](https://konfhub.com/cppindiacon2024) |  | [Coc](https://www.cppindia.co.in/CodeOfConduct/codeofconduct) | | |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v7</link><pubDate>Thu, 30 May 2024 19:58:20 +0000</pubDate></item><item><title>conferences-worldwide (v6)</title><description>Revision by: Jon Kalb&lt;br /&gt;(Removed wayback links for CppCon
Updated some CppCon history data)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| Conference | Location | Time of Year | Financial Support |&lt;br /&gt;
| --- | --- | --- | --- |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/https://cppnow.org/about/volunteer_program) | US, Colorado | Apr/May | Pays for registration, transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [CppCon &lt;del style='background: #fcc; color: #600;'&gt;(Student)](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;(Student)](https://cppcon.&lt;/ins&gt;org/student-program) | US, Colorado | Sep/Oct | Discounted registration |&lt;br /&gt;
| [CppCon &lt;del style='background: #fcc; color: #600;'&gt;(Volunteer)](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;(Volunteer)](https://cppcon.&lt;/ins&gt;org/volunteers) | US, Colorado | Sep/Oct | Pays for registration, transit, &amp;amp;amp; lodging |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2023 | November 16&amp;amp;ndash;17 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/agenda#agenda) |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2023) | 2023 | November 12&amp;amp;ndash;14 | Berlin, Germany + online | [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2023) |     |     |     |     |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[CppCon](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppCon](https://cppcon.&lt;/ins&gt;org/) | 2023 | October 1&amp;amp;ndash;6 | Aurora, CO, USA &lt;ins style='background: #cfc; color: #060;'&gt;|  |  [CppCon 2023 playlist](https://www.youtube.com/playlist?list=PLHTh1InhhwT7gQEuYznhhvAYTel0qzl72)   |  [CppCon 2023 Lightning Talks playlist](https://www.youtube.com/playlist?list=PLHTh1InhhwT7MrLreNSYAAqgemo1_sivt)   |  [materials](https://github.com/CppCon/CppCon2023)   &lt;/ins&gt;| &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/agenda#agenda) |     |     |     |     &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.youtube.com/@CppCon)    &lt;/ins&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2022 | November 16&amp;amp;ndash;19 | Berlin/online, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2022/Schedule.html) | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=33vnEuIYQBU&amp;amp;amp;list=PLRyNF2Y6sca26zZjdpWS-NmRiKkJEOBFl) |     |     | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0hXu0FG-5SP3lTI-g7srMW) |&lt;br /&gt;
| [ACCU Autumn](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2022 | Autumn | Dublin, Ireland | [Schedule](https://web.archive.org/web/20240203004325/https://accu.org/conf-previous/2022/schedule/) | [ACCU](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=vZ7imwsX8ic&amp;amp;amp;list=PL9hrFapz4dsNx4kjMVgGMP6u37U1dSy7F) |     |     |     |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[CppCon](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppCon](https://cppcon.&lt;/ins&gt;org/) | 2022 | September 11&amp;amp;ndash;16 | Aurora, Colorado, USA | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://cppcon.&lt;/ins&gt;org/program2022/) | &lt;del style='background: #fcc; color: #600;'&gt;[CppCon](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppCon](https://www.&lt;/ins&gt;youtube.com/watch?v=IMnbytvHCjM&amp;amp;amp;list=PLHTh1InhhwT6c2JNtUiJkaH8YRqzhU7Ag) |     |     | [CppCon Channel](https://web.archive.org/web/20240203004325/https://italiancpp.org/itcppcon23) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [CPPP](https://web.archive.org/web/20240203004325/http://cppp.fr/) | 2021 | December 1&amp;amp;ndash;3 | Online |     |     |     |     |     |&lt;br /&gt;
| [C++ Russia](https://web.archive.org/web/20240203004325/https://cppconf-moscow.ru/en/) | 2021 | November 15&amp;amp;ndash;18 | Online |     | [C++ Russia](https://web.archive.org/web/20240203004325/https://cppconf.ru/en/registration/) |     |     |     |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[CppCon](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppCon](https://cppcon.&lt;/ins&gt;org/) | 2021 | October 24&amp;amp;ndash;29 | Online &amp;amp;amp; Aurora, Colorado | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://cppcon.&lt;/ins&gt;org/program2020/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=pfIC-kle4b0&amp;amp;amp;list=PLHTh1InhhwT6bY4nS4p7f5b_754myC3ze) | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/CppCon/) | [GitHub](https://web.archive.org/web/20240203004325/https://github.com/CppCon/) | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/CppCon/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [Qt World Summit](https://web.archive.org/web/20240203004325/https://www.qt.io/qtws20) | 2020 | October 20&amp;amp;ndash;22 | Palm Springs, CA, USA |     | [Qt World Summit](https://web.archive.org/web/20240203004325/https://resources.qt.io/qt-world-summit-2020) |     |     |     |&lt;br /&gt;
| [ADC++](https://web.archive.org/web/20240203004325/https://adcpp.de/) | 2020 | October 13&amp;amp;ndash;14 | Regensburg, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://adcpp.de/20/sessions) |     |     |     |     |&lt;br /&gt;
| [LLVM Dev. Meeting](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2020-09/) | 2020 | October 6&amp;amp;ndash;8 | Online |     | [LLVM Dev. Meeting](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_R5A0lGi1ABzH_FIZSx0sHQkOqI7p4Cg) |     | [Slides](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2020-09/slides/) |     |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[CppCon](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppCon](https://cppcon.&lt;/ins&gt;org/) | 2020 | September 13&amp;amp;ndash;18 | Online | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://cppcon.&lt;/ins&gt;org/program2020/) | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/CppCon/playlists?view=50&amp;amp;amp;sort=dd&amp;amp;amp;shelf_id=4) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT7bZ9bfG3pIR6VVjXLrrUoP) | &lt;del style='background: #fcc; color: #600;'&gt;[GitHub](https://web.archive.org/web/20240203004325/https://github.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[GitHub](https://github.&lt;/ins&gt;com/CppCon/CppCon2020) | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [Cpp-Summit 2019](https://web.archive.org/web/20240203004325/http://cpp-summit.org/shanghai201911/en) | 2019 | November 2&amp;amp;ndash;3 | Shanghai, China |     |     |     |     |     |&lt;br /&gt;
| [C++Russia](https://web.archive.org/web/20240203004325/https://cppconf-piter.ru/) | 2019 | Oct. 31&amp;amp;ndash;Nov. 1 | St. Petersburg, Russia | [Schedule](https://web.archive.org/web/20240203004325/https://cppconf-piter.ru/en/schedule/) | [C++Russia 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLZN9ZGiWZoZo3hYXXOn6NZAi3YzUETzy2) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJ9v015sPgEi0jJXe_zanjA) |&lt;br /&gt;
| [LLVM Dev. Meeting](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2019-10/) | 2019 | October 22&amp;amp;ndash;23 | San Jose, CA, USA | [Schedule](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2019-10/) | [LLVM Dev. Meeting 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCv2_41bSAa5Y_8BacJUZfjQ/search?query=%222019+LLVM+Developers%22) |     | [Slides](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2019-10/slides/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCv2_41bSAa5Y_8BacJUZfjQ) |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[CppCon](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppCon](https://cppcon.&lt;/ins&gt;org/) | 2019 | September 15&amp;amp;ndash;20 | Aurora, Colorado, USA | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://cppcon.&lt;/ins&gt;org/cppcon-2019-program/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT6KhvViwRiTR7I5s09dLCSw) | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/CppCon/) | [GitHub](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2019) | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2018/) | 2018 | November 15&amp;amp;ndash;17 | Berlin, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2018/Schedule.html) | [Meeting C++ 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca3bxLLAojbEWaZ2DueRPZVy) | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca2xj5RF5L5bzcUysQFVNOwQ) | [Slides](https://web.archive.org/web/20240203004325/https://meetingcpp.com/mcpp/slides/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2018 | November 7&amp;amp;ndash;8 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2018) | [code::dive 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fd6PILMU2lg7K6pWnUKl34S) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2018) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [pacific++](https://web.archive.org/web/20240203004325/https://pacificplusplus.com/) | 2018 | October 18&amp;amp;ndash;19 | Sydney, Australia | [Schedule](https://web.archive.org/web/20240203004325/https://pacificplusplus.com/#schedule) | [pacific++ 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLd4OrpVodmxUCBpzlkPYsiP9hOtLFpAjk) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCrRR5mU5aqvtZAuEGYfdTjw) |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[CppCon](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppCon](https://cppcon.&lt;/ins&gt;org/) | 2018 | September 24&amp;amp;ndash;28 | Bellevue, Washington, USA | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://cppcon.&lt;/ins&gt;org/cppcon-2018-program/) | [CppCon &lt;del style='background: #fcc; color: #600;'&gt;2018](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2018](https://www.&lt;/ins&gt;youtube.com/watch?v=HddFGPTAmtU&amp;amp;amp;list=PLHTh1InhhwT6V9RVdFRoCG_Pm5udDxG1c) | [CppCon 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=hwT8K3-NH1w&amp;amp;amp;list=PLHTh1InhhwT7GoW7bjOEe2EjyOTkm6Mgd) | &lt;del style='background: #fcc; color: #600;'&gt;[Slides](https://web.archive.org/web/20240203004325/https://github.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Slides](https://https://github.&lt;/ins&gt;com/CppCon/CppCon2018) | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| [Cpp-Summit 2017](https://web.archive.org/web/20240203004325/https://cppnow.org/announcements/2020/12/2021-CfS/) | 2017 | November 17&amp;amp;ndash;18 | Beijing, China |     |     |     |     |     |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2017 | November 14&amp;amp;ndash;15 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2017) | [code::dive 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fdoBo5uqDjhLg5OcZYKh_KU) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2017) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2017/) | 2017 | November 9&amp;amp;ndash;11 | Berlin, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2017/Schedule.html) | [Meeting C++ 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca3EUO_RTNv5t7gUmppFl9R1) |     | [Slides (zip)](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2017/slides_meetingcpp_2017.zip) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[CppCon](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppCon](https://cppcon.&lt;/ins&gt;org/) | 2017 | September 25&amp;amp;ndash;29 | Bellevue, Washington, USA | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://cppcon.&lt;/ins&gt;org/cppcon-2017-program/) | [CppCon &lt;del style='background: #fcc; color: #600;'&gt;2017](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2017](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLHTh1InhhwT6bwIpRk0ZbCA0N2p1taxd6) | [CppCon &lt;del style='background: #fcc; color: #600;'&gt;2017](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2017](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLHTh1InhhwT55y4fRRTBIelxnRSZ8G5yg) | &lt;del style='background: #fcc; color: #600;'&gt;[Slides](https://web.archive.org/web/20240203004325/https://github.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Slides](https://github.&lt;/ins&gt;com/CppCon/CppCon2017) | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2016 | November 18&amp;amp;ndash;19 | Berlin, Germany |     | [Meeting C++ 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca06lulacjysyu8RIwfKgYoY) | [Meeting C++ 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/search?query=%22Lightning+Talks+Meeting+C%2B%2B+2016%22) |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2016 | November 15&amp;amp;ndash;16 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2016) | [code::dive 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fe_K81rfIBdGPfbMlLqeHBT) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2016) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[CppCon](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppCon](https://cppcon.&lt;/ins&gt;org/) | 2016 | September 19&amp;amp;ndash;23 | Bellevue, Washington, USA | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://cppcon.&lt;/ins&gt;org/2016program/) | [CppCon &lt;del style='background: #fcc; color: #600;'&gt;2016](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2016](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLHTh1InhhwT7J5jl4vAhO1WvGHUUFgUQH) | [CppCon &lt;del style='background: #fcc; color: #600;'&gt;2016](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2016](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLHTh1InhhwT6aWgfHhrvYY3s-lqk0Y9iP) | &lt;del style='background: #fcc; color: #600;'&gt;[Slides](https://web.archive.org/web/20240203004325/https://github.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Slides](https://github.&lt;/ins&gt;com/CppCon/CppCon2016) | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/CppCon/) &lt;del style='background: #fcc; color: #600;'&gt;[Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Channel&amp;amp;nbsp;9](https://channel9.&lt;/ins&gt;msdn.com/Events/CPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2015 | December 4&amp;amp;ndash;5 | Berlin, Germany |     | [Meeting C++ 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0UKKZ2PTSwF3WrDjABQdcL) | [Meeting C++ 2015](https://web.archive.org/web/20240203004325/https://www.meetingcpp.com/meetingcpp/news/items/meeting-c-2015-all-lightning-talks-are-now-online-at-youtube.html) |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2015 | November 5 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2015) | [code::dive 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fc-Duvq7ZXz0ZQFcSgVKyl4) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2015) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[CppCon](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppCon](https://cppcon.&lt;/ins&gt;org/) | 2015 | September 21&amp;amp;ndash;25 | Bellevue, Washington, USA | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://cppcon.&lt;/ins&gt;org/2015program/) | [CppCon &lt;del style='background: #fcc; color: #600;'&gt;2015](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2015](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLHTh1InhhwT75gykhs7pqcR_uSiG601oh) | [CppCon &lt;del style='background: #fcc; color: #600;'&gt;2015](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2015](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLHTh1InhhwT5CG9nJE1sKKHUhz1jOmvjM) | &lt;del style='background: #fcc; color: #600;'&gt;[Slides](https://web.archive.org/web/20240203004325/https://github.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Slides](https://github.&lt;/ins&gt;com/CppCon/CppCon2015) | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2014 | December 5&amp;amp;ndash;6 | Berlin, Germany |     | [Meeting C++ 2014](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0Luy-3XreR2l2aQ7Hf5ODl) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2014 | November 5 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2014) | [code::dive 2014](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fcZswWn2HbWpRHprPHyJ4wZ) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2014) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[CppCon](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppCon](https://cppcon.&lt;/ins&gt;org/) | 2014 | September 8&amp;amp;ndash;12 | Bellevue, Washington, USA | &lt;del style='background: #fcc; color: #600;'&gt;[Schedule](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Schedule](https://cppcon.&lt;/ins&gt;org/conference-program/) | [CppCon &lt;del style='background: #fcc; color: #600;'&gt;2014](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2014](https://www.&lt;/ins&gt;youtube.com/playlist?list=PLHTh1InhhwT7esTl1bRitiizeEnksGU7J) |     | &lt;del style='background: #fcc; color: #600;'&gt;[Slides](https://web.archive.org/web/20240203004325/https://github.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Slides](https://github.&lt;/ins&gt;com/CppCon/CppCon2014) | &lt;del style='background: #fcc; color: #600;'&gt;[YouTube](https://web.archive.org/web/20240203004325/https://www.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[YouTube](https://www.&lt;/ins&gt;youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v6</link><pubDate>Tue, 28 May 2024 23:55:23 +0000</pubDate></item><item><title>conferences-worldwide (v5)</title><description>Revision by: Jon Kalb&lt;br /&gt;(Added CppIndiaCon 2024
Updates to CppCon 2024)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2024 | Apr. 29&amp;amp;ndash;May 3 | Aspen, CO, USA | [CFS](https://web.archive.org/web/20240203004325/https://cppnow.org/announcements/2024/01/2024-CfS/) close: Feb 9th |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnow.org/about/contact/) |     |     |&lt;br /&gt;
| [C++ on Sea On Site](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | July 2&amp;amp;ndash;5 | Folkestone, UK |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21&amp;amp;ndash;24 | Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| &lt;del style='background: #fcc; color: #600;'&gt;[CppCon](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[CppIndiaCon](https://www.cppindia.co.in/conference/2024/conference_home/) | 2024 | August 23-24 | Online | [Call for Speakers](https://www.cppindia.co.in/conference/2024/call-for-speakers/) close: June 15 | [Registration](https://konfhub.com/cppindiacon2024) |  | [Coc](https://www.cppindia.co.in/CodeOfConduct/codeofconduct) | | |&lt;br /&gt;
| [CppCon](https://cppcon.&lt;/ins&gt;org/) | 2024 | September 15&amp;amp;ndash;20 | Aurora, CO, USA &lt;del style='background: #fcc; color: #600;'&gt;| [Call for Submissions](https://cppcon.org/cfs2024/) | [CfS](https://cppcon.org/cppcon-2024-registration-is-open/) close: May 19 &lt;/del&gt;|  | &lt;del style='background: #fcc; color: #600;'&gt;[Coc](https://web.archive.org/web/20240203004325/https://cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[Registration](https://cppcon.org/registration/) |  | [CoC](https://cppcon.&lt;/ins&gt;org/codeofconduct/) | Yes [[email for &lt;del style='background: #fcc; color: #600;'&gt;details](speakers@cppcon.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;details](mailto:speakers@cppcon.&lt;/ins&gt;org)] | [Sponsorship](https://cppcon.org/sponsorship/) &lt;ins style='background: #cfc; color: #060;'&gt;[Exhibiting](https://cppcon.org/exhibiting/) &lt;/ins&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v5</link><pubDate>Tue, 28 May 2024 23:24:30 +0000</pubDate></item><item><title>conferences-worldwide (v4)</title><description>Revision by: Frank Birbacher&lt;br /&gt;(Use endashes for date ranges)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
| Name | Year | Conference  &amp;amp;lt;br&amp;amp;gt;Date | Location | Proposals | Registration | Schedule | Conduct | Speaker  &amp;amp;lt;br&amp;amp;gt;Support | Sponsorship |&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
| [C++ on Sea Online](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | Feb &lt;del style='background: #fcc; color: #600;'&gt;29-Mar &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;29&amp;amp;ndash;Mar &lt;/ins&gt;2 | Online | [CFS](https://web.archive.org/web/20240203004325/https://cpponsea.uk/callforspeakers/) close: Oct 31st |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2024 | April &lt;del style='background: #fcc; color: #600;'&gt;17-20 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;17&amp;amp;ndash;20 &lt;/ins&gt;| Bristol, UK | [CFS](https://web.archive.org/web/20240203004325/https://accuconference.org/callforspeakers) | [ACCU 2024](https://web.archive.org/web/20240203004325/https://accuconference.org/) |     | [Coc](https://web.archive.org/web/20240203004325/https://accu.org/conf-menu-overviews/coc_code_of_conduct/) |     |     |&lt;br /&gt;
| [using std::cpp](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/go/usingstdcpp-2024) | 2024 | April &lt;del style='background: #fcc; color: #600;'&gt;25-26 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;25&amp;amp;ndash;26 &lt;/ins&gt;| Leganes, Spain | [CFT](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/105614/section/47656/using-std-cpp-2024.html) close: Jan 31 |     |     | [Coc](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/105614/section/47661/using-std-cpp-2024.html) |     |     |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2024 | Apr. &lt;del style='background: #fcc; color: #600;'&gt;29-May &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;29&amp;amp;ndash;May &lt;/ins&gt;3 | Aspen, CO, USA | [CFS](https://web.archive.org/web/20240203004325/https://cppnow.org/announcements/2024/01/2024-CfS/) close: Feb 9th |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnow.org/about/contact/) |     |     |&lt;br /&gt;
| [C++ on Sea On Site](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | July &lt;del style='background: #fcc; color: #600;'&gt;2-5 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2&amp;amp;ndash;5 &lt;/ins&gt;| Folkestone, UK |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July &lt;del style='background: #fcc; color: #600;'&gt;21-24 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;21&amp;amp;ndash;24 &lt;/ins&gt;| Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2024 | September &lt;del style='background: #fcc; color: #600;'&gt;15-20 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;15&amp;amp;ndash;20 &lt;/ins&gt;| Aurora, CO, USA | [Call for Submissions](https://cppcon.org/cfs2024/) | [CfS](https://cppcon.org/cppcon-2024-registration-is-open/) close: May 19 |  | [Coc](https://web.archive.org/web/20240203004325/https://cppcon.org/codeofconduct/) | Yes [[email for details](speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
| Name | Year | Conference  &amp;amp;lt;br&amp;amp;gt;Date | Location | Schedule | Talk Videos | Lightning  &amp;amp;lt;br&amp;amp;gt;Talk Videos | Slides | Video Channel |&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2023 | November &lt;del style='background: #fcc; color: #600;'&gt;16-17 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;16&amp;amp;ndash;17 &lt;/ins&gt;| Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/agenda#agenda) |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2023) | 2023 | November &lt;del style='background: #fcc; color: #600;'&gt;12-14 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;12&amp;amp;ndash;14 &lt;/ins&gt;| Berlin, Germany + online | [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2023) |     |     |     |     |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2023 | October &lt;del style='background: #fcc; color: #600;'&gt;1-6 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;1&amp;amp;ndash;6 &lt;/ins&gt;| Aurora, CO, USA | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/agenda#agenda) |     |     |     |     |&lt;br /&gt;
| [CppIndiaCon](https://web.archive.org/web/20240203004325/https://www.cppindia.co.in/conference/2023/conference_home/) | 2023 | August &lt;del style='background: #fcc; color: #600;'&gt;4-5 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;4&amp;amp;ndash;5 &lt;/ins&gt;| Online |     |     |     |     |     |&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2023 | July &lt;del style='background: #fcc; color: #600;'&gt;17-19 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;17&amp;amp;ndash;19 &lt;/ins&gt;| Toronto, CA |     |     |     |     |     |&lt;br /&gt;
| [C++ on Sea](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2023 | June &lt;del style='background: #fcc; color: #600;'&gt;28-30 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;28&amp;amp;ndash;30 &lt;/ins&gt;| Folkestone, UK |     |     |     |     |     |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://italiancpp.org/itcppcon23) | 2023 | June 10 | Rome, Italy |     |     |     |     |     |&lt;br /&gt;
| [Pure Virtual C++](https://web.archive.org/web/20240203004325/https://learn.microsoft.com/en-us/events/learn-events/Pure-Virtual-C-Plus-Plus/) | 2023 | June 6 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://learn.microsoft.com/en-us/events/learn-events/Pure-Virtual-C-Plus-Plus/) | [Pure Virtual C++](https://web.archive.org/web/20240203004325/https://learn.microsoft.com/en-us/events/learn-events/Pure-Virtual-C-Plus-Plus/) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=yVqhvEOW-9M) |&lt;br /&gt;
| [Core C++](https://web.archive.org/web/20240203004325/https://corecpp.org/) | 2023 | June &lt;del style='background: #fcc; color: #600;'&gt;5-7 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;5&amp;amp;ndash;7 &lt;/ins&gt;| Tel Aviv, Israel | [Schedule](https://web.archive.org/web/20240203004325/https://2023.corecpp.org/schedule/) | [CoreCppIL](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=ICf_6L1kJcE&amp;amp;amp;list=PLn4wYlDYx4bs0p9S6aFvKaASoCLFVwt_E&amp;amp;amp;index=1) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/@corecpp) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2023 | May &lt;del style='background: #fcc; color: #600;'&gt;7-12 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;7&amp;amp;ndash;12 &lt;/ins&gt;| Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/https://schedule.cppnow.org/23/) |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [using std::cpp](https://web.archive.org/web/20240203004325/https://usingstdcpp.org/) | 2023 | &lt;del style='background: #fcc; color: #600;'&gt;April, 27-28 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;April 27&amp;amp;ndash;28 &lt;/ins&gt;| Legan&amp;amp;eacute;s, Madrid, Spain |     |     |     |     |     |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2022 | November &lt;del style='background: #fcc; color: #600;'&gt;16-19 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;16&amp;amp;ndash;19 &lt;/ins&gt;| Berlin/online, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2022/Schedule.html) | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=33vnEuIYQBU&amp;amp;amp;list=PLRyNF2Y6sca26zZjdpWS-NmRiKkJEOBFl) |     |     | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0hXu0FG-5SP3lTI-g7srMW) |&lt;br /&gt;
| [ACCU Autumn](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2022 | Autumn | Dublin, Ireland | [Schedule](https://web.archive.org/web/20240203004325/https://accu.org/conf-previous/2022/schedule/) | [ACCU](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=vZ7imwsX8ic&amp;amp;amp;list=PL9hrFapz4dsNx4kjMVgGMP6u37U1dSy7F) |     |     |     |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2022 | September &lt;del style='background: #fcc; color: #600;'&gt;11-16 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;11&amp;amp;ndash;16 &lt;/ins&gt;| Aurora, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/program2022/) | [CppCon](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=IMnbytvHCjM&amp;amp;amp;list=PLHTh1InhhwT6c2JNtUiJkaH8YRqzhU7Ag) |     |     | [CppCon Channel](https://web.archive.org/web/20240203004325/https://italiancpp.org/itcppcon23) |&lt;br /&gt;
| [Core C++](https://web.archive.org/web/20240203004325/https://corecpp.org/) | 2022 | September &lt;del style='background: #fcc; color: #600;'&gt;5-7 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;5&amp;amp;ndash;7 &lt;/ins&gt;| Tel Aviv, Israel | [Schedule](https://web.archive.org/web/20240203004325/https://2022.corecpp.org/schedule/) | [CoreCppIL](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=591wH8rgR3s&amp;amp;amp;list=PLn4wYlDYx4bti4V3tqS0plVNRCbKAnLuC) |     |     |     |&lt;br /&gt;
| [CppIndiaCon](https://web.archive.org/web/20240203004325/https://www.cppindia.co.in/conference/2022/conference_home/) | 2022 | August 6 | India (Online) | [Schedule](https://web.archive.org/web/20240203004325/https://www.cppindia.co.in/TechTalk/2022/) |     |     |     |     |&lt;br /&gt;
| [C++ North](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2022 | July &lt;del style='background: #fcc; color: #600;'&gt;15-21 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;15&amp;amp;ndash;21 &lt;/ins&gt;| Toronto, Canada | [Schedule](https://web.archive.org/web/20240203004325/https://cppnorth.ca/program.html) | [C++ North](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLpGV-BujcAKFVCWOBj2548vuxJ1lV5w6-) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCGWAlXciy785Iog-X7247Hw) |&lt;br /&gt;
| [C++ on Sea](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2022 | July &lt;del style='background: #fcc; color: #600;'&gt;4-7 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;4&amp;amp;ndash;7 &lt;/ins&gt;| Folkestone, UK | [Schedule](https://web.archive.org/web/20240203004325/https://cpponsea.uk/2022/schedule/) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jse37HBRfXJJwcgQWHBIg9i) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw) |&lt;br /&gt;
| [C++ Russia](https://web.archive.org/web/20240203004325/https://cppconf-moscow.ru/en/) | 2022 | June &lt;del style='background: #fcc; color: #600;'&gt;6-9 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;6&amp;amp;ndash;9 &lt;/ins&gt;| Online | [Schedule](https://web.archive.org/web/20240203004325/https://cppconf.ru/en/schedule/topics/) | [C++ Russia](https://web.archive.org/web/20240203004325/https://live.jugru.org/cpp) |     |     |     |&lt;br /&gt;
| [Cpp Europe](https://web.archive.org/web/20240203004325/https://cppeurope.com/) | 2022 | May 24 | Online |     |     |     | [Slides](https://web.archive.org/web/20240203004325/https://cppeurope.com/blog/slides/cppeurope-2021-online-edition-slides/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCZS60J7KcQOLf87H3P_PTlg) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2022 | May &lt;del style='background: #fcc; color: #600;'&gt;1-6 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;1&amp;amp;ndash;6 &lt;/ins&gt;| Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppnow.digital-medium.co.uk/2022-schedule/) |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2022 | April &lt;del style='background: #fcc; color: #600;'&gt;6-9 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;6&amp;amp;ndash;9 &lt;/ins&gt;| Bristol, UK | [Schedule](https://web.archive.org/web/20240203004325/https://accu.digital-medium.co.uk/schedule/) |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [CPPP](https://web.archive.org/web/20240203004325/http://cppp.fr/) | 2021 | December &lt;del style='background: #fcc; color: #600;'&gt;1-3 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;1&amp;amp;ndash;3 &lt;/ins&gt;| Online |     |     |     |     |     |&lt;br /&gt;
| [C++ Russia](https://web.archive.org/web/20240203004325/https://cppconf-moscow.ru/en/) | 2021 | November &lt;del style='background: #fcc; color: #600;'&gt;15-18 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;15&amp;amp;ndash;18 &lt;/ins&gt;| Online |     | [C++ Russia](https://web.archive.org/web/20240203004325/https://cppconf.ru/en/registration/) |     |     |     |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2021 | October &lt;del style='background: #fcc; color: #600;'&gt;24-29 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;24&amp;amp;ndash;29 &lt;/ins&gt;| Online &amp;amp;amp; Aurora, Colorado | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/program2020/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=pfIC-kle4b0&amp;amp;amp;list=PLHTh1InhhwT6bY4nS4p7f5b_754myC3ze) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) | [GitHub](https://web.archive.org/web/20240203004325/https://github.com/CppCon/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) |&lt;br /&gt;
| [NDC TechTown](https://web.archive.org/web/20240203004325/https://ndctechtown.com/) | 2021 | Aug. &lt;del style='background: #fcc; color: #600;'&gt;30 - Sep.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;30&amp;amp;ndash;Sep.&lt;/ins&gt; 2 | Kongsberg, Norway |     | [NDC TechTown](https://web.archive.org/web/20240203004325/https://ndctechtown.com/tickets) |     |     |     |&lt;br /&gt;
| [CoreC++ &amp;amp;lt;local&amp;amp;gt;](https://web.archive.org/web/20240203004325/https://corecpp.org/) | 2021 | August &lt;del style='background: #fcc; color: #600;'&gt;25-26 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;25&amp;amp;ndash;26 &lt;/ins&gt;| Tel Aviv, Israel |     | [CoreC++](https://web.archive.org/web/20240203004325/https://ti.to/hamakor/corecpp-local-2021/) |     |     |     |&lt;br /&gt;
| [C++ India](https://web.archive.org/web/20240203004325/https://www.cppindia.co.in/conference/2021/conference_home/) | 2021 | August &lt;del style='background: #fcc; color: #600;'&gt;15. &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;15 &lt;/ins&gt;| Online | [Schedule](https://web.archive.org/web/20240203004325/https://www.cppindia.co.in/conference/2021/schedule/) |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw) |&lt;br /&gt;
| [C++ on Sea](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2021 | June &lt;del style='background: #fcc; color: #600;'&gt;30 - July &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;30&amp;amp;ndash;July &lt;/ins&gt;2 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://cpponsea.uk/2021/schedule/) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jsIaVI82HXU3p2yRz2kVDZf) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jtLi9qqEAfVfcas5inGLbk9) |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw) |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/) | 2021 | June 19 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://italiancpp.org/itcppcon21) | [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LV9BRKIqrNWEXfa5ggpiyki) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/itcppcon21) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw) |&lt;br /&gt;
| [ADC++](https://web.archive.org/web/20240203004325/https://adcpp.de/) | 2021 | May &lt;del style='background: #fcc; color: #600;'&gt;17-19 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;17&amp;amp;ndash;19 &lt;/ins&gt;| Online and Regensburg, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://adcpp.de/21/sessions) |     |     |     |     |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2021 | May &lt;del style='background: #fcc; color: #600;'&gt;2-7 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2&amp;amp;ndash;7 &lt;/ins&gt;| Online | [Schedule](https://web.archive.org/web/20240203004325/https://cppnow.org/history/2021/schedule/) | [Keynote](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roWcpnvR9lzXhv_5ei8nBdpP) / [C++Now](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roXvFWuYzTL7Xe7j4qukOXPq) |     | [Slides](https://web.archive.org/web/20240203004325/https://cppnow.org/history/2021/talks/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [emBO++](https://web.archive.org/web/20240203004325/https://www.embo.io/) | 2021 | March &lt;del style='background: #fcc; color: #600;'&gt;25-27 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;25&amp;amp;ndash;27 &lt;/ins&gt;| Online | [Schedule](https://web.archive.org/web/20240203004325/https://www.embo.io/#schedule) | [emBO++](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=3E_YxyGEjlA&amp;amp;amp;list=PLIXq8kws1BI13bcTWNriKzirk5ayZehzT) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCg2JbpJ-PGdFUEZEiNr0GWg/) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2021 | March &lt;del style='background: #fcc; color: #600;'&gt;10-13 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;10&amp;amp;ndash;13 &lt;/ins&gt;| Online | [Schedule](https://web.archive.org/web/20240203004325/https://accu.org/conf-previous/2021/schedule/) | [ACCU 2021](https://web.archive.org/web/20240203004325/https://www.youtube.com/c/ACCUConf/search?query=ACCU%202021%20Day) | [ACCU 2021](https://web.archive.org/web/20240203004325/https://www.youtube.com/c/ACCUConf/search?query=ACCU%202021%20Lightning%20Talks) | [Slides](https://web.archive.org/web/20240203004325/https://accu.org/conf-previous/2021/schedule/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
| [Cpp Europe](https://web.archive.org/web/20240203004325/https://cppeurope.com/) | 2021 | February 23 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://cppeurope.com/schedule/) |     |     | [Slides](https://web.archive.org/web/20240203004325/https://cppeurope.com/blog/slides/cppeurope-2021-online-edition-slides/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCZS60J7KcQOLf87H3P_PTlg) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Pure C++ 2020](https://web.archive.org/web/20240203004325/http://purecpp.org/detail?id=2207) | 2020 | December 26 | Shenzhen, China |     | [Free by email](https://web.archive.org/web/20240203004325/mailto:purecpp@163.com) | [Pure C++ 2020](https://web.archive.org/web/20240203004325/http://purecpp.org/detail?id=2207) |     |     |&lt;br /&gt;
| [Cpp-Summit 2020](https://web.archive.org/web/20240203004325/http://cpp-summit.org/en) | 2020 | December &lt;del style='background: #fcc; color: #600;'&gt;4-5 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;4&amp;amp;ndash;5 &lt;/ins&gt;| Shenzhen, China |     |     |     |     |     |&lt;br /&gt;
| [C++ Day 2020](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/) | 2020 | November 28 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/cppday20/) | [C++ Day](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LX6l97Royt5DSYy7V05nZmS) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/cppday20) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2020 | November 18 | Wrocław, Poland |     | [code::dive 2020](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1feBLbwORz3dBdCylfe0lBlR) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2020 | November &lt;del style='background: #fcc; color: #600;'&gt;12-14 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;12&amp;amp;ndash;14 &lt;/ins&gt;| Berlin, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2020/Schedule.html) | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0hXu0FG-5SP3lTI-g7srMW) |     | [Slides](https://web.archive.org/web/20240203004325/https://meetingcpp.com/mcpp/slides/?year=2020) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [C++ CoreHard Spring](https://web.archive.org/web/20240203004325/http://conference.corehard.by/) | 2020 | October &lt;del style='background: #fcc; color: #600;'&gt;30-31 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;30&amp;amp;ndash;31 &lt;/ins&gt;| Minsk, Belarus |     |     |     |     |     |&lt;br /&gt;
| [Qt World Summit](https://web.archive.org/web/20240203004325/https://www.qt.io/qtws20) | 2020 | October &lt;del style='background: #fcc; color: #600;'&gt;20-22 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;20&amp;amp;ndash;22 &lt;/ins&gt;| Palm Springs, CA, USA |     | [Qt World Summit](https://web.archive.org/web/20240203004325/https://resources.qt.io/qt-world-summit-2020) |     |     |     |&lt;br /&gt;
| [ADC++](https://web.archive.org/web/20240203004325/https://adcpp.de/) | 2020 | October &lt;del style='background: #fcc; color: #600;'&gt;13-14 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;13&amp;amp;ndash;14 &lt;/ins&gt;| Regensburg, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://adcpp.de/20/sessions) |     |     |     |     |&lt;br /&gt;
| [LLVM Dev. Meeting](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2020-09/) | 2020 | October &lt;del style='background: #fcc; color: #600;'&gt;6-8 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;6&amp;amp;ndash;8 &lt;/ins&gt;| Online |     | [LLVM Dev. Meeting](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_R5A0lGi1ABzH_FIZSx0sHQkOqI7p4Cg) |     | [Slides](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2020-09/slides/) |     |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2020 | September &lt;del style='background: #fcc; color: #600;'&gt;13-18 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;13&amp;amp;ndash;18 &lt;/ins&gt;| Online | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/program2020/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/playlists?view=50&amp;amp;amp;sort=dd&amp;amp;amp;shelf_id=4) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT7bZ9bfG3pIR6VVjXLrrUoP) | [GitHub](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2020) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [NDC TechTown](https://web.archive.org/web/20240203004325/https://ndctechtown.com/) | 2020 | Aug. &lt;del style='background: #fcc; color: #600;'&gt;31 - Sep.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;31&amp;amp;ndash;Sep.&lt;/ins&gt; 3 | Kongsberg, Norway | [Schedule](https://web.archive.org/web/20240203004325/https://ndctechtown.com/agenda/) | [NDC TechTown](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL03Lrmd9CiGd85AWKC4vpmt8mjyp_javU) |     |     |     |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/) | 2020 | June 13 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/itcppcon20/) | [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LWIjOrEftUA42ZwxsF30vZB) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/itcppcon20) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [C++ on Sea](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2020 | July &lt;del style='background: #fcc; color: #600;'&gt;15-17 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;15&amp;amp;ndash;17 &lt;/ins&gt;| Online | [Schedule](https://web.archive.org/web/20240203004325/https://cpponsea.uk/2020/schedule/) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw/playlists) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jtcXY9Ilpv7WhDS6lEo1hBz) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/philsquared/cpponsea-slides/tree/master/2020) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw) |&lt;br /&gt;
| [C++Russia](https://web.archive.org/web/20240203004325/https://cppconf-moscow.ru/en/) | 2020 | July &lt;del style='background: #fcc; color: #600;'&gt;14-15 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;14&amp;amp;ndash;15 &lt;/ins&gt;| Online | [Schedule](https://web.archive.org/web/20240203004325/https://cppconf-moscow.ru/en/2020/msk/schedule/) | [C++Russia](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLZN9ZGiWZoZruMY-MlkAd-nHzdP9TfLRC) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJ9v015sPgEi0jJXe_zanjA) |&lt;br /&gt;
| [emBO++](https://web.archive.org/web/20240203004325/https://www.embo.io/) | 2020 | March &lt;del style='background: #fcc; color: #600;'&gt;10-15 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;10&amp;amp;ndash;15 &lt;/ins&gt;| Bochum, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://www.embo.io/#schedule) | [emBO++ 2020](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLIXq8kws1BI36WI541w4gSuKA98ku5gJZ) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCg2JbpJ-PGdFUEZEiNr0GWg/) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [C++ Day](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/cppday19/) | 2019 | November 30 | Parma, Italy | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/cppday19/) |     |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/cppday19/) |     |&lt;br /&gt;
| [C++ CoreHard Autumn](https://web.archive.org/web/20240203004325/http://conference.corehard.by/) | 2019 | November &lt;del style='background: #fcc; color: #600;'&gt;29-30 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;29&amp;amp;ndash;30 &lt;/ins&gt;| Minsk, Belarus |     |     |     | [Slides](https://web.archive.org/web/20240203004325/https://www.slideshare.net/corehard_by/presentations) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/c/corehard) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2019 | November &lt;del style='background: #fcc; color: #600;'&gt;20-21 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;20&amp;amp;ndash;21 &lt;/ins&gt;| Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/) | [code::dive 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1feGeZUcGbIcF9J3iIjuhESq) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2019 | November &lt;del style='background: #fcc; color: #600;'&gt;14-16 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;14&amp;amp;ndash;16 &lt;/ins&gt;| Berlin, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://www.meetingcpp.com/2019/Schedule.html) | [Meeting C++ 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca27wjBvjc5yg3F1QqZgazKb) | [Meeting C++ 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca1nKqNGjafqpTke8RmvZIji) |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [ACCU Autumn](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2019 | November &lt;del style='background: #fcc; color: #600;'&gt;11-12 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;11&amp;amp;ndash;12 &lt;/ins&gt;| Belfast, Northern Ireland | [Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2019_Autumn/schedule.html) | [ACCU Autumn 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL9hrFapz4dsODt3aI5adCaZB6KHwz2Tpe) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
| [Cpp-Summit 2019](https://web.archive.org/web/20240203004325/http://cpp-summit.org/shanghai201911/en) | 2019 | November &lt;del style='background: #fcc; color: #600;'&gt;2-3 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2&amp;amp;ndash;3 &lt;/ins&gt;| Shanghai, China |     |     |     |     |     |&lt;br /&gt;
| [C++Russia](https://web.archive.org/web/20240203004325/https://cppconf-piter.ru/) | 2019 | Oct. &lt;del style='background: #fcc; color: #600;'&gt;31 - Nov.&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;31&amp;amp;ndash;Nov.&lt;/ins&gt; 1 | St. Petersburg, Russia | [Schedule](https://web.archive.org/web/20240203004325/https://cppconf-piter.ru/en/schedule/) | [C++Russia 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLZN9ZGiWZoZo3hYXXOn6NZAi3YzUETzy2) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJ9v015sPgEi0jJXe_zanjA) |&lt;br /&gt;
| [LLVM Dev. Meeting](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2019-10/) | 2019 | October &lt;del style='background: #fcc; color: #600;'&gt;22-23 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;22&amp;amp;ndash;23 &lt;/ins&gt;| San Jose, CA, USA | [Schedule](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2019-10/) | [LLVM Dev. Meeting 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCv2_41bSAa5Y_8BacJUZfjQ/search?query=%222019+LLVM+Developers%22) |     | [Slides](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2019-10/slides/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCv2_41bSAa5Y_8BacJUZfjQ) |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2019 | September &lt;del style='background: #fcc; color: #600;'&gt;15-20 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;15&amp;amp;ndash;20 &lt;/ins&gt;| Aurora, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/cppcon-2019-program/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT6KhvViwRiTR7I5s09dLCSw) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) | [GitHub](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2019) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [NDC TechTown](https://web.archive.org/web/20240203004325/https://ndctechtown.com/) | 2019 | September &lt;del style='background: #fcc; color: #600;'&gt;2-5 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2&amp;amp;ndash;5 &lt;/ins&gt;| Kongsberg, Norway | [Schedule](https://web.archive.org/web/20240203004325/https://ndctechtown.com/page/2019-agenda) | [NDC TechTown 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL03Lrmd9CiGfJvVkPfPA8GSzFrz3bugmY) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/c/NDCConferences) |&lt;br /&gt;
| [CPPP](https://web.archive.org/web/20240203004325/http://cppp.fr/) | 2019 | June 15 | Paris, France | [Schedule](https://web.archive.org/web/20240203004325/http://cppp.fr/#c66) | [CPPP 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UChti8oyWC3oW91LpfZ2bmSQ/videos) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/cppp-france/CPPP-19) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UChti8oyWC3oW91LpfZ2bmSQ) |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/) | 2019 | June 15 | Milan, Italy | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/itcppcon19/) | [Italian C++ 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LU5PDVL3Hxgtuim_IIN4ajw) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/itcppcon19) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [C++ CoreHard Spring](https://web.archive.org/web/20240203004325/https://conference.corehard.by/2019-spring) | 2019 | May &lt;del style='background: #fcc; color: #600;'&gt;24-25 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;24&amp;amp;ndash;25 &lt;/ins&gt;| Minsk, Belarus |     |     |     | [Slides](https://web.archive.org/web/20240203004325/https://www.slideshare.net/corehard_by/presentations) |     |&lt;br /&gt;
| [Core C++](https://web.archive.org/web/20240203004325/https://corecpp.org/) | 2019 | May &lt;del style='background: #fcc; color: #600;'&gt;14-17 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;14&amp;amp;ndash;17 &lt;/ins&gt;| Tel-Aviv, Israel | [Schedule](https://web.archive.org/web/20240203004325/https://corecpp.org/schedule/) | [Core C++ 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLn4wYlDYx4bszUM8uUJi55czMYuilXfaR) |     | [Slides](https://web.archive.org/web/20240203004325/https://corecppil.github.io/CoreCpp2019/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCE14XYFaK1fDTnOTqlOFrrQ) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2019 | May &lt;del style='background: #fcc; color: #600;'&gt;5-10 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;5&amp;amp;ndash;10 &lt;/ins&gt;| Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2019/schedule/) | [C++Now 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/BoostCon/search?query=%22C%2B%2BNow+2019%22) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2019) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [C++ Russia](https://web.archive.org/web/20240203004325/https://cppconf.ru/en/) | 2019 | April &lt;del style='background: #fcc; color: #600;'&gt;19-20 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;19&amp;amp;ndash;20 &lt;/ins&gt;| Moscow, Russia | [Schedule](https://web.archive.org/web/20240203004325/https://cppconf.ru/en/#schedule) | [Day 1](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=Cf1GfyUUvOQ) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJ9v015sPgEi0jJXe_zanjA) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2019 | April &lt;del style='background: #fcc; color: #600;'&gt;10-13 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;10&amp;amp;ndash;13 &lt;/ins&gt;| Bristol, UK | [Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2019/schedule.html) | [ACCU 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw/search?query=2019) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/ACCUConf/PDFs_2019) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
| [EuroLLVM](https://web.archive.org/web/20240203004325/http://www.llvm.org/devmtg/2019-04/) | 2019 | April &lt;del style='background: #fcc; color: #600;'&gt;8-9 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;8&amp;amp;ndash;9 &lt;/ins&gt;| Brussels, Belgium | [Schedule](https://web.archive.org/web/20240203004325/https://eurollvm2019.sched.com/) | [2019 EuroLLVM](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=CPokKMqAVdY&amp;amp;amp;list=PL_R5A0lGi1ADu1ccg_aykRC3dxhlIKShL) |     | [Slides](https://web.archive.org/web/20240203004325/http://llvm.org/devmtg/2019-04/slides/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCv2_41bSAa5Y_8BacJUZfjQ/) |&lt;br /&gt;
| [emBO++](https://web.archive.org/web/20240203004325/https://www.embo.io/) | 2019 | March &lt;del style='background: #fcc; color: #600;'&gt;14-17 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;14&amp;amp;ndash;17 &lt;/ins&gt;| Bochum, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://www.embo.io/#c61) | [emBO++ 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK_B2zN1sq1kRTptrb92ddk_8L13SuqiI) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCg2JbpJ-PGdFUEZEiNr0GWg/) |&lt;br /&gt;
| [Cpp Europe](https://web.archive.org/web/20240203004325/https://cppeurope.com/) | 2019 | February 26 | Bucharest, Romania | [Schedule](https://web.archive.org/web/20240203004325/https://cppeurope.com/schedule/) | [Cpp Europe 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLKkbEnCSP7sezU3eY8f7NrbJp5g4Kfurl) |     | [Slides](https://web.archive.org/web/20240203004325/https://cppeurope.com/cppeurope-26-february-2019-bucharest/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCZS60J7KcQOLf87H3P_PTlg) |&lt;br /&gt;
| [C++ on Sea](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2019 | February &lt;del style='background: #fcc; color: #600;'&gt;4-6 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;4&amp;amp;ndash;6 &lt;/ins&gt;| Folkestone, UK | [Schedule](https://web.archive.org/web/20240203004325/https://cpponsea.uk/schedule/) | [Day 1](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jtk7-GIVq3-bkKDKDtoagj4) [Day 2](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jvWwbkUgMyGpA6VyqGrHbdv) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7juIhIykfhFmjyl4D5Tvjvdh) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/philsquared/cpponsea-slides/tree/master/2019) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2018/) | 2018 | November &lt;del style='background: #fcc; color: #600;'&gt;15-17 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;15&amp;amp;ndash;17 &lt;/ins&gt;| Berlin, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2018/Schedule.html) | [Meeting C++ 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca3bxLLAojbEWaZ2DueRPZVy) | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca2xj5RF5L5bzcUysQFVNOwQ) | [Slides](https://web.archive.org/web/20240203004325/https://meetingcpp.com/mcpp/slides/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2018 | November &lt;del style='background: #fcc; color: #600;'&gt;7-8 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;7&amp;amp;ndash;8 &lt;/ins&gt;| Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2018) | [code::dive 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fd6PILMU2lg7K6pWnUKl34S) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2018) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [pacific++](https://web.archive.org/web/20240203004325/https://pacificplusplus.com/) | 2018 | October &lt;del style='background: #fcc; color: #600;'&gt;18-19 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;18&amp;amp;ndash;19 &lt;/ins&gt;| Sydney, Australia | [Schedule](https://web.archive.org/web/20240203004325/https://pacificplusplus.com/#schedule) | [pacific++ 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLd4OrpVodmxUCBpzlkPYsiP9hOtLFpAjk) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCrRR5mU5aqvtZAuEGYfdTjw) |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2018 | September &lt;del style='background: #fcc; color: #600;'&gt;24-28 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;24&amp;amp;ndash;28 &lt;/ins&gt;| Bellevue, Washington, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/cppcon-2018-program/) | [CppCon 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=HddFGPTAmtU&amp;amp;amp;list=PLHTh1InhhwT6V9RVdFRoCG_Pm5udDxG1c) | [CppCon 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=hwT8K3-NH1w&amp;amp;amp;list=PLHTh1InhhwT7GoW7bjOEe2EjyOTkm6Mgd) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2018) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/itcppcon18/) | 2018 | June 23 | Milan, Italy | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/itcppcon18/) | [It C++ 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LW0zKJBvemhJ0YWIF1Fezd6) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/itcppcon18) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2018/) | 2018 | May &lt;del style='background: #fcc; color: #600;'&gt;7-11 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;7&amp;amp;ndash;11 &lt;/ins&gt;| Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2018/schedule/) | [C++Now 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roVSbTTfHReQTl1dc9ms0lWH) | [C++Now 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roWtkG_Qiw6uwNWcjjG5WLHE) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2018) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/2018/accu2018.html) | 2018 | April &lt;del style='background: #fcc; color: #600;'&gt;11-14 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;11&amp;amp;ndash;14 &lt;/ins&gt;| Bristol, UK | [Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2018/schedule.html) | [ACCU 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw/playlists?view=50&amp;amp;amp;flow=grid&amp;amp;amp;shelf_id=12) |     | [In Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2018/schedule.html) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [pacific++](https://web.archive.org/web/20240203004325/https://pacificplusplus.com/) | 2017 | October &lt;del style='background: #fcc; color: #600;'&gt;26-27 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;26&amp;amp;ndash;27 &lt;/ins&gt;| Christchurch, New Zealand |     | [pacific++ 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLd4OrpVodmxUf6WsIJhb2KvYaq9RBuIr3) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/pacificplusplus/conference/tree/master/slides-2017) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCrRR5mU5aqvtZAuEGYfdTjw) |&lt;br /&gt;
| [Cpp-Summit 2017](https://web.archive.org/web/20240203004325/https://cppnow.org/announcements/2020/12/2021-CfS/) | 2017 | November &lt;del style='background: #fcc; color: #600;'&gt;17-18 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;17&amp;amp;ndash;18 &lt;/ins&gt;| Beijing, China |     |     |     |     |     |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2017 | November &lt;del style='background: #fcc; color: #600;'&gt;14-15 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;14&amp;amp;ndash;15 &lt;/ins&gt;| Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2017) | [code::dive 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fdoBo5uqDjhLg5OcZYKh_KU) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2017) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2017/) | 2017 | November &lt;del style='background: #fcc; color: #600;'&gt;9-11 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;9&amp;amp;ndash;11 &lt;/ins&gt;| Berlin, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2017/Schedule.html) | [Meeting C++ 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca3EUO_RTNv5t7gUmppFl9R1) |     | [Slides (zip)](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2017/slides_meetingcpp_2017.zip) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2017 | September &lt;del style='background: #fcc; color: #600;'&gt;25-29 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;25&amp;amp;ndash;29 &lt;/ins&gt;| Bellevue, Washington, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/cppcon-2017-program/) | [CppCon 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT6bwIpRk0ZbCA0N2p1taxd6) | [CppCon 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT55y4fRRTBIelxnRSZ8G5yg) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2017) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/2017/07/04/itcppcon17/) | 2017 | June 17 | Milan, Italy | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/2017/07/04/itcppcon17/) | [It C++ 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LWoGAOd9wKvdb1fEqj2olBz) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/itcppcon17) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2017/) | 2017 | May &lt;del style='background: #fcc; color: #600;'&gt;16-20 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;16&amp;amp;ndash;20 &lt;/ins&gt;| Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2017/schedule/) | [C++Now 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roXJldxjJGtH8PJb4dY6nN1D) | [C++Now 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roV-ATm4VQH5Tc78_0bruUuI) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2017) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/2017/accu2017.html) | 2017 | April &lt;del style='background: #fcc; color: #600;'&gt;24-29 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;24&amp;amp;ndash;29 &lt;/ins&gt;| Bristol, UK | [Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2017/schedule.html) | [ACCU 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw/playlists?view=50&amp;amp;amp;flow=grid&amp;amp;amp;shelf_id=11) |     | [In Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2017/schedule.html) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2016 | November &lt;del style='background: #fcc; color: #600;'&gt;18-19 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;18&amp;amp;ndash;19 &lt;/ins&gt;| Berlin, Germany |     | [Meeting C++ 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca06lulacjysyu8RIwfKgYoY) | [Meeting C++ 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/search?query=%22Lightning+Talks+Meeting+C%2B%2B+2016%22) |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2016 | November &lt;del style='background: #fcc; color: #600;'&gt;15-16 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;15&amp;amp;ndash;16 &lt;/ins&gt;| Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2016) | [code::dive 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fe_K81rfIBdGPfbMlLqeHBT) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2016) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2016 | September &lt;del style='background: #fcc; color: #600;'&gt;19-23 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;19&amp;amp;ndash;23 &lt;/ins&gt;| Bellevue, Washington, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/2016program/) | [CppCon 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT7J5jl4vAhO1WvGHUUFgUQH) | [CppCon 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT6aWgfHhrvYY3s-lqk0Y9iP) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2016) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/conference-2016/) | 2016 | May 14 | Milan, Italy | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/conference-2016/) | [It C++ 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/search?query=%22Italian+C%2B%2B+Conference+2016%22) |     | [Slides](https://web.archive.org/web/20240203004325/http://www.italiancpp.org/eventi/sessioni-conference-2016/#resumable) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2016/) | 2016 | May &lt;del style='background: #fcc; color: #600;'&gt;10-14 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;10&amp;amp;ndash;14 &lt;/ins&gt;| Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2016/schedule/) | [C++Now 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roU0F3w20Ac77YeOFyvFmaJD) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2016) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/2016/accu2016.html) | 2016 | April &lt;del style='background: #fcc; color: #600;'&gt;24-29 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;24&amp;amp;ndash;29 &lt;/ins&gt;| Bristol, UK | [Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2016/schedule.html) | [ACCU 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw/playlists?view=50&amp;amp;amp;flow=grid&amp;amp;amp;shelf_id=3) |     | [In Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2016/schedule.html) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2015 | December &lt;del style='background: #fcc; color: #600;'&gt;4-5 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;4&amp;amp;ndash;5 &lt;/ins&gt;| Berlin, Germany |     | [Meeting C++ 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0UKKZ2PTSwF3WrDjABQdcL) | [Meeting C++ 2015](https://web.archive.org/web/20240203004325/https://www.meetingcpp.com/meetingcpp/news/items/meeting-c-2015-all-lightning-talks-are-now-online-at-youtube.html) |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2015 | November 5 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2015) | [code::dive 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fc-Duvq7ZXz0ZQFcSgVKyl4) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2015) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2015 | September &lt;del style='background: #fcc; color: #600;'&gt;21-25 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;21&amp;amp;ndash;25 &lt;/ins&gt;| Bellevue, Washington, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/2015program/) | [CppCon 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT75gykhs7pqcR_uSiG601oh) | [CppCon 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT5CG9nJE1sKKHUhz1jOmvjM) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2015) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2015/) | 2015 | May &lt;del style='background: #fcc; color: #600;'&gt;12-15 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;12&amp;amp;ndash;15 &lt;/ins&gt;| Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2015/schedule/) | [C++Now 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roX665MVPoqbzHVZFMBzgytT) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2015) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2014 | December &lt;del style='background: #fcc; color: #600;'&gt;5-6 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;5&amp;amp;ndash;6 &lt;/ins&gt;| Berlin, Germany |     | [Meeting C++ 2014](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0Luy-3XreR2l2aQ7Hf5ODl) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2014 | November 5 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2014) | [code::dive 2014](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fcZswWn2HbWpRHprPHyJ4wZ) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2014) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2014 | September &lt;del style='background: #fcc; color: #600;'&gt;8-12 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;8&amp;amp;ndash;12 &lt;/ins&gt;| Bellevue, Washington, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/conference-program/) | [CppCon 2014](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT7esTl1bRitiizeEnksGU7J) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2014) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2014 | May &lt;del style='background: #fcc; color: #600;'&gt;12-15 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;12&amp;amp;ndash;15 &lt;/ins&gt;| Aspen, Colorado, USA |     | [C++Now 2014](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roXG7rOmqsb_wDG1btCzhS8F) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2014) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2013 | November &lt;del style='background: #fcc; color: #600;'&gt;8-9 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;8&amp;amp;ndash;9 &lt;/ins&gt;| D&amp;amp;uuml;sseldorf/Neuss, Germany |     |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2013 | May &lt;del style='background: #fcc; color: #600;'&gt;12-17 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;12&amp;amp;ndash;17 &lt;/ins&gt;| Aspen, Colorado, USA |     | [C++Now 2013](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/BoostCon/search?query=2013) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2013) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2012 | November &lt;del style='background: #fcc; color: #600;'&gt;9-12 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;9&amp;amp;ndash;12 &lt;/ins&gt;| D&amp;amp;uuml;sseldorf/Neuss, Germany |     |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2012 | May &lt;del style='background: #fcc; color: #600;'&gt;13-18 &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;13&amp;amp;ndash;18 &lt;/ins&gt;| Aspen, Colorado, USA |     | [C++Now 2012](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/BoostCon/search?query=2012) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2012) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v4</link><pubDate>Fri, 24 May 2024 08:11:43 +0000</pubDate></item><item><title>conferences-worldwide (v3)</title><description>Revision by: bbrown105&lt;br /&gt;(Add CppCon 2024 Details)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2024 | Apr. 29-May 3 | Aspen, CO, USA | [CFS](https://web.archive.org/web/20240203004325/https://cppnow.org/announcements/2024/01/2024-CfS/) close: Feb 9th |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnow.org/about/contact/) |     |     |&lt;br /&gt;
| [C++ on Sea On Site](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | July 2-5 | Folkestone, UK |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21-24 | Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2024 | September 15-20 | Aurora, CO, USA &lt;del style='background: #fcc; color: #600;'&gt;|     |     |     &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;| [Call for Submissions](https://cppcon.org/cfs2024/) | [CfS](https://cppcon.org/cppcon-2024-registration-is-open/) close: May 19 |  &lt;/ins&gt;| [Coc](https://web.archive.org/web/20240203004325/https://cppcon.org/codeofconduct/) &lt;del style='background: #fcc; color: #600;'&gt;|     |     &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;| Yes [[email for details](speakers@cppcon.org)] | [Sponsorship](https://cppcon.org/sponsorship/) &lt;/ins&gt;|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v3</link><pubDate>Mon, 22 Apr 2024 13:59:18 +0000</pubDate></item><item><title>wg21 (v82)</title><description>Revision by: Blog Staff&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
#### Personal information&lt;br /&gt;
&lt;br /&gt;
&lt;del style='background: #fcc; color: #600;'&gt;I'm married and have two young children. We &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;I &lt;/ins&gt;live &lt;del style='background: #fcc; color: #600;'&gt;near Princeton, NJ.&lt;br /&gt;
&lt;br /&gt;
&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;in Tampa, FL.&lt;br /&gt;
&lt;br /&gt;
&lt;/ins&gt;#### URL: [LinkedIn](http://www.linkedin.com/pub/daveed-vandevoorde/4/416/708)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/wg21?v82</link><pubDate>Mon, 25 Mar 2024 19:18:03 +0000</pubDate></item><item><title>conferences-worldwide (v2)</title><description>Revision by: InbalL&lt;br /&gt;(Removed duplicate row)&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2024 | April 17-20 | Bristol, UK | [CFS](https://web.archive.org/web/20240203004325/https://accuconference.org/callforspeakers) | [ACCU 2024](https://web.archive.org/web/20240203004325/https://accuconference.org/) |     | [Coc](https://web.archive.org/web/20240203004325/https://accu.org/conf-menu-overviews/coc_code_of_conduct/) |     |     |&lt;br /&gt;
| [using std::cpp](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/go/usingstdcpp-2024) | 2024 | April 25-26 | Leganes, Spain | [CFT](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/105614/section/47656/using-std-cpp-2024.html) close: Jan 31 |     |     | [Coc](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/105614/section/47661/using-std-cpp-2024.html) |     |     |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2024 | Apr. 29-May 3 | Aspen, CO, USA | [CFS](https://web.archive.org/web/20240203004325/https://cppnow.org/announcements/2024/01/2024-CfS/) close: Feb 9th |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnow.org/about/contact/) |     |     |&lt;br /&gt;
&lt;del style='background: #fcc; color: #600;'&gt;| [C++ on Sea On Site](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | July 2-5 | Folkestone, UK |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;
&lt;/del&gt;| [C++ on Sea On Site](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | July 2-5 | Folkestone, UK |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v2</link><pubDate>Tue, 12 Mar 2024 05:42:04 +0000</pubDate></item><item><title>conferences-worldwide (v1)</title><description>Revision by: Administrator&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;ins style='background: #cfc; color: #060;'&gt;### Upcoming Conferences&lt;br /&gt;
&lt;br /&gt;
| Name | Year | Conference  &amp;amp;lt;br&amp;amp;gt;Date | Location | Proposals | Registration | Schedule | Conduct | Speaker  &amp;amp;lt;br&amp;amp;gt;Support | Sponsorship |&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
| [C++ on Sea Online](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | Feb 29-Mar 2 | Online | [CFS](https://web.archive.org/web/20240203004325/https://cpponsea.uk/callforspeakers/) close: Oct 31st |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2024 | April 17-20 | Bristol, UK | [CFS](https://web.archive.org/web/20240203004325/https://accuconference.org/callforspeakers) | [ACCU 2024](https://web.archive.org/web/20240203004325/https://accuconference.org/) |     | [Coc](https://web.archive.org/web/20240203004325/https://accu.org/conf-menu-overviews/coc_code_of_conduct/) |     |     |&lt;br /&gt;
| [using std::cpp](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/go/usingstdcpp-2024) | 2024 | April 25-26 | Leganes, Spain | [CFT](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/105614/section/47656/using-std-cpp-2024.html) close: Jan 31 |     |     | [Coc](https://web.archive.org/web/20240203004325/https://eventos.uc3m.es/105614/section/47661/using-std-cpp-2024.html) |     |     |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2024 | Apr. 29-May 3 | Aspen, CO, USA | [CFS](https://web.archive.org/web/20240203004325/https://cppnow.org/announcements/2024/01/2024-CfS/) close: Feb 9th |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnow.org/about/contact/) |     |     |&lt;br /&gt;
| [C++ on Sea On Site](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | July 2-5 | Folkestone, UK |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;
| [C++ on Sea On Site](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2024 | July 2-5 | Folkestone, UK |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cpponsea.uk/conduct/) |     |     |&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2024 | July 21-24 | Toronto, CA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppnorth.ca/code-of-conduct.html) |     |     |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2024 | September 15-20 | Aurora, CO, USA |     |     |     | [Coc](https://web.archive.org/web/20240203004325/https://cppcon.org/codeofconduct/) |     |     |&lt;br /&gt;
&lt;br /&gt;
#### Student and volunteer programs&lt;br /&gt;
&lt;br /&gt;
| Conference | Location | Time of Year | Financial Support |&lt;br /&gt;
| --- | --- | --- | --- |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/https://cppnow.org/about/volunteer_program) | US, Colorado | Apr/May | Pays for registration, transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [CppCon (Student)](https://web.archive.org/web/20240203004325/https://cppcon.org/student-program) | US, Colorado | Sep/Oct | Discounted registration |&lt;br /&gt;
| [CppCon (Volunteer)](https://web.archive.org/web/20240203004325/https://cppcon.org/volunteers) | US, Colorado | Sep/Oct | Pays for registration, transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [C++ On Sea (Student)](https://web.archive.org/web/20240203004325/https://cpponsea.uk/students) | UK  | Jun/Jul | Pays for registration, local transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [C++ On Sea (Volunteer)](https://web.archive.org/web/20240203004325/https://cpponsea.uk/volunteers) | UK  | Jun/Jul | Pays for registration, local transit, &amp;amp;amp; lodging |&lt;br /&gt;
| [Meeting C++ (Student)](https://web.archive.org/web/20240203004325/https://meetingcpp.com/mcpp/studentprogram) | Germany | November | Pays for registration |&lt;br /&gt;
| [Meeting C++ (Volunteer)](https://web.archive.org/web/20240203004325/https://meetingcpp.com/mcpp/volunteerapplication) | Germany | November | Pays for registration |&lt;br /&gt;
| [Core C++](https://web.archive.org/web/20240203004325/https://corecpp.org/) | Israel | Summer | Pays for registration &amp;amp;amp; local transit |&lt;br /&gt;
&lt;br /&gt;
### Past Conferences&lt;br /&gt;
&lt;br /&gt;
| Name | Year | Conference  &amp;amp;lt;br&amp;amp;gt;Date | Location | Schedule | Talk Videos | Lightning  &amp;amp;lt;br&amp;amp;gt;Talk Videos | Slides | Video Channel |&lt;br /&gt;
| --- | --- | --- | --- | --- | --- | --- | --- | --- |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2023 | November 16-17 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/agenda#agenda) |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2023) | 2023 | November 12-14 | Berlin, Germany + online | [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2023) |     |     |     |     |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2023 | October 1-6 | Aurora, CO, USA | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/agenda#agenda) |     |     |     |     |&lt;br /&gt;
| [CppIndiaCon](https://web.archive.org/web/20240203004325/https://www.cppindia.co.in/conference/2023/conference_home/) | 2023 | August 4-5 | Online |     |     |     |     |     |&lt;br /&gt;
| [CppNorth](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2023 | July 17-19 | Toronto, CA |     |     |     |     |     |&lt;br /&gt;
| [C++ on Sea](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2023 | June 28-30 | Folkestone, UK |     |     |     |     |     |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://italiancpp.org/itcppcon23) | 2023 | June 10 | Rome, Italy |     |     |     |     |     |&lt;br /&gt;
| [Pure Virtual C++](https://web.archive.org/web/20240203004325/https://learn.microsoft.com/en-us/events/learn-events/Pure-Virtual-C-Plus-Plus/) | 2023 | June 6 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://learn.microsoft.com/en-us/events/learn-events/Pure-Virtual-C-Plus-Plus/) | [Pure Virtual C++](https://web.archive.org/web/20240203004325/https://learn.microsoft.com/en-us/events/learn-events/Pure-Virtual-C-Plus-Plus/) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=yVqhvEOW-9M) |&lt;br /&gt;
| [Core C++](https://web.archive.org/web/20240203004325/https://corecpp.org/) | 2023 | June 5-7 | Tel Aviv, Israel | [Schedule](https://web.archive.org/web/20240203004325/https://2023.corecpp.org/schedule/) | [CoreCppIL](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=ICf_6L1kJcE&amp;amp;amp;list=PLn4wYlDYx4bs0p9S6aFvKaASoCLFVwt_E&amp;amp;amp;index=1) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/@corecpp) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2023 | May 7-12 | Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/https://schedule.cppnow.org/23/) |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [using std::cpp](https://web.archive.org/web/20240203004325/https://usingstdcpp.org/) | 2023 | April, 27-28 | Legan&amp;amp;eacute;s, Madrid, Spain |     |     |     |     |     |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2022 | November 16-19 | Berlin/online, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2022/Schedule.html) | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=33vnEuIYQBU&amp;amp;amp;list=PLRyNF2Y6sca26zZjdpWS-NmRiKkJEOBFl) |     |     | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0hXu0FG-5SP3lTI-g7srMW) |&lt;br /&gt;
| [ACCU Autumn](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2022 | Autumn | Dublin, Ireland | [Schedule](https://web.archive.org/web/20240203004325/https://accu.org/conf-previous/2022/schedule/) | [ACCU](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=vZ7imwsX8ic&amp;amp;amp;list=PL9hrFapz4dsNx4kjMVgGMP6u37U1dSy7F) |     |     |     |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2022 | September 11-16 | Aurora, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/program2022/) | [CppCon](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=IMnbytvHCjM&amp;amp;amp;list=PLHTh1InhhwT6c2JNtUiJkaH8YRqzhU7Ag) |     |     | [CppCon Channel](https://web.archive.org/web/20240203004325/https://italiancpp.org/itcppcon23) |&lt;br /&gt;
| [Core C++](https://web.archive.org/web/20240203004325/https://corecpp.org/) | 2022 | September 5-7 | Tel Aviv, Israel | [Schedule](https://web.archive.org/web/20240203004325/https://2022.corecpp.org/schedule/) | [CoreCppIL](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=591wH8rgR3s&amp;amp;amp;list=PLn4wYlDYx4bti4V3tqS0plVNRCbKAnLuC) |     |     |     |&lt;br /&gt;
| [CppIndiaCon](https://web.archive.org/web/20240203004325/https://www.cppindia.co.in/conference/2022/conference_home/) | 2022 | August 6 | India (Online) | [Schedule](https://web.archive.org/web/20240203004325/https://www.cppindia.co.in/TechTalk/2022/) |     |     |     |     |&lt;br /&gt;
| [C++ North](https://web.archive.org/web/20240203004325/https://cppnorth.ca/) | 2022 | July 15-21 | Toronto, Canada | [Schedule](https://web.archive.org/web/20240203004325/https://cppnorth.ca/program.html) | [C++ North](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLpGV-BujcAKFVCWOBj2548vuxJ1lV5w6-) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCGWAlXciy785Iog-X7247Hw) |&lt;br /&gt;
| [C++ on Sea](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2022 | July 4-7 | Folkestone, UK | [Schedule](https://web.archive.org/web/20240203004325/https://cpponsea.uk/2022/schedule/) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jse37HBRfXJJwcgQWHBIg9i) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw) |&lt;br /&gt;
| [C++ Russia](https://web.archive.org/web/20240203004325/https://cppconf-moscow.ru/en/) | 2022 | June 6-9 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://cppconf.ru/en/schedule/topics/) | [C++ Russia](https://web.archive.org/web/20240203004325/https://live.jugru.org/cpp) |     |     |     |&lt;br /&gt;
| [Cpp Europe](https://web.archive.org/web/20240203004325/https://cppeurope.com/) | 2022 | May 24 | Online |     |     |     | [Slides](https://web.archive.org/web/20240203004325/https://cppeurope.com/blog/slides/cppeurope-2021-online-edition-slides/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCZS60J7KcQOLf87H3P_PTlg) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2022 | May 1-6 | Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppnow.digital-medium.co.uk/2022-schedule/) |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2022 | April 6-9 | Bristol, UK | [Schedule](https://web.archive.org/web/20240203004325/https://accu.digital-medium.co.uk/schedule/) |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [CPPP](https://web.archive.org/web/20240203004325/http://cppp.fr/) | 2021 | December 1-3 | Online |     |     |     |     |     |&lt;br /&gt;
| [C++ Russia](https://web.archive.org/web/20240203004325/https://cppconf-moscow.ru/en/) | 2021 | November 15-18 | Online |     | [C++ Russia](https://web.archive.org/web/20240203004325/https://cppconf.ru/en/registration/) |     |     |     |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2021 | October 24-29 | Online &amp;amp;amp; Aurora, Colorado | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/program2020/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=pfIC-kle4b0&amp;amp;amp;list=PLHTh1InhhwT6bY4nS4p7f5b_754myC3ze) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) | [GitHub](https://web.archive.org/web/20240203004325/https://github.com/CppCon/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) |&lt;br /&gt;
| [NDC TechTown](https://web.archive.org/web/20240203004325/https://ndctechtown.com/) | 2021 | Aug. 30 - Sep. 2 | Kongsberg, Norway |     | [NDC TechTown](https://web.archive.org/web/20240203004325/https://ndctechtown.com/tickets) |     |     |     |&lt;br /&gt;
| [CoreC++ &amp;amp;lt;local&amp;amp;gt;](https://web.archive.org/web/20240203004325/https://corecpp.org/) | 2021 | August 25-26 | Tel Aviv, Israel |     | [CoreC++](https://web.archive.org/web/20240203004325/https://ti.to/hamakor/corecpp-local-2021/) |     |     |     |&lt;br /&gt;
| [C++ India](https://web.archive.org/web/20240203004325/https://www.cppindia.co.in/conference/2021/conference_home/) | 2021 | August 15. | Online | [Schedule](https://web.archive.org/web/20240203004325/https://www.cppindia.co.in/conference/2021/schedule/) |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw) |&lt;br /&gt;
| [C++ on Sea](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2021 | June 30 - July 2 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://cpponsea.uk/2021/schedule/) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jsIaVI82HXU3p2yRz2kVDZf) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jtLi9qqEAfVfcas5inGLbk9) |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw) |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/) | 2021 | June 19 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://italiancpp.org/itcppcon21) | [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LV9BRKIqrNWEXfa5ggpiyki) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/itcppcon21) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw) |&lt;br /&gt;
| [ADC++](https://web.archive.org/web/20240203004325/https://adcpp.de/) | 2021 | May 17-19 | Online and Regensburg, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://adcpp.de/21/sessions) |     |     |     |     |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2021 | May 2-7 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://cppnow.org/history/2021/schedule/) | [Keynote](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roWcpnvR9lzXhv_5ei8nBdpP) / [C++Now](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roXvFWuYzTL7Xe7j4qukOXPq) |     | [Slides](https://web.archive.org/web/20240203004325/https://cppnow.org/history/2021/talks/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [emBO++](https://web.archive.org/web/20240203004325/https://www.embo.io/) | 2021 | March 25-27 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://www.embo.io/#schedule) | [emBO++](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=3E_YxyGEjlA&amp;amp;amp;list=PLIXq8kws1BI13bcTWNriKzirk5ayZehzT) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCg2JbpJ-PGdFUEZEiNr0GWg/) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2021 | March 10-13 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://accu.org/conf-previous/2021/schedule/) | [ACCU 2021](https://web.archive.org/web/20240203004325/https://www.youtube.com/c/ACCUConf/search?query=ACCU%202021%20Day) | [ACCU 2021](https://web.archive.org/web/20240203004325/https://www.youtube.com/c/ACCUConf/search?query=ACCU%202021%20Lightning%20Talks) | [Slides](https://web.archive.org/web/20240203004325/https://accu.org/conf-previous/2021/schedule/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
| [Cpp Europe](https://web.archive.org/web/20240203004325/https://cppeurope.com/) | 2021 | February 23 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://cppeurope.com/schedule/) |     |     | [Slides](https://web.archive.org/web/20240203004325/https://cppeurope.com/blog/slides/cppeurope-2021-online-edition-slides/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCZS60J7KcQOLf87H3P_PTlg) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Pure C++ 2020](https://web.archive.org/web/20240203004325/http://purecpp.org/detail?id=2207) | 2020 | December 26 | Shenzhen, China |     | [Free by email](https://web.archive.org/web/20240203004325/mailto:purecpp@163.com) | [Pure C++ 2020](https://web.archive.org/web/20240203004325/http://purecpp.org/detail?id=2207) |     |     |&lt;br /&gt;
| [Cpp-Summit 2020](https://web.archive.org/web/20240203004325/http://cpp-summit.org/en) | 2020 | December 4-5 | Shenzhen, China |     |     |     |     |     |&lt;br /&gt;
| [C++ Day 2020](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/) | 2020 | November 28 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/cppday20/) | [C++ Day](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LX6l97Royt5DSYy7V05nZmS) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/cppday20) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2020 | November 18 | Wrocław, Poland |     | [code::dive 2020](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1feBLbwORz3dBdCylfe0lBlR) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2020 | November 12-14 | Berlin, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2020/Schedule.html) | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0hXu0FG-5SP3lTI-g7srMW) |     | [Slides](https://web.archive.org/web/20240203004325/https://meetingcpp.com/mcpp/slides/?year=2020) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [C++ CoreHard Spring](https://web.archive.org/web/20240203004325/http://conference.corehard.by/) | 2020 | October 30-31 | Minsk, Belarus |     |     |     |     |     |&lt;br /&gt;
| [Qt World Summit](https://web.archive.org/web/20240203004325/https://www.qt.io/qtws20) | 2020 | October 20-22 | Palm Springs, CA, USA |     | [Qt World Summit](https://web.archive.org/web/20240203004325/https://resources.qt.io/qt-world-summit-2020) |     |     |     |&lt;br /&gt;
| [ADC++](https://web.archive.org/web/20240203004325/https://adcpp.de/) | 2020 | October 13-14 | Regensburg, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://adcpp.de/20/sessions) |     |     |     |     |&lt;br /&gt;
| [LLVM Dev. Meeting](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2020-09/) | 2020 | October 6-8 | Online |     | [LLVM Dev. Meeting](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_R5A0lGi1ABzH_FIZSx0sHQkOqI7p4Cg) |     | [Slides](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2020-09/slides/) |     |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2020 | September 13-18 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/program2020/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/playlists?view=50&amp;amp;amp;sort=dd&amp;amp;amp;shelf_id=4) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT7bZ9bfG3pIR6VVjXLrrUoP) | [GitHub](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2020) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [NDC TechTown](https://web.archive.org/web/20240203004325/https://ndctechtown.com/) | 2020 | Aug. 31 - Sep. 3 | Kongsberg, Norway | [Schedule](https://web.archive.org/web/20240203004325/https://ndctechtown.com/agenda/) | [NDC TechTown](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL03Lrmd9CiGd85AWKC4vpmt8mjyp_javU) |     |     |     |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/) | 2020 | June 13 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/itcppcon20/) | [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LWIjOrEftUA42ZwxsF30vZB) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/itcppcon20) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [C++ on Sea](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2020 | July 15-17 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://cpponsea.uk/2020/schedule/) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw/playlists) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jtcXY9Ilpv7WhDS6lEo1hBz) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/philsquared/cpponsea-slides/tree/master/2020) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw) |&lt;br /&gt;
| [C++Russia](https://web.archive.org/web/20240203004325/https://cppconf-moscow.ru/en/) | 2020 | July 14-15 | Online | [Schedule](https://web.archive.org/web/20240203004325/https://cppconf-moscow.ru/en/2020/msk/schedule/) | [C++Russia](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLZN9ZGiWZoZruMY-MlkAd-nHzdP9TfLRC) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJ9v015sPgEi0jJXe_zanjA) |&lt;br /&gt;
| [emBO++](https://web.archive.org/web/20240203004325/https://www.embo.io/) | 2020 | March 10-15 | Bochum, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://www.embo.io/#schedule) | [emBO++ 2020](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLIXq8kws1BI36WI541w4gSuKA98ku5gJZ) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCg2JbpJ-PGdFUEZEiNr0GWg/) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [C++ Day](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/cppday19/) | 2019 | November 30 | Parma, Italy | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/cppday19/) |     |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/cppday19/) |     |&lt;br /&gt;
| [C++ CoreHard Autumn](https://web.archive.org/web/20240203004325/http://conference.corehard.by/) | 2019 | November 29-30 | Minsk, Belarus |     |     |     | [Slides](https://web.archive.org/web/20240203004325/https://www.slideshare.net/corehard_by/presentations) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/c/corehard) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2019 | November 20-21 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/) | [code::dive 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1feGeZUcGbIcF9J3iIjuhESq) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2019 | November 14-16 | Berlin, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://www.meetingcpp.com/2019/Schedule.html) | [Meeting C++ 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca27wjBvjc5yg3F1QqZgazKb) | [Meeting C++ 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca1nKqNGjafqpTke8RmvZIji) |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [ACCU Autumn](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2019 | November 11-12 | Belfast, Northern Ireland | [Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2019_Autumn/schedule.html) | [ACCU Autumn 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL9hrFapz4dsODt3aI5adCaZB6KHwz2Tpe) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
| [Cpp-Summit 2019](https://web.archive.org/web/20240203004325/http://cpp-summit.org/shanghai201911/en) | 2019 | November 2-3 | Shanghai, China |     |     |     |     |     |&lt;br /&gt;
| [C++Russia](https://web.archive.org/web/20240203004325/https://cppconf-piter.ru/) | 2019 | Oct. 31 - Nov. 1 | St. Petersburg, Russia | [Schedule](https://web.archive.org/web/20240203004325/https://cppconf-piter.ru/en/schedule/) | [C++Russia 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLZN9ZGiWZoZo3hYXXOn6NZAi3YzUETzy2) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJ9v015sPgEi0jJXe_zanjA) |&lt;br /&gt;
| [LLVM Dev. Meeting](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2019-10/) | 2019 | October 22-23 | San Jose, CA, USA | [Schedule](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2019-10/) | [LLVM Dev. Meeting 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCv2_41bSAa5Y_8BacJUZfjQ/search?query=%222019+LLVM+Developers%22) |     | [Slides](https://web.archive.org/web/20240203004325/https://llvm.org/devmtg/2019-10/slides/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCv2_41bSAa5Y_8BacJUZfjQ) |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2019 | September 15-20 | Aurora, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/cppcon-2019-program/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT6KhvViwRiTR7I5s09dLCSw) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) | [GitHub](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2019) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [NDC TechTown](https://web.archive.org/web/20240203004325/https://ndctechtown.com/) | 2019 | September 2-5 | Kongsberg, Norway | [Schedule](https://web.archive.org/web/20240203004325/https://ndctechtown.com/page/2019-agenda) | [NDC TechTown 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL03Lrmd9CiGfJvVkPfPA8GSzFrz3bugmY) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/c/NDCConferences) |&lt;br /&gt;
| [CPPP](https://web.archive.org/web/20240203004325/http://cppp.fr/) | 2019 | June 15 | Paris, France | [Schedule](https://web.archive.org/web/20240203004325/http://cppp.fr/#c66) | [CPPP 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UChti8oyWC3oW91LpfZ2bmSQ/videos) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/cppp-france/CPPP-19) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UChti8oyWC3oW91LpfZ2bmSQ) |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/) | 2019 | June 15 | Milan, Italy | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/itcppcon19/) | [Italian C++ 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LU5PDVL3Hxgtuim_IIN4ajw) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/itcppcon19) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [C++ CoreHard Spring](https://web.archive.org/web/20240203004325/https://conference.corehard.by/2019-spring) | 2019 | May 24-25 | Minsk, Belarus |     |     |     | [Slides](https://web.archive.org/web/20240203004325/https://www.slideshare.net/corehard_by/presentations) |     |&lt;br /&gt;
| [Core C++](https://web.archive.org/web/20240203004325/https://corecpp.org/) | 2019 | May 14-17 | Tel-Aviv, Israel | [Schedule](https://web.archive.org/web/20240203004325/https://corecpp.org/schedule/) | [Core C++ 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLn4wYlDYx4bszUM8uUJi55czMYuilXfaR) |     | [Slides](https://web.archive.org/web/20240203004325/https://corecppil.github.io/CoreCpp2019/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCE14XYFaK1fDTnOTqlOFrrQ) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2019 | May 5-10 | Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2019/schedule/) | [C++Now 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/BoostCon/search?query=%22C%2B%2BNow+2019%22) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2019) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [C++ Russia](https://web.archive.org/web/20240203004325/https://cppconf.ru/en/) | 2019 | April 19-20 | Moscow, Russia | [Schedule](https://web.archive.org/web/20240203004325/https://cppconf.ru/en/#schedule) | [Day 1](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=Cf1GfyUUvOQ) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJ9v015sPgEi0jJXe_zanjA) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/) | 2019 | April 10-13 | Bristol, UK | [Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2019/schedule.html) | [ACCU 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw/search?query=2019) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/ACCUConf/PDFs_2019) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
| [EuroLLVM](https://web.archive.org/web/20240203004325/http://www.llvm.org/devmtg/2019-04/) | 2019 | April 8-9 | Brussels, Belgium | [Schedule](https://web.archive.org/web/20240203004325/https://eurollvm2019.sched.com/) | [2019 EuroLLVM](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=CPokKMqAVdY&amp;amp;amp;list=PL_R5A0lGi1ADu1ccg_aykRC3dxhlIKShL) |     | [Slides](https://web.archive.org/web/20240203004325/http://llvm.org/devmtg/2019-04/slides/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCv2_41bSAa5Y_8BacJUZfjQ/) |&lt;br /&gt;
| [emBO++](https://web.archive.org/web/20240203004325/https://www.embo.io/) | 2019 | March 14-17 | Bochum, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://www.embo.io/#c61) | [emBO++ 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK_B2zN1sq1kRTptrb92ddk_8L13SuqiI) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCg2JbpJ-PGdFUEZEiNr0GWg/) |&lt;br /&gt;
| [Cpp Europe](https://web.archive.org/web/20240203004325/https://cppeurope.com/) | 2019 | February 26 | Bucharest, Romania | [Schedule](https://web.archive.org/web/20240203004325/https://cppeurope.com/schedule/) | [Cpp Europe 2019](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLKkbEnCSP7sezU3eY8f7NrbJp5g4Kfurl) |     | [Slides](https://web.archive.org/web/20240203004325/https://cppeurope.com/cppeurope-26-february-2019-bucharest/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCZS60J7KcQOLf87H3P_PTlg) |&lt;br /&gt;
| [C++ on Sea](https://web.archive.org/web/20240203004325/https://cpponsea.uk/) | 2019 | February 4-6 | Folkestone, UK | [Schedule](https://web.archive.org/web/20240203004325/https://cpponsea.uk/schedule/) | [Day 1](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jtk7-GIVq3-bkKDKDtoagj4) [Day 2](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7jvWwbkUgMyGpA6VyqGrHbdv) | [C++ on Sea](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL5XXu3X6L7juIhIykfhFmjyl4D5Tvjvdh) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/philsquared/cpponsea-slides/tree/master/2019) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCAczr0j6ZuiVaiGFZ4qxApw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2018/) | 2018 | November 15-17 | Berlin, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2018/Schedule.html) | [Meeting C++ 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca3bxLLAojbEWaZ2DueRPZVy) | [Meeting C++](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca2xj5RF5L5bzcUysQFVNOwQ) | [Slides](https://web.archive.org/web/20240203004325/https://meetingcpp.com/mcpp/slides/) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2018 | November 7-8 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2018) | [code::dive 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fd6PILMU2lg7K6pWnUKl34S) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2018) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [pacific++](https://web.archive.org/web/20240203004325/https://pacificplusplus.com/) | 2018 | October 18-19 | Sydney, Australia | [Schedule](https://web.archive.org/web/20240203004325/https://pacificplusplus.com/#schedule) | [pacific++ 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLd4OrpVodmxUCBpzlkPYsiP9hOtLFpAjk) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCrRR5mU5aqvtZAuEGYfdTjw) |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2018 | September 24-28 | Bellevue, Washington, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/cppcon-2018-program/) | [CppCon 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=HddFGPTAmtU&amp;amp;amp;list=PLHTh1InhhwT6V9RVdFRoCG_Pm5udDxG1c) | [CppCon 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/watch?v=hwT8K3-NH1w&amp;amp;amp;list=PLHTh1InhhwT7GoW7bjOEe2EjyOTkm6Mgd) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2018) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/itcppcon18/) | 2018 | June 23 | Milan, Italy | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/itcppcon18/) | [It C++ 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LW0zKJBvemhJ0YWIF1Fezd6) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/itcppcon18) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2018/) | 2018 | May 7-11 | Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2018/schedule/) | [C++Now 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roVSbTTfHReQTl1dc9ms0lWH) | [C++Now 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roWtkG_Qiw6uwNWcjjG5WLHE) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2018) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/2018/accu2018.html) | 2018 | April 11-14 | Bristol, UK | [Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2018/schedule.html) | [ACCU 2018](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw/playlists?view=50&amp;amp;amp;flow=grid&amp;amp;amp;shelf_id=12) |     | [In Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2018/schedule.html) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [pacific++](https://web.archive.org/web/20240203004325/https://pacificplusplus.com/) | 2017 | October 26-27 | Christchurch, New Zealand |     | [pacific++ 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLd4OrpVodmxUf6WsIJhb2KvYaq9RBuIr3) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/pacificplusplus/conference/tree/master/slides-2017) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCrRR5mU5aqvtZAuEGYfdTjw) |&lt;br /&gt;
| [Cpp-Summit 2017](https://web.archive.org/web/20240203004325/https://cppnow.org/announcements/2020/12/2021-CfS/) | 2017 | November 17-18 | Beijing, China |     |     |     |     |     |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2017 | November 14-15 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2017) | [code::dive 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fdoBo5uqDjhLg5OcZYKh_KU) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2017) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2017/) | 2017 | November 9-11 | Berlin, Germany | [Schedule](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2017/Schedule.html) | [Meeting C++ 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca3EUO_RTNv5t7gUmppFl9R1) |     | [Slides (zip)](https://web.archive.org/web/20240203004325/https://meetingcpp.com/2017/slides_meetingcpp_2017.zip) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2017 | September 25-29 | Bellevue, Washington, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/cppcon-2017-program/) | [CppCon 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT6bwIpRk0ZbCA0N2p1taxd6) | [CppCon 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT55y4fRRTBIelxnRSZ8G5yg) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2017) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/2017/07/04/itcppcon17/) | 2017 | June 17 | Milan, Italy | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/2017/07/04/itcppcon17/) | [It C++ 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLsCm1Hs016LWoGAOd9wKvdb1fEqj2olBz) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/italiancpp/itcppcon17) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2017/) | 2017 | May 16-20 | Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2017/schedule/) | [C++Now 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roXJldxjJGtH8PJb4dY6nN1D) | [C++Now 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roV-ATm4VQH5Tc78_0bruUuI) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2017) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/2017/accu2017.html) | 2017 | April 24-29 | Bristol, UK | [Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2017/schedule.html) | [ACCU 2017](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw/playlists?view=50&amp;amp;amp;flow=grid&amp;amp;amp;shelf_id=11) |     | [In Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2017/schedule.html) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2016 | November 18-19 | Berlin, Germany |     | [Meeting C++ 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca06lulacjysyu8RIwfKgYoY) | [Meeting C++ 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/search?query=%22Lightning+Talks+Meeting+C%2B%2B+2016%22) |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2016 | November 15-16 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2016) | [code::dive 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fe_K81rfIBdGPfbMlLqeHBT) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2016) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2016 | September 19-23 | Bellevue, Washington, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/2016program/) | [CppCon 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT7J5jl4vAhO1WvGHUUFgUQH) | [CppCon 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT6aWgfHhrvYY3s-lqk0Y9iP) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2016) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [Italian C++ Conference](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/conference-2016/) | 2016 | May 14 | Milan, Italy | [Schedule](https://web.archive.org/web/20240203004325/https://www.italiancpp.org/event/conference-2016/) | [It C++ 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/search?query=%22Italian+C%2B%2B+Conference+2016%22) |     | [Slides](https://web.archive.org/web/20240203004325/http://www.italiancpp.org/eventi/sessioni-conference-2016/#resumable) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCNge3iECU0XKjshac_hdejw/featured) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2016/) | 2016 | May 10-14 | Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2016/schedule/) | [C++Now 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roU0F3w20Ac77YeOFyvFmaJD) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2016) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
| [ACCU](https://web.archive.org/web/20240203004325/https://conference.accu.org/2016/accu2016.html) | 2016 | April 24-29 | Bristol, UK | [Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2016/schedule.html) | [ACCU 2016](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw/playlists?view=50&amp;amp;amp;flow=grid&amp;amp;amp;shelf_id=3) |     | [In Schedule](https://web.archive.org/web/20240203004325/https://conference.accu.org/2016/schedule.html) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2015 | December 4-5 | Berlin, Germany |     | [Meeting C++ 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0UKKZ2PTSwF3WrDjABQdcL) | [Meeting C++ 2015](https://web.archive.org/web/20240203004325/https://www.meetingcpp.com/meetingcpp/news/items/meeting-c-2015-all-lightning-talks-are-now-online-at-youtube.html) |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2015 | November 5 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2015) | [code::dive 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fc-Duvq7ZXz0ZQFcSgVKyl4) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2015) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2015 | September 21-25 | Bellevue, Washington, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/2015program/) | [CppCon 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT75gykhs7pqcR_uSiG601oh) | [CppCon 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT5CG9nJE1sKKHUhz1jOmvjM) | [Slides](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2015) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2015/) | 2015 | May 12-15 | Aspen, Colorado, USA | [Schedule](https://web.archive.org/web/20240203004325/http://cppnow.org/history/2015/schedule/) | [C++Now 2015](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roX665MVPoqbzHVZFMBzgytT) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2015) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2014 | December 5-6 | Berlin, Germany |     | [Meeting C++ 2014](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLRyNF2Y6sca0Luy-3XreR2l2aQ7Hf5ODl) |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [code::dive](https://web.archive.org/web/20240203004325/https://codedive.pl/) | 2014 | November 5 | Wrocław, Poland | [Schedule](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2014) | [code::dive 2014](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLK3T2dt6T1fcZswWn2HbWpRHprPHyJ4wZ) |     | [Slides](https://web.archive.org/web/20240203004325/https://codedive.pl/index/year2014) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g) |&lt;br /&gt;
| [CppCon](https://web.archive.org/web/20240203004325/https://cppcon.org/) | 2014 | September 8-12 | Bellevue, Washington, USA | [Schedule](https://web.archive.org/web/20240203004325/https://cppcon.org/conference-program/) | [CppCon 2014](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PLHTh1InhhwT7esTl1bRitiizeEnksGU7J) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/CppCon/CppCon2014) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/CppCon/) [Channel&amp;amp;nbsp;9](https://web.archive.org/web/20240203004325/https://channel9.msdn.com/Events/CPP/) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2014 | May 12-15 | Aspen, Colorado, USA |     | [C++Now 2014](https://web.archive.org/web/20240203004325/https://www.youtube.com/playlist?list=PL_AKIMJc4roXG7rOmqsb_wDG1btCzhS8F) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2014) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2013 | November 8-9 | D&amp;amp;uuml;sseldorf/Neuss, Germany |     |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2013 | May 12-17 | Aspen, Colorado, USA |     | [C++Now 2013](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/BoostCon/search?query=2013) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2013) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;br /&gt;
|     |     |     |     |     |     |     |     |     |&lt;br /&gt;
| [Meeting C++](https://web.archive.org/web/20240203004325/https://meetingcpp.com/) | 2012 | November 9-12 | D&amp;amp;uuml;sseldorf/Neuss, Germany |     |     |     |     | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/MeetingCPP/) |&lt;br /&gt;
| [C++Now](https://web.archive.org/web/20240203004325/http://cppnow.org/) | 2012 | May 13-18 | Aspen, Colorado, USA |     | [C++Now 2012](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/BoostCon/search?query=2012) |     | [Slides](https://web.archive.org/web/20240203004325/https://github.com/boostcon/cppnow_presentations_2012) | [YouTube](https://web.archive.org/web/20240203004325/https://www.youtube.com/user/boostcon/) |&lt;/ins&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/conferences-worldwide?v1</link><pubDate>Tue, 12 Mar 2024 01:06:27 +0000</pubDate></item><item><title>Update-dates-for-using-std::cpp (v113)</title><description>Revision by: jdgarcia&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
|---------------------------------|------|--------------------|--------------------------|----------------|-----------------|------------------|------------|--------------------------|--------------------------|&lt;br /&gt;
| [C++ on Sea Online][448]        | 2024 | Feb 29-Mar 2       | Online                   | Closed | [C++ Online][449] |                  | [Coc][423] |                          |                          |&lt;br /&gt;
| [ACCU][2]                       | 2024 | April 17-20        | Bristol, UK              | Closed | [ACCU 2024][443]|                  | [Coc][199] |            |                          |                          &lt;br /&gt;
| [using std::cpp][444]           | 2024 | April &lt;del style='background: #fcc; color: #600;'&gt;25-26        &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;24-26        &lt;/ins&gt;| Leganes, Spain           | Closed |    |                  | [Coc][446] |          |                          |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/Update-dates-for-using-std::cpp?v113</link><pubDate>Sun, 18 Feb 2024 16:57:17 +0000</pubDate></item><item><title>Update-dates-for-using-std::cpp (v112)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
| [ACCU][2]                       | 2024 | April 17-20        | Bristol, UK              | Closed | [ACCU 2024][443]|                  | [Coc][199] |            |                          |                          &lt;br /&gt;
| [using std::cpp][444]           | 2024 | April 25-26        | Leganes, Spain           | Closed |    |                  | [Coc][446] |          |                          |&lt;br /&gt;
| [C++Now][4]                     | 2024 | Apr. 29-May 3 | Aspen, CO, USA  | Closed | |                  | [Coc][441] |                          |                          |&lt;br /&gt;
&lt;del style='background: #fcc; color: #600;'&gt;| [C++ on Sea On Site][25]        | 2024 | July 2-5            | Folkestone, UK          |                |                 |                  | [Coc][423] |                          |                          |&lt;br /&gt;
&lt;/del&gt;| [C++ on Sea On Site][25]        | 2024 | July 2-5            | Folkestone, UK          |                |                 |                  | [Coc][423] |                          |                          |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/Update-dates-for-using-std::cpp?v112</link><pubDate>Sat, 10 Feb 2024 16:51:08 +0000</pubDate></item><item><title>Update-dates-for-using-std::cpp (v111)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
|           Name                  | Year | Conference&amp;amp;lt;br&amp;amp;gt;Date |       Location           | Proposals      | Registration    | Schedule         |  Conduct   | Speaker&amp;amp;lt;br&amp;amp;gt;Support       | Sponsorship              |&lt;br /&gt;
|---------------------------------|------|--------------------|--------------------------|----------------|-----------------|------------------|------------|--------------------------|--------------------------|&lt;br /&gt;
| [C++ on Sea Online][448]        | 2024 | Feb 29-Mar 2       | Online                   | Closed | [C++ Online][449] |                  | [Coc][423] |                          |                          |&lt;br /&gt;
| [ACCU][2]                       | 2024 | April 17-20        | Bristol, UK              | &lt;del style='background: #fcc; color: #600;'&gt;[CFS][442]     &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;Closed &lt;/ins&gt;| [ACCU 2024][443]|                  | [Coc][199] |            |                          |                          &lt;br /&gt;
| [using std::cpp][444]           | 2024 | April 25-26        | Leganes, Spain           | &lt;del style='background: #fcc; color: #600;'&gt;Closed    &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;Closed &lt;/ins&gt;|    |                  | [Coc][446] |          |                          |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/Update-dates-for-using-std::cpp?v111</link><pubDate>Sat, 10 Feb 2024 16:50:31 +0000</pubDate></item><item><title>Update-dates-for-using-std::cpp (v110)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
|           Name                  | Year | Conference&amp;amp;lt;br&amp;amp;gt;Date |       Location           | Proposals      | Registration    | Schedule         |  Conduct   | Speaker&amp;amp;lt;br&amp;amp;gt;Support       | Sponsorship              |&lt;br /&gt;
|---------------------------------|------|--------------------|--------------------------|----------------|-----------------|------------------|------------|--------------------------|--------------------------|&lt;br /&gt;
| [C++ on Sea Online][448]        | 2024 | Feb 29-Mar 2       | Online                   | &lt;del style='background: #fcc; color: #600;'&gt;[CFS][187] close: Oct 31st &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;Closed &lt;/ins&gt;| [C++ Online][449] |                  | [Coc][423] |                          |                          |&lt;br /&gt;
| [ACCU][2]                       | 2024 | April 17-20        | Bristol, UK              | [CFS][442]     | [ACCU 2024][443]|                  | [Coc][199] |            |                          |                          &lt;br /&gt;
| [using std::cpp][444]           | 2024 | April 25-26        | Leganes, Spain           | &lt;del style='background: #fcc; color: #600;'&gt;[CFT][445] close: Jan 31    &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;Closed    &lt;/ins&gt;|    |                  | [Coc][446] |          |                          |&lt;br /&gt;
| [C++Now][4]                     | 2024 | Apr. 29-May 3 | Aspen, CO, USA  | &lt;del style='background: #fcc; color: #600;'&gt;[CFS][447] close: Feb 9th &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;Closed &lt;/ins&gt;| |                  | [Coc][441] |                          |                          |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/Update-dates-for-using-std::cpp?v110</link><pubDate>Sat, 10 Feb 2024 16:48:36 +0000</pubDate></item><item><title>Update-dates-for-using-std::cpp (v109)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
|           Name                  | Year | Conference&amp;amp;lt;br&amp;amp;gt;Date |       Location           | Proposals      | Registration    | Schedule         |  Conduct   | Speaker&amp;amp;lt;br&amp;amp;gt;Support       | Sponsorship              |&lt;br /&gt;
|---------------------------------|------|--------------------|--------------------------|----------------|-----------------|------------------|------------|--------------------------|--------------------------|&lt;br /&gt;
| [C++ on Sea Online][448]        | 2024 | Feb 29-Mar 2       | Online                   | [CFS][187] close: Oct 31st | &lt;del style='background: #fcc; color: #600;'&gt;[449]C++ Online &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;[C++ Online][449] &lt;/ins&gt;|                  | [Coc][423] |                          |                          |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/Update-dates-for-using-std::cpp?v109</link><pubDate>Sat, 10 Feb 2024 16:47:42 +0000</pubDate></item><item><title>Update-dates-for-using-std::cpp (v108)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
|           Name                  | Year | Conference&amp;amp;lt;br&amp;amp;gt;Date |       Location           | Proposals      | Registration    | Schedule         |  Conduct   | Speaker&amp;amp;lt;br&amp;amp;gt;Support       | Sponsorship              |&lt;br /&gt;
|---------------------------------|------|--------------------|--------------------------|----------------|-----------------|------------------|------------|--------------------------|--------------------------|&lt;br /&gt;
| [C++ on Sea &lt;del style='background: #fcc; color: #600;'&gt;Online][448]         &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;Online][448]        &lt;/ins&gt;| 2024 | Feb 29-Mar &lt;del style='background: #fcc; color: #600;'&gt;2            &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;2       &lt;/ins&gt;| Online                   | [CFS][187] close: Oct &lt;del style='background: #fcc; color: #600;'&gt;31st  |    &lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;31st | [449]C++ Online &lt;/ins&gt;|                  | [Coc][423] |                          |                          |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/Update-dates-for-using-std::cpp?v108</link><pubDate>Sat, 10 Feb 2024 16:47:23 +0000</pubDate></item><item><title>Update-dates-for-using-std::cpp (v107)</title><description>Revision by: InbalL&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;
[445] : https://eventos.uc3m.es/105614/section/47656/using-std-cpp-2024.html&lt;br /&gt;
[446] : https://eventos.uc3m.es/105614/section/47661/using-std-cpp-2024.html&lt;br /&gt;
[447] : https://cppnow.org/announcements/2024/01/2024-CfS/&lt;br /&gt;
[448] : https://cpponline.&lt;del style='background: #fcc; color: #600;'&gt;uk&lt;/del&gt;&lt;ins style='background: #cfc; color: #060;'&gt;uk&lt;br /&gt;
[449] : https://cpponline.uk/registration&lt;/ins&gt;&lt;br /&gt;</description><link>http://isocpp.org/wiki/faq/Update-dates-for-using-std::cpp?v107</link><pubDate>Sat, 10 Feb 2024 16:46:44 +0000</pubDate></item></channel></rss>