Anonymous
Please help if someone knows
All i can advice you is to take care with whom you share the algorithm they might steal it
Nazarova Muslibar
I need help.
Ismael
#include <iostream> using namespace std; int main() { int maxValue; int value = 2; bool isPrime; int trialFactor; for (int i = 0; i <= 20; i++) { cin >> maxValue; while (value <= maxValue) { isPrime = true; trialFactor = 2; while (trialFactor < value) { if (value % trialFactor == 0) { isPrime = false; break; } trialFactor += 1; } if (isPrime) { cout << value << ","; } value += 1; } cout << endl; } }
Ismael
Would you please mind explaining it further?
Nazarova Muslibar
The program I wrote is running incorrectly. I need help. I was creating a cmd program in C ++.
MᏫᎻᎯᎷᎷᎬᎠ
https://twitter.com/ciura_victor/status/1305550453569191938?s=19
MᏫᎻᎯᎷᎷᎬᎠ
❤️❤️❤️❤️❤️
Pavel
Does "feature complete" mean that it is ready to use? 🤔
MᏫᎻᎯᎷᎷᎬᎠ
Anonymous
Does "feature complete" mean that it is ready to use? 🤔
It mean the particular feature of application or software or whatever is implemented and you can use it
Anonymous
Does "feature complete" mean that it is ready to use? 🤔
It means that it's confoming with the standard
Anonymous
But there are bugs anyways
Anonymous
I think C++20 will be really usable in 2022
I_Interface
I think C++20 will be really usable in 2022
For now it's experimental ?
Anonymous
For now it's experimental ?
It's not experimental already in visual studio (coroutines, modules, concepts, etc) but I'm talking about bugs in compilers
Pavel
Is there any other meaning you can guess?
yes, unfortunately like __has_cpp_attribute not always means that the attribute can be used
Renan
I think C++20 will be really usable in 2022
Until there more and more projects will be written in Rust instead of C++. It will be an interesting thing to see.
Stanislav
Roadmap for MSVC STL H2 2020: Finish C++20.
Anonymous
Roadmap for MSVC STL H2 2020: Finish C++20.
https://t.me/programminginc/324109
Anonymous
I'm not able to make thoughts more clear
Renan
Even Mozilla fired Rust contributors from their staff
It should not harm the increase in Rust adoption.
Stanislav
You know what I mean
modules still experimental, you need to privide /experimental:modules option to use this, and /away to use coroutines and both features didn't support C++20 :) some features, some mix of TS and standard
Anonymous
https://twitter.com/ciura_victor/status/1305550453569191938?s=19
Stanislav
@crackedmind have you seen this?
they didn't mention about this https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-preview
Stanislav
i'm waiting :)
Anonymous
they didn't mention about this https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-preview
Because it's in 16.8 Preview 3 I think they decided to present at CppCon for the first time
Stanislav
Because it's in 16.8 Preview 3 I think they decided to present at CppCon for the first time
yep, i think Tuesday 15 is the date for release preview 3, i'm still waiting :)
Stanislav
No updates available now?
nope, ms didn't release anything on mondays
Zel
Tuesday, update day, every week.
J
jesus christ, this channel suffers from people not being able to read, having English as their non-native language, inflated egos and idiocy.
J
half the content is just people going "what u say?" "why u call me dog?!"
J
and it's not like you can't re-read what they said or can't stop for context. it's text...
V01D
There is nothing more beautiful than a clean compilation with no errors, warnings, or notes 😍
J
it's not even that. it's the continuous misunderstandings and the egos that get to shine, damn
J
get all defensive about something that they misinterpreted in their own heads
Anonymous
I mean English is not my native language but I think it's ok in most cases
V01D
Dein englisch ist gut
V01D
Don't warn me for this, please. 😐
Anonymous
Let's move to offtopic chat
Dhrona
Hi i'm new to this group..if u don't mind..can u plz help me to solve a question...i want to print december 2018 using c++. Can anyone plz help ?
Serenity
Does anybody have an efficient online book for learning C that contains proper practice ?
Anonymous
{ printf(" Hello everyone !"); }
Anonymous
Does anybody have an efficient online book for learning C that contains proper practice ?
I have many website and also Book but I found Good in website. If you want website link then I can share with you just send a message in inbox.
Anonymous
/filters
Антон
But muh std::ranges
Anonymous
/filters
Mame ¥£~~©©\[§
Hello my friends
Mame ¥£~~©©\[§
Can you ask something
J
Hi i'm new to this group..if u don't mind..can u plz help me to solve a question...i want to print december 2018 using c++. Can anyone plz help ?
#include <iostream> int main(Int argc, char *argv[]) { std::cout << "december 2018"; return 0; }
Nazarova Muslibar
What help do you need.I can help you.
彡( ⱤØɎ₳Ⱡ ₭ł₦₲ )彡 [FULLZ | PROS]
Guys, I have an 8 digit integer. How do I subtract a constant from every digit of the integer? #c++
彡( ⱤØɎ₳Ⱡ ₭ł₦₲ )彡 [FULLZ | PROS]
Hi i'm new to this group..if u don't mind..can u plz help me to solve a question...i want to print december 2018 using c++. Can anyone plz help ?
Int main(){ cout<<"December 2018"<<endl; return 0; } Is this what you're seeking for?
Anonymous
Guys, I have an 8 digit integer. How do I subtract a constant from every digit of the integer? #c++
Try multiplying the constant depending on which number of your integer you are at
Daniele
undefined type "Int" by the way
Igor🇺🇦
Guys, I have an 8 digit integer. How do I subtract a constant from every digit of the integer? #c++
<your 8 digit number> - ( <8 ones> * <your constant > )
Roxifλsz 🇱🇹
Stupid bot
klimi
Stupid bot
Have you seen his bio?
Roxifλsz 🇱🇹
数学の恋人