Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Welcome to dev rant!
well... c++ questions could be about strings and pointers, memory leaks, and data structure like trees, linked lists, and graphs. learn a bit on each. -
QCat8368yKnow your std library, personally I am an ass hole of a recruiter and would ask you to code a lisp interpreter or a rasterization software. But I guess you should expect :
Thread pools, Red Black tree, linked lists that loop, correcting a code with a command line debugger -
@QCat they approached me so I assume it's more a formality. Also, it's an internship after a year at University so I would assume it'll just be to test my understanding of C++ and not cs in general.
-
QCat8368y@BradSharp so expect to be ask:
What is the difference between the heap and the stack
What container would you use in *some situation*
What are the phases of C++ compilation
How would you make your own templated linked list
How would you make your own Complex number class with addition and multiplication overloading
Got a test in C++, two questions, two hours for an internship. Any advice, what should I expect?
undefined