MᏫᎻᎯᎷᎷᎬᎠ
Standard: yeaah suure, anyway we are adding more preprocessor directives
MᏫᎻᎯᎷᎷᎬᎠ
https://adspthepodcast.com/2023/10/06/Episode-150.html
Ludovic 'Archivist'
Adding more features while preserving and keeping a feature that no one want to use That just make the language more complex
The thing is, enable_if is not a feature of the language itself, which is why it may actually be removed in a decade or so
Ludovic 'Archivist'
Yeah modules speed up the compilation process That doesn't matter if you can't use them
You can since January this year, provided you use a recent enough compiler
MᏫᎻᎯᎷᎷᎬᎠ
Ludovic 'Archivist'
It's a library feature That's how it's called in cppreference
Exactly, and library features are easier to remove, like auto_ptr was
Ludovic 'Archivist'
Ludovic 'Archivist'
and CMake
Ludovic 'Archivist'
because you need build system support
MᏫᎻᎯᎷᎷᎬᎠ
both of the above
In cppreference It says that both gcc 11, and Clang 8 have partial implementation of modules
MᏫᎻᎯᎷᎷᎬᎠ
Are modules production ready?
Ludovic 'Archivist'
In cppreference It says that both gcc 11, and Clang 8 have partial implementation of modules
They both lacked the tooling to inform a build system for a full implementation. You need to inform the build system for dependency graph generation While they implement the modules in language, the standard library module is not done yet, but yes, you can use them in your projects
MᏫᎻᎯᎷᎷᎬᎠ
Ludovic 'Archivist'
Imagine we're in 2100 and still you need to edit cmake manually
You mean, add like 5 lines to use fetchcontent and load a library? is that a hurdle to you? Seems like you have first world problems
Danya🔥
Are modules production ready?
I don't think that they'll be production ready in several next years
Ludovic 'Archivist'
I don't think that they'll be production ready in several next years
If you use CMake and Ninja you definitely can use them
Danya🔥
If you use CMake and Ninja you definitely can use them
I'll try for sure someday but I would not hurry to add it to a work project really
Ludovic 'Archivist'
MᏫᎻᎯᎷᎷᎬᎠ
Nah, I would only bother adding it to brand new projects
Some have mindset prefers starting new projects with Rust And it's a big Some
MᏫᎻᎯᎷᎷᎬᎠ
In fact that's what holds a lot from moving to Rust Existing/legacy softwares
00
HI can someone help me for c++ please
Rohit Kushwaha
HI can someone help me for c++ please
What problem you are facing
00
its to review one of my code please
00
i do exercises on line to get better
00
What problem you are facing
and well I did the code that should fix the exercise but i m not sure if i have the correct format or if i didnt miss anything
00
c++
Rohit Kushwaha
Ok send ne
Rose
Purge complete.
Ludovic 'Archivist'
Some have mindset prefers starting new projects with Rust And it's a big Some
I hope they program as defensively in Rust as they would in C++ until the issues that were reported in 2015 get fixed
Rose
Purge complete.
msc
Hey guys Im looking for a telegram group about "Audio/signal processing" using python or java. Can you give me a telegram group link?
Thomas
What does it mean where there is a * before a data type, for example *char. ?
harmony5 🇺🇳 ⌤
That's a pointer
Кирилл
Hey guys Im looking for a telegram group about "Audio/signal processing" using python or java. Can you give me a telegram group link?
I’d suggest reading articles on that. If you really want to get into this topic, you need to have a good understanding of what a signal is off start. The topic is vastly integrated into AI field (might find a BUNCH of articles on signal and audio processing), so just “chatgpt” it… Something like: “Hey, Bing! Could you suggest me top 5 fundamental articles on signal processing in machine learning?”
Кирилл
They implement different libraries and models for it, but all articles’ “backend” is usually right there on GitHub
ᎮᎯႱႱᏫᏰ
Please I need someone who will take me from the basics of C++ to beyond
why don't you learn it from the net. you can find everything on the net i believe.
Chelf
what r u learn for?
\Device\NUL
Ye
It creates pointer that point to that type
Rose
Purge complete.
Simple Sorcerer
hi all
Rose
Reported Abdulkerim Ahmed [615061495] to admins.​​​​​​​​​​​
Adv Komal
Can anyone tell me about how to pass C++ exam And c++ is online or offline exam And how many exams do i need to give And the passing marks
Abhishek 🔅
anyone suggest me best course for dsa
Thomas
Any good free or cheap advanced C courses target at software development - specifically kernels
Danya🔥
Any good free or cheap advanced C courses target at software development - specifically kernels
Even though it's offtopic, but it always bothers me — why do you have a Samsung SoC name in your nickname?
Thomas
I’m not really sure why
Danya🔥
Just a tradition really that some people do
Is there a specific group of people that does this?
Thomas
Is there a specific group of people that does this?
Lots of people within the AOSP scene
LowDream
What is the best software to create Gui in C or C++?
Danya🔥
What is the best software to create Gui in C or C++?
No such thing, don't use C++ for GUI
LowDream
What is the best software to create Gui in C or C++?
I wanted to create a Gui that only gives access to my program after entering the access password in the Gui
LowDream
I wanted to create a Gui that only gives access to my program after entering the access password in the Gui
If anyone knows of any software that could help me with this I would be grateful.
LowDream
Or lib
klimi
If anyone knows of any software that could help me with this I would be grateful.
SDL, imGui, GTK, QT, TK... there are quite few, but be prepared it's not easy
LowDream
Thank you very much for the recommendations, I have already tested gtk using C
LowDream
But I don't think it's worth what I'm going to do because it requires more resources.
LowDream
I will try the others you recommended, thank you
Alejandro
No such thing, don't use C++ for GUI
What languages do you recommend for GUI?
Pavel
What languages do you recommend for GUI?
C# has a few decent frameworks, there's Dart with Flutter, and ofc JavaScript with Electron. But this is all offtopic here.
大宝剑
What is the best software to create Gui in C or C++?
we're going to use BCG library/Codejock Toolkit Pro
大宝剑
both can draw excellent UI
Roxifλsz 🇱🇹
Dart with Flutter
mfw C group admin recommends this
Roxifλsz 🇱🇹
although I do have to agree, flutter is really nice to use
LowDream
C# has a few decent frameworks, there's Dart with Flutter, and ofc JavaScript with Electron. But this is all offtopic here.
Thanks for the recommendation, mine is for Linux software that I'm creating a pentest tool
LowDream
Thanks everyone for the recommendations, as much as flutter and dark are for Android, maybe it will be very useful for something in the future
LowDream
Correcting, Dart web too
Mame ¥£~~©©\[§
Can any one help me