Rose
User Manjunath has 1/2 warnings; be careful! Reason: hw
Rose
Another one bites the dust...! Banned Puja. Reason: offtopic spam
(null)
What is mutual enjoyment ?
Writing MIPS assembly together–duh!
Ray【レイトレーサル】Tracer
Writing MIPS assembly together–duh!
Ah, I see. Count me in. Though, I'll need the training first 😂
GOD_EMPEROR
ㅤs Verma sent a huge message, it has been re-uploaded as a file
Let's solve questions together... I'm on same level
Can I make integral solver, using C or C++?
klimi
Can I make integral solver, using C or C++?
generally you can, if you personally, that is upon you.
Muheeyy
Hello
klimi
Hello
nohello.com
Ludovic 'Archivist'
Can I make integral solver, using C or C++?
I mean, that was the purpose of the first semi-modern computer, the ENIAC, so if you can find a general purpose language in which you can't solve integrals it probably only runs on devices with a single digit amount of transistors
Rose
User Vidya has 1/2 warnings; be careful! Reason: non-english
Rose
Reported to admins.​​​​​​​​​​
Rose
Another one bites the dust...! Banned Ritika. Reason: spam
Rose
User Escrow has 1/2 warnings; be careful! Reason: non english
Rose
User Hide IP - Aim Victim - Crack Encrypt - Kill Firewall has 1/2 warnings; be careful! Reason: non english
Miq
Afternoon fellow programmers
Miq
I have a dilemma that I need help with in c++
Miq
Please let me know if you are familiar with the DDB and SYD in visual studio
𓆩 𝗙𝗔𝗜𝗭𝗔𝗡 𓆪ㅤ🚸
#projects
Rose
#projects
Please check the Resources section for links on Open Source Projects in C/C++ some of which are explained from scratch.
𓆩 𝗙𝗔𝗜𝗭𝗔𝗡 𓆪ㅤ🚸
/notes
Rose
/notes
List of notes in C/C++ Programming: - 0_to_show_item_use"#item" - gitgud - howtoask - markdown - mcve - meta - ot - paste - projects - res You can retrieve these notes by using /get notename, or #notename
𓆩 𝗙𝗔𝗜𝗭𝗔𝗡 𓆪ㅤ🚸
#res
Rose
#res
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
𓆩 𝗙𝗔𝗜𝗭𝗔𝗡 𓆪ㅤ🚸
Miq
#projects
Rose
#projects
Please check the Resources section for links on Open Source Projects in C/C++ some of which are explained from scratch.
Ludovic 'Archivist'
Please let me know if you are familiar with the DDB and SYD in visual studio
Those are pretty simple formulas, ask your question in off topic as it seems more suited to it
Rose
Welcome Buddhraj! Please read the pinned message 🙂 Click the button below to unmute yourself.
𓆩 𝗙𝗔𝗜𝗭𝗔𝗡 𓆪ㅤ🚸
give me problem to solve in c language
Chat Boss
ㅤHide IP - Aim Victim - Crack Encrypt - Kill Firewall sent a code, it has been re-uploaded as a file
Chat Boss
ㅤCyber security Officer sent a code, it has been re-uploaded as a file
M
o my god
klimi
o my god
What ...
M
What ...
i solved captcha and i can send massage in group
M
Good job :-)
thanks bro
honored
I want some good programming questions to help myself can anyoneb help me
Yasir
Yes
BIJAY
Hi
BIJAY
Anyone is here online
xhunter
Was C++11 the most significant revision ever ?
Ayat
https://t.me/notpixel/app?startapp=f96353043_s630333
Gabrielle
C++ expert needed ASAP
Ludovic 'Archivist'
C++ expert needed ASAP
You can DM me if you want
Abbasi
Was C++11 the most significant revision ever ?
I guess so. C++20 by introducing concepts and ranges was also a significant upgrade.
Shivam Kumar
Hi
Ludovic 'Archivist'
I guess so. C++20 by introducing concepts and ranges was also a significant upgrade.
Ranges are very good. Ranges and generators are among the best newly added features
MᏫᎻᎯᎷᎷᎬᎠ
Ludovic 'Archivist'
What do you think of the new safety proposal by sean
It is amazing. Too long have I spent changing vec[x] into vec.at(x) and at this point anything to automate that process is welcome
Ludovic 'Archivist'
That and contracts are very welcome additions
Ludovic 'Archivist'
Ludovic 'Archivist'
Static reflection is probably more important tho
MᏫᎻᎯᎷᎷᎬᎠ
Static reflection is probably more important tho
If it landed with reflections, then I think it will be a more significant update than C++20
Ludovic 'Archivist'
If it landed with reflections, then I think it will be a more significant update than C++20
If we get contracts, safety and reflection, it will be the biggest update since move semantics
MᏫᎻᎯᎷᎷᎬᎠ
At that point, I think the committee should focus of simplifying the language It's more than a beast by now
MᏫᎻᎯᎷᎷᎬᎠ
If we get contracts, safety and reflection, it will be the biggest update since move semantics
I don't know why contracts are so demanded Am I misunderstanding it Or it's just runtime assert pre and post functions calls
Ludovic 'Archivist'
At that point, I think the committee should focus of simplifying the language It's more than a beast by now
They are symplifying the usage, but they cannot remove features. Look into cpp2, it may be the right path for the future of C++
Ludovic 'Archivist'
I don't know why contracts are so demanded Am I misunderstanding it Or it's just runtime assert pre and post functions calls
It allows to verify invariants in all conditions and a lot of programming mistakes stem from invariants not being held
Ludovic 'Archivist'
Ludovic 'Archivist'
Ludovic 'Archivist'
It means something was seriously fucked
Ludovic 'Archivist'
And you can combine invariants with the [[assume]] attribute for better optimizations
MᏫᎻᎯᎷᎷᎬᎠ
Cpp2 is to cpp what cpp is to c
What it offers? Like I don't think anything will have way more features than C++ by the above proposals
MᏫᎻᎯᎷᎷᎬᎠ
Unless it provides interoperability with C++ but simplicity
Ludovic 'Archivist'
What it offers? Like I don't think anything will have way more features than C++ by the above proposals
Symplified syntax, less alternative syntaxes (in particular regarding functions, lambdas, initialization...)
Ludovic 'Archivist'
Ludovic 'Archivist'
Currently, it compiles to C++
MᏫᎻᎯᎷᎷᎬᎠ
Ludovic 'Archivist'
MᏫᎻᎯᎷᎷᎬᎠ
Currently, it compiles to C++
Hasn't it gotten to stage of being a serious instead of just personal experience
MᏫᎻᎯᎷᎷᎬᎠ
Gonna check it
Ludovic 'Archivist'
Hasn't it gotten to stage of being a serious instead of just personal experience
It is still a bit experimental, but since it generates C++, even if it were to fail in the end, you can just generate the C++ and keep using that
SIDRA
I am new in programming can anyone suggest from where I can start...