Skip to main content
added 2 characters in body
Source Link
shtkuh
  • 165
  • 5

An author's claim is that C++ is not appropriate for biglarge software projects because

An author's claim is that C++ is not appropriate for big software projects because

An author's claim is that C++ is not appropriate for large software projects because

deleted 4 characters in body
Source Link
shtkuh
  • 165
  • 5

This is the the test he gave to candidates on his job interviews:

This is the the test he gave to candidates on his job interviews:

This is the test he gave to candidates on his job interviews:

added 549 characters in body
Source Link
shtkuh
  • 165
  • 5

The motivation of article author was to check how experiencedAn author's claim is that C++ programmer can write a basic class with a pointer as a memberis not appropriate for big software projects because

My primary complaint against C++ is that the language is so complicated, and has enough booby-traps, that average and above-average programmers have a difficult time writing code without serious bugs.

This is the the test he gave to candidates on his job interviews:

There are a lot of problems with memory management because of raw pointers using. And thisBut it was before C++11 was invented. So now C++11 with smart pointers can help us to avoid mentioned problems? This is my version of this class (with smart pointers):

The motivation of article author was to check how experienced C++ programmer can write a basic class with a pointer as a member:

There are a lot of problems with memory management because of raw pointers using. And this is my version of this class (with smart pointers):

An author's claim is that C++ is not appropriate for big software projects because

My primary complaint against C++ is that the language is so complicated, and has enough booby-traps, that average and above-average programmers have a difficult time writing code without serious bugs.

This is the the test he gave to candidates on his job interviews:

There are a lot of problems with memory management because of raw pointers using. But it was before C++11 was invented. So now C++11 with smart pointers can help us to avoid mentioned problems? This is my version of this class (with smart pointers):

added 549 characters in body
Source Link
shtkuh
  • 165
  • 5
Loading
Tweeted twitter.com/StackCodeReview/status/755593918264307712
quoted the baseline code; edited tags; edited title
Source Link
200_success
  • 145.7k
  • 22
  • 191
  • 481
Loading
deleted 3 characters in body
Source Link
shtkuh
  • 165
  • 5
Loading
added 506 characters in body
Link
shtkuh
  • 165
  • 5
Loading
added 506 characters in body
Source Link
shtkuh
  • 165
  • 5
Loading
Source Link
shtkuh
  • 165
  • 5
Loading