Too obvious.
Deprecating Raw Pointers in C++20
41–50 of 84 posts
Re: Deprecating Raw Pointers in C++20
#42I've never done any real development with a language that uses pointers. So noob question: why would one use a pointer over passing a variable? (those are the two flavors right?)
Re: Deprecating Raw Pointers in C++20
#43I've never done any real development with a language that uses pointers. So noob question: why would one use a pointer over passing a variable? (those are the two flavors right?)
Re: Deprecating Raw Pointers in C++20
#44This could be a joke. Or not. It is very much in keeping with the current direction of C++, which appears to be: "Oh no, C++ cannot keep pace with modern systems languages, let's repair it by whatever means possible" Their heart is in the right place, but perhaps this accelerated process of mutating the language will ultimately be what kills it. Personally, after having deep expertise in C++(11/14) I jumped ship to G…
There is nothing in C++ 11 and later that is forced on you. Everything that was added is optional. For personal projects I depend on some alternate implementations for things that are now in the STL because these not complete enough for my needs.
Re: Deprecating Raw Pointers in C++20
#45I've never done any real development with a language that uses pointers. So noob question: why would one use a pointer over passing a variable? (those are the two flavors right?)
Re: Deprecating Raw Pointers in C++20
#46Re: Deprecating Raw Pointers in C++20
#47Is this actually a joke ?
Re: Deprecating Raw Pointers in C++20
#48The fact that this headline cannot be distinguished from April Fools joke by other commenters seems to say a lot about the direction in which C++ standard committee is heading.
maybe HN should have a colored header line to remind people about this day and prevent reactions
Obviously this one is either believed, or believed to be amusingly subtle. Either way, I agree it should be at least [Joke] flagged.
Re: Deprecating Raw Pointers in C++20
#49The fact that this headline cannot be distinguished from April Fools joke by other commenters seems to say a lot about the direction in which C++ standard committee is heading.