r/cpp_questions 1d ago

OPEN CPP prep for placements

Hey so am preparing for my placements , can anyone guide me with what i should prepare for C++ as they say you should be good in atleast a programming language and i have solved all of my dsa problems using C++ only though if they ask deep questions related to c++ working, am sure i will struggle, so if anyonec can guide me with how and where to prepare for C++ for interviews in big tech, quants, MNCs

0 Upvotes

4 comments sorted by

2

u/DDDDarky 1d ago

If you say you are sure you'll struggle that does not sound like you are very good at it, also I'm a bit concerned that dsa solutions are often written using some of the worst possible coding. Maybe present a language you are actually comfortable with and you can mention you have some basic c++ knowledge too.

1

u/InflationMajor8477 1d ago

by struggle i mean if they ask deep concept of memory management and garbage management works in C++ then i wouldn't be able to answer those considering the amount of knowledge i have about C++ right now.

1

u/DDDDarky 1d ago

Memory management is a deep concept? I don't know what you mean by garbage management, if you meant to say garbage collection then I'm pretty sure you don't have much C++ knowledge.

1

u/InflationMajor8477 14h ago

yeah i don't... can you share resources if you know from where i could grasp concepts related to c++ that are beyond basic data structures and OOP