Hi guys,
I'm preparing interview questions for myself for a job interview (my first possibility for a programming job
) and one of the questions I see being asked is:
"What are some language issues in C++."
Unfortunately I have yet to find anything on Google actually pointing out an issue so I thought of some that may be an issue but I'd like some feedback on what you guys think.
For C++, I would say a few different issues would be:
1. Complexity of the language. It takes quite a while to do something in C++ vs say Objective-C.
2. No built in garbage collection (although in my opinion thats not really an issue since C++ is meant for speed, I would assume garbage collection was omitted on purpose).
and thats about all I can come up with. I'm sure there are some that I know that I am not thinking of. Can anyone shed some light on this? I want to go into this interview as prepared as possible.
I'm preparing interview questions for myself for a job interview (my first possibility for a programming job
"What are some language issues in C++."
Unfortunately I have yet to find anything on Google actually pointing out an issue so I thought of some that may be an issue but I'd like some feedback on what you guys think.
For C++, I would say a few different issues would be:
1. Complexity of the language. It takes quite a while to do something in C++ vs say Objective-C.
2. No built in garbage collection (although in my opinion thats not really an issue since C++ is meant for speed, I would assume garbage collection was omitted on purpose).
and thats about all I can come up with. I'm sure there are some that I know that I am not thinking of. Can anyone shed some light on this? I want to go into this interview as prepared as possible.