Francisco
Understanding the maths behind it is a completely different topic
Pete
Pete
Can anyone help me with this, it’s driving me crazy. Just like a small test function but I’m not sure what it wants exactly
Saurabh
/warns
Anonymous
How to create basic hyperlink?
Anonymous
i have no idea i'm new in excel
Anonymous
any idea i need it for my project
Kat
Wrong chat
Anonymous
Kat
This chat is for the C and C++ programming languagss. Not Excel.
Anonymous
dm me if someone interested to help me
Kat
Anonymous
Ok
A45h1
/get cpp
H22133_Vaibhav Deshmukh
Hii guys , I learning c++ for developing embedded systems , any advice for me ?
klimi
Good luck
Anonymous
Hii guys , I learning c++ for developing embedded systems , any advice for me ?
Yeah, learn to make some coffee and eat healthy. Go out for walk now and then
Luigi
Then study it. It's not impossible
I tried but .. Nothing to do haha
klimi
Welcome
Luigi
Are there some websites with default codes, which you have to insert the variables you need?
klimi
Default codes?
Luigi
Default codes?
Idk how to explain it ahah
klimi
Wheeew
Luigi
And this is?
Luigi
I have to get all the prime factors of a large number, and output only the largest factor, the easiest way is the pollard's rho algorithm?
Ибраги́м
2019-02 Kona ISO C++ Committee Trip Report (C++20 design is complete; Modules in C++20; Coroutines in C++20; Reflection TS v1 published; work begins on a C++ Ecosystem Technical Report) The ISO C++ Committee met in Kona, Hawaii 🏄‍♂️ 🌊 🇺🇸 last week to finalize the feature set for the next International Standard (IS), C++20. **The design of C++20 is now feature complete**. At the upcoming July 2019 meeting in Cologne 🇩🇪, we’ll finish the specification for C++20 and send out a Committee Draft for review. This week, we added the following features to the C++20 draft: - [**Modules**](https://wg21.link/P1103)! - [**Coroutines**](https://wg21.link/N4736)! - [`static`, `thread_local`, and lambda capture for structured bindings](https://wg21.link/P1091). - [`std::polymorphic_allocator<>`](https://wg21.link/P0339). - [`std::midpoint` and `std::lerp`](https://wg21.link/P0811). - [`std::execution::unseq` execution policy](https://wg21.link/P1001). - [`std::ssize()` free function that returns a sized size](https://wg21.link/P1227). - [`std::span` usability enhancements](https://wg21.link/P1024). - [Precalculated hash values in lookup](https://wg21.link/P0920). The following features have been approved for C++20, either at this meeting or a prior meeting, but have not been added to C++20 yet because we're still completing the specification. Hopefully they'll be added at the July 2019 Cologne 🇩🇪 meeting, but we may not get to everything due to time constraints. - [Expansion statements](https://wg21.link/P1306). - [The C++20 synchronization library](https://wg21.link/P1135). - [`std::format`](https://wg21.link/P0645). - [`constexpr` `std::vector`](https://wg21.link/P1004). - [Allow `constexpr` allocation, but disallow allocations that are not deleted at compile time](https://wg21.link/P0784). - [`constexpr` `std::type_info::operator==`](https://wg21.link/P1328). - [New conceptification of iterators](https://wg21.link/P1207). - [Monadic operations for `std::optional`](https://wg21.link/P0798). - [`std::source_location`](https://wg21.link/P1208). - [`std::flatmap`](https://wg21.link/P0429). - [`std::flatset`](https://wg21.link/P1222). - [`std::ostream_joiner`](https://wg21.link/P1293). - [Stack trace library](https://wg21.link/P0881). - [`std::byteswap`](https://wg21.link/P1272). - [`constinit`](https://wg21.link/P1143). - [Deprecating some uses of `volatile`](https://wg21.link/P1152R1). - [Implicit creation of objects for low-level object manipulation](https://wg21.link/P0593). - [`using enum`](https://wg21.link/p1099). The following notable features have been approved for C++20 at prior meetings: - [**Concepts**](https://en.cppreference.com/w/cpp/concepts). - [**Contracts**](https://en.cppreference.com/w/cpp/language/attributes/contract). - [**Ranges**](https://en.cppreference.com/w/cpp/ranges). - [**`operator<=>`**](https://en.cppreference.com/w/cpp/utility#Relational_operators_and_comparison). - A lot more `constexpr` features: [`consteval` functions](https://wg21.link/P1073), [`std::is_constant_evaluated`](https://wg21.link/P0595), [`constexpr` `union`](https://wg21.link/P1330), [`constexpr` `try` and `catch`](https://wg21.link/P1002), [`constexpr` `dynamic_cast` and `typeid`](https://wg21.link/P1327). - [Feature test macros](https://en.cppreference.com/w/cpp/feature_test). - [`std::span`](https://en.cppreference.com/w/cpp/container/span). - [Synchronized output](https://en.cppreference.com/w/cpp/io#Synchronized_output). - [`std::atomic_ref`](https://en.cppreference.com/w/cpp/atomic/atomic_ref).   ***TL;DR: C++20 may well be as big a release as C++11.***   **[The Reflection Technical Specification Version 1](https://wg21.link/N4766) is now finalized and will be sent for publication.** At the [June 2018 Rapperswil meeting](https://www.reddit.com/r/cpp/comments/8prqzm/2018_rapperswil_iso_c_committee_trip_report/) earlier this year, we sent a draft out for national body balloting and feedback ("beta testing"). This week, we reviewed their feedback (86 individual comments) and finalized the TS. While we expect a maj
Kat
2019-02 Kona ISO C++ Committee Trip Report (C++20 design is complete; Modules in C++20; Coroutines in C++20; Reflection TS v1 published; work begins on a C++ Ecosystem Technical Report) The ISO C++ Committee met in Kona, Hawaii 🏄‍♂️ 🌊 🇺🇸 last week to finalize the feature set for the next International Standard (IS), C++20. **The design of C++20 is now feature complete**. At the upcoming July 2019 meeting in Cologne 🇩🇪, we’ll finish the specification for C++20 and send out a Committee Draft for review. This week, we added the following features to the C++20 draft: - [**Modules**](https://wg21.link/P1103)! - [**Coroutines**](https://wg21.link/N4736)! - [`static`, `thread_local`, and lambda capture for structured bindings](https://wg21.link/P1091). - [`std::polymorphic_allocator<>`](https://wg21.link/P0339). - [`std::midpoint` and `std::lerp`](https://wg21.link/P0811). - [`std::execution::unseq` execution policy](https://wg21.link/P1001). - [`std::ssize()` free function that returns a sized size](https://wg21.link/P1227). - [`std::span` usability enhancements](https://wg21.link/P1024). - [Precalculated hash values in lookup](https://wg21.link/P0920). The following features have been approved for C++20, either at this meeting or a prior meeting, but have not been added to C++20 yet because we're still completing the specification. Hopefully they'll be added at the July 2019 Cologne 🇩🇪 meeting, but we may not get to everything due to time constraints. - [Expansion statements](https://wg21.link/P1306). - [The C++20 synchronization library](https://wg21.link/P1135). - [`std::format`](https://wg21.link/P0645). - [`constexpr` `std::vector`](https://wg21.link/P1004). - [Allow `constexpr` allocation, but disallow allocations that are not deleted at compile time](https://wg21.link/P0784). - [`constexpr` `std::type_info::operator==`](https://wg21.link/P1328). - [New conceptification of iterators](https://wg21.link/P1207). - [Monadic operations for `std::optional`](https://wg21.link/P0798). - [`std::source_location`](https://wg21.link/P1208). - [`std::flatmap`](https://wg21.link/P0429). - [`std::flatset`](https://wg21.link/P1222). - [`std::ostream_joiner`](https://wg21.link/P1293). - [Stack trace library](https://wg21.link/P0881). - [`std::byteswap`](https://wg21.link/P1272). - [`constinit`](https://wg21.link/P1143). - [Deprecating some uses of `volatile`](https://wg21.link/P1152R1). - [Implicit creation of objects for low-level object manipulation](https://wg21.link/P0593). - [`using enum`](https://wg21.link/p1099). The following notable features have been approved for C++20 at prior meetings: - [**Concepts**](https://en.cppreference.com/w/cpp/concepts). - [**Contracts**](https://en.cppreference.com/w/cpp/language/attributes/contract). - [**Ranges**](https://en.cppreference.com/w/cpp/ranges). - [**`operator<=>`**](https://en.cppreference.com/w/cpp/utility#Relational_operators_and_comparison). - A lot more `constexpr` features: [`consteval` functions](https://wg21.link/P1073), [`std::is_constant_evaluated`](https://wg21.link/P0595), [`constexpr` `union`](https://wg21.link/P1330), [`constexpr` `try` and `catch`](https://wg21.link/P1002), [`constexpr` `dynamic_cast` and `typeid`](https://wg21.link/P1327). - [Feature test macros](https://en.cppreference.com/w/cpp/feature_test). - [`std::span`](https://en.cppreference.com/w/cpp/container/span). - [Synchronized output](https://en.cppreference.com/w/cpp/io#Synchronized_output). - [`std::atomic_ref`](https://en.cppreference.com/w/cpp/atomic/atomic_ref).   ***TL;DR: C++20 may well be as big a release as C++11.***   **[The Reflection Technical Specification Version 1](https://wg21.link/N4766) is now finalized and will be sent for publication.** At the [June 2018 Rapperswil meeting](https://www.reddit.com/r/cpp/comments/8prqzm/2018_rapperswil_iso_c_committee_trip_report/) earlier this year, we sent a draft out for national body balloting and feedback ("beta testing"). This week, we reviewed their feedback (86 individual comments) and finalized the TS. While we expect a maj
Nani
Luigi
2019-02 Kona ISO C++ Committee Trip Report (C++20 design is complete; Modules in C++20; Coroutines in C++20; Reflection TS v1 published; work begins on a C++ Ecosystem Technical Report) The ISO C++ Committee met in Kona, Hawaii 🏄‍♂️ 🌊 🇺🇸 last week to finalize the feature set for the next International Standard (IS), C++20. **The design of C++20 is now feature complete**. At the upcoming July 2019 meeting in Cologne 🇩🇪, we’ll finish the specification for C++20 and send out a Committee Draft for review. This week, we added the following features to the C++20 draft: - [**Modules**](https://wg21.link/P1103)! - [**Coroutines**](https://wg21.link/N4736)! - [`static`, `thread_local`, and lambda capture for structured bindings](https://wg21.link/P1091). - [`std::polymorphic_allocator<>`](https://wg21.link/P0339). - [`std::midpoint` and `std::lerp`](https://wg21.link/P0811). - [`std::execution::unseq` execution policy](https://wg21.link/P1001). - [`std::ssize()` free function that returns a sized size](https://wg21.link/P1227). - [`std::span` usability enhancements](https://wg21.link/P1024). - [Precalculated hash values in lookup](https://wg21.link/P0920). The following features have been approved for C++20, either at this meeting or a prior meeting, but have not been added to C++20 yet because we're still completing the specification. Hopefully they'll be added at the July 2019 Cologne 🇩🇪 meeting, but we may not get to everything due to time constraints. - [Expansion statements](https://wg21.link/P1306). - [The C++20 synchronization library](https://wg21.link/P1135). - [`std::format`](https://wg21.link/P0645). - [`constexpr` `std::vector`](https://wg21.link/P1004). - [Allow `constexpr` allocation, but disallow allocations that are not deleted at compile time](https://wg21.link/P0784). - [`constexpr` `std::type_info::operator==`](https://wg21.link/P1328). - [New conceptification of iterators](https://wg21.link/P1207). - [Monadic operations for `std::optional`](https://wg21.link/P0798). - [`std::source_location`](https://wg21.link/P1208). - [`std::flatmap`](https://wg21.link/P0429). - [`std::flatset`](https://wg21.link/P1222). - [`std::ostream_joiner`](https://wg21.link/P1293). - [Stack trace library](https://wg21.link/P0881). - [`std::byteswap`](https://wg21.link/P1272). - [`constinit`](https://wg21.link/P1143). - [Deprecating some uses of `volatile`](https://wg21.link/P1152R1). - [Implicit creation of objects for low-level object manipulation](https://wg21.link/P0593). - [`using enum`](https://wg21.link/p1099). The following notable features have been approved for C++20 at prior meetings: - [**Concepts**](https://en.cppreference.com/w/cpp/concepts). - [**Contracts**](https://en.cppreference.com/w/cpp/language/attributes/contract). - [**Ranges**](https://en.cppreference.com/w/cpp/ranges). - [**`operator<=>`**](https://en.cppreference.com/w/cpp/utility#Relational_operators_and_comparison). - A lot more `constexpr` features: [`consteval` functions](https://wg21.link/P1073), [`std::is_constant_evaluated`](https://wg21.link/P0595), [`constexpr` `union`](https://wg21.link/P1330), [`constexpr` `try` and `catch`](https://wg21.link/P1002), [`constexpr` `dynamic_cast` and `typeid`](https://wg21.link/P1327). - [Feature test macros](https://en.cppreference.com/w/cpp/feature_test). - [`std::span`](https://en.cppreference.com/w/cpp/container/span). - [Synchronized output](https://en.cppreference.com/w/cpp/io#Synchronized_output). - [`std::atomic_ref`](https://en.cppreference.com/w/cpp/atomic/atomic_ref).   ***TL;DR: C++20 may well be as big a release as C++11.***   **[The Reflection Technical Specification Version 1](https://wg21.link/N4766) is now finalized and will be sent for publication.** At the [June 2018 Rapperswil meeting](https://www.reddit.com/r/cpp/comments/8prqzm/2018_rapperswil_iso_c_committee_trip_report/) earlier this year, we sent a draft out for national body balloting and feedback ("beta testing"). This week, we reviewed their feedback (86 individual comments) and finalized the TS. While we expect a maj
¿
Kat
2019-02 Kona ISO C++ Committee Trip Report (C++20 design is complete; Modules in C++20; Coroutines in C++20; Reflection TS v1 published; work begins on a C++ Ecosystem Technical Report) The ISO C++ Committee met in Kona, Hawaii 🏄‍♂️ 🌊 🇺🇸 last week to finalize the feature set for the next International Standard (IS), C++20. **The design of C++20 is now feature complete**. At the upcoming July 2019 meeting in Cologne 🇩🇪, we’ll finish the specification for C++20 and send out a Committee Draft for review. This week, we added the following features to the C++20 draft: - [**Modules**](https://wg21.link/P1103)! - [**Coroutines**](https://wg21.link/N4736)! - [`static`, `thread_local`, and lambda capture for structured bindings](https://wg21.link/P1091). - [`std::polymorphic_allocator<>`](https://wg21.link/P0339). - [`std::midpoint` and `std::lerp`](https://wg21.link/P0811). - [`std::execution::unseq` execution policy](https://wg21.link/P1001). - [`std::ssize()` free function that returns a sized size](https://wg21.link/P1227). - [`std::span` usability enhancements](https://wg21.link/P1024). - [Precalculated hash values in lookup](https://wg21.link/P0920). The following features have been approved for C++20, either at this meeting or a prior meeting, but have not been added to C++20 yet because we're still completing the specification. Hopefully they'll be added at the July 2019 Cologne 🇩🇪 meeting, but we may not get to everything due to time constraints. - [Expansion statements](https://wg21.link/P1306). - [The C++20 synchronization library](https://wg21.link/P1135). - [`std::format`](https://wg21.link/P0645). - [`constexpr` `std::vector`](https://wg21.link/P1004). - [Allow `constexpr` allocation, but disallow allocations that are not deleted at compile time](https://wg21.link/P0784). - [`constexpr` `std::type_info::operator==`](https://wg21.link/P1328). - [New conceptification of iterators](https://wg21.link/P1207). - [Monadic operations for `std::optional`](https://wg21.link/P0798). - [`std::source_location`](https://wg21.link/P1208). - [`std::flatmap`](https://wg21.link/P0429). - [`std::flatset`](https://wg21.link/P1222). - [`std::ostream_joiner`](https://wg21.link/P1293). - [Stack trace library](https://wg21.link/P0881). - [`std::byteswap`](https://wg21.link/P1272). - [`constinit`](https://wg21.link/P1143). - [Deprecating some uses of `volatile`](https://wg21.link/P1152R1). - [Implicit creation of objects for low-level object manipulation](https://wg21.link/P0593). - [`using enum`](https://wg21.link/p1099). The following notable features have been approved for C++20 at prior meetings: - [**Concepts**](https://en.cppreference.com/w/cpp/concepts). - [**Contracts**](https://en.cppreference.com/w/cpp/language/attributes/contract). - [**Ranges**](https://en.cppreference.com/w/cpp/ranges). - [**`operator<=>`**](https://en.cppreference.com/w/cpp/utility#Relational_operators_and_comparison). - A lot more `constexpr` features: [`consteval` functions](https://wg21.link/P1073), [`std::is_constant_evaluated`](https://wg21.link/P0595), [`constexpr` `union`](https://wg21.link/P1330), [`constexpr` `try` and `catch`](https://wg21.link/P1002), [`constexpr` `dynamic_cast` and `typeid`](https://wg21.link/P1327). - [Feature test macros](https://en.cppreference.com/w/cpp/feature_test). - [`std::span`](https://en.cppreference.com/w/cpp/container/span). - [Synchronized output](https://en.cppreference.com/w/cpp/io#Synchronized_output). - [`std::atomic_ref`](https://en.cppreference.com/w/cpp/atomic/atomic_ref).   ***TL;DR: C++20 may well be as big a release as C++11.***   **[The Reflection Technical Specification Version 1](https://wg21.link/N4766) is now finalized and will be sent for publication.** At the [June 2018 Rapperswil meeting](https://www.reddit.com/r/cpp/comments/8prqzm/2018_rapperswil_iso_c_committee_trip_report/) earlier this year, we sent a draft out for national body balloting and feedback ("beta testing"). This week, we reviewed their feedback (86 individual comments) and finalized the TS. While we expect a maj
!report
klimi
Kat
Useful but spammy
klimi
Don't
Ибраги́м
If you don't know what that means you should rethink your career a C++ programmer
Luigi
Do you think i should skip this exercise? Ahah
Ибраги́м
Useful but spammy
Are just dumb or you inherit a bad gene ?
Luigi
I'm doing some exercises to learn C++
Kat
Okay not spam my bad
Ибраги́м
Nani
ISO C++! that rings a bell ?
Ибраги́м
¿
ISO C++! that rings a bell ?
Ибраги́м
Useful but spammy
ISO C++! that rings a bell ?
Kat
I just saw channel forward with wall of text and links
Ибраги́м
Luigi
ISO C++! that rings a bell ?
I don't even know what that is, i'm a beginner, sorry ahah
Kat
ISO C++! that rings a bell ?
You didn't need to say it three times, I get it
Ибраги́м
And it's posted by an Admin
Kat
Sorry I'm tired, my bad
Kat
No need to get hostile dude, chill
Anonymous
So there is no function to clear the screen in console application?
Ибраги́м
I don't even know what that is, i'm a beginner, sorry ahah
Yep, that's my guess. Things change since last time I'm here. too many NOOOBIES
Ибраги́м
Well, u might get third part multi-platform lib for that
Ибраги́м
Sorry I'm tired, my bad
OK, I'll forgive you.
Ибраги́м
English
Kat
I wish Telegram would render markdown normally
psy4
does it not >?
BinaryByter
does it not >?
do you know md?
psy4
is that a bird ?
Thespartann
del.dog ftw
Kat
does it not >?
It doesn't render short links or headings
psy4
It doesn't render short links or headings
Gitter does handle MD quite well
Kat
Pretty much everything does except Telegram
psy4
so does Discord, ? not sure
Luigi
Ty
psy4
yeah, Telegram kinda sucks in some ways
Kat
I'm pretty sure I got short links to work once but I don't remember how
Kat
I noticed the pinned post is written in markdown, does it render for some people on different platforms?