DEV Community

The concept behind C++ concepts

Sandor Dargo on February 10, 2021

The idea of concepts is one of the major new features added to C++20. Concepts are an extension for templates. They can be used to perform compile-...
Collapse
 
pgradot profile image
Pierre Gradot

Finally discovering a link to one of my articles here XD

Collapse
 
sandordargo profile image
Sandor Dargo

It's not your only article I linked during the past months! ;)

Collapse
 
pgradot profile image
Pierre Gradot

The first I notice recently ^^

Collapse
 
_ruturaj7 profile image
Ruturaj Porlekar

Could help me for dev c++ gui program ?

Collapse
 
sandordargo profile image
Sandor Dargo

Sorry, that's something I never worked with.

Collapse
 
_ruturaj7 profile image
Ruturaj Porlekar

Ok

Collapse
 
bartosz profile image
Bartosz Wójcik

Why did you never work on GUI in C++? How can you teach C++ if you never touched real-life C++ developer problems like GUI?

Thread Thread
 
sandordargo profile image
Sandor Dargo

I beg your pardon, Sire! Developers responsible for servers dealing with millions of transactions per second and also developers who work on embedded systems should not speak about C++. Probably game developers neither. Please help us, which mineshaft should we choose to hide?

Collapse
 
albertopdrf profile image
Alberto Pérez de Rada Fiol

That's such an interesting topic Sandor, I'm looking forward to the next post! 😃

Collapse
 
sandordargo profile image
Sandor Dargo

Thanks, for your comment Alberto! The next part comes next Wednesday morning!

Collapse
 
bartosz profile image
Bartosz Wójcik

I'll pass. I choose JavaScript. I choose C#. I choose PHP. I choose clean C. This is useless stuff for maybe 10 C++ experts, nobody in their right mind will ever use it.

Collapse
 
0916dhkim profile image
Danny Kim

A big portion of the video game industry heavily depends on C++. IMO C++ is a neat language. It is just not made for web dev & it cannot stop developers from writing crappy code.