Webastor - Programming Tips and Tricks

Programming language => C++ => Topic started by: Maximus on November 17, 2016, 07:04:54 PM

Title: What are your views on with c++ for coding interviews?
Post by: Maximus on November 17, 2016, 07:04:54 PM
Hi, I would like to ask you a little question if you do not mind? what are your views on with c++ for coding interviews? Thank you for giving me your opinion as soon as possible by return message.
Title: Re: Views on with c++
Post by: Henley on April 30, 2017, 10:13:43 AM
When people talk about C++ interview, usually it has two types: interview that focuses on the language itself and coding interview in C++. It's better for you to be clear about which one you are preparing for and I'll share some resources for both.

It's not that common to have interviews that are mostly focused on the language, so I'll start from the coding interview in C++.
For language interviews, nothing you can do but be really familiar with C++. The sad news is that C++ is one of the most difficult languages to be familiar since it has so many features and corner cases.