169 похожих чатов

I know this is a flames question, but I'm tired

of seeing C vs C++ topics.

I'm a C programmer, but anywhere I go they tell me to just move to C++, and I don't understand why.

I admit that the last time I coded in C++, I left it for C# and my last C++ version was 11 if I'm not wrong.

Here are my opinions: I find C++ unnecessarily complex. Stuff you do in C++ with templates and classes, you can do it with a few methods in C - that might be the same for C++, but I find C to be more clear and above all straight-forward instead of trying to even guess what kind of *_cast<😠) you need. I also find C++ horribly unreadable at times and all that sugar may lead to errors.

I also noticed you more often need helpers / refactoring and thinking than in C. I mean, why do I need a class for simple tasks that don't require it?

Most examples I found about C vs C++ were specific cases for both languages where you don't or can't argue because it's both true and wrong.

Also people having hatred/contrasting opinions don't really help.

What's your points?

3 ответов

15 просмотров

C and C++ have different advantages and disadvantages, so just use whichever is better. If you're more comfortable with C you can continue using it unless you're like making a game or smr(im mostly using C for 5 years now)

I'd just say get used to get flamed for your language choice...its normal

C++ doesn't force you to create new classes

Похожие вопросы

Обсуждают сегодня

30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
Карта сайта