Cavidan
Please help
Cavidan
😔😔
Hanz
C++
the code.
Cavidan
Yes
Cavidan
I need a code
Hanz
Do you think we are a bunch of freelancers here doing job for free 😂
Cavidan
this is just an exam question.
Hanz
this is just an exam question.
read the pinned message
Nameful
this is just an exam question.
If it's "just" an exam question, why don't you do it?
Cavidan
I just asked you for help with a small question😔
Cavidan
My exam
Nameful
What?
Dmitrii
I have a question. Assuming we have a graph_description object with all the information you need. Now you want to check number of rules (node have right names, no disjoint paths, right structure, whatever). Think about it like source code static analyser. There can be hundreds of rules. What would be a right design of such an analyser in terms of OOP? How would you orgonise all these rules and how would you run all of them?
Igor🇺🇦
for(auto i : matrix) if (!(i > 4 && i < 10)) arr.push_back(i) 👍
This doesn't look like C. In C++ prefer using std::copy_if or std::remove_if
Hanz
What is a good beginner one-day project for C++ starter? Im searching for ideas
Hanz
hello world
i've already done that
Dmitrii
i've already done that
Now it's time for calculator
Hanz
Now it's time for calculator
hmm interesting, i only done additions
Hanz
wait, is cpluscplus . org is the official website for C++?
Igor🇺🇦
uh yes?
There is no official site for C++. It's not a an organisation or something. The closest to such site is https://isocpp.org
VU
Write a c++ program that display sum of all prime numbers from 1 to 30 using a user defined function called isPrime() that takes one argument and return the same argument if it is prime otherwise return 0.
VU
Please help in this program
Aakash
1. C++ Task/Group responsible for C++ Standard (ISO/S22/WG21) — (1s who fund/organizers) https://standards.incits.org/apps/group_public/workgroup.php?wg_abbrev=pl22.16 C++:: https://www.incits.org/committees/pl22.16 C: https://www.incits.org/committees/pl22.11 2. ISO/Working Group Secretariat: ANSI — (1s who release C++ standard) https://www.iso.org/committee/45202.html#secretariat (They release lots of info/code/data, which is not accessible via open std) 3. Open-Standard for C++ (Much is not open source) http://www.open-std.org/
𝕟𝕚𝕟𝕘𝕠𝕛𝕖
How do you compare strings in c
Igor🇺🇦
How do you compare strings in c
Have you seen heard of search engines?
Deleted Account
Is C necessary to learn C++ ?
Anonymous
It's even better when you learn C++ without knowing C
Anonymous
Because the way you code in C and C++ is so much different and normal code in C is probably will be considered a bad one in C++
Anonymous
Can you read the title of the group and the rules?
𝕟𝕚𝕟𝕘𝕠𝕛𝕖
Strcmp.
Thanks
Xudoyberdi
Thanks
Sure.
Beyond
😂🤦‍♂️
Talula
Isn't Java like dead or something?
Beyond
unfortunately no
Talula
unfortunately no
No worries... it'll be dead soon as it is pretty stupid language.
Anonymous
No worries... it'll be dead soon as it is pretty stupid language.
Lol, C++ would be dead so far if it'd worked that way
Xudoyberdi
Or at least C
Don't kill C, I am learning it, I wanna use it in the future.
Beyond
i think c is already kinda dead tho... you dont need to learn c for any jobs tho
Beyond
uh
Beyond
and... why?
kay
and... why?
It is the basic language which python cannot replace completely
Anonymous
Because 1. C is still popular for embedded, OS and firmware development 2. With C you have more control on a hardware than C++ (if you're using abstractions in C++) 3. Not every platform has C++ compiler
Anonymous
Python is written in C lmao
The most common implementation of Python*
Dima
Lol python again Can you stop
Mar!o
Yeah and C code quickly gets very complicated where C++ code is not
Anonymous
Yeah and C code quickly gets very complicated where C++ code is not
C++ code also gets complicated, just in different way :)
Anonymous
and c can help you to better find out about diffrent between paradigm of programming
Anonymous
Yeah and C code quickly gets very complicated where C++ code is not
std::are_you_sure_about_that_v<std::conditional_t<std::true_type_v, std::no, std::not_really>>
Beyond
well i know especially that 'some' languages are based on c but currently like python or c++ is getting used more often than c but i think i was kinda wrong what belongs to c tho...
Anonymous
Aakash
C is inheriting some really interesting features of C++ slowly & steadily down the line. C++ standards are going rabbit now a days!! Time will tell, but I personally feel in long run C will kill C++🙃
Anonymous
It's extremely expensive to build large applications with C
Anonymous
It's also expensive with C++ but less
MRT
hi, can anyone give me an example of making one std::Vector<std::string> with many random generate string ?
Beyond
🏃