First page

Q83: What is a virtual function ? What happens if an error occurs in constructor or destructor. Discussion on error handling, templates, unique features of C++. What is different in C++? ( compare with unix).
tags: microsoft sw programming C++ C

Q102: I was given c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
tags: microsoft sw programming C++

Q181: What is the difference in memory management between Java and C++? Is it possible to create a memory leak in Java?
tags: ebay microsoft amazon software programming C java c++

Q191: Implement a queue in an array.
tags: Microsoft software c c++ programming

Q205: Write the 'grow' function for a C++ vector class
tags: microsoft software programming algorithm C++

Q217: Implementation unbounded precision multiplication in C++.
tags: google software programming algorithm C++

Q218: Write Java vector add() by using C++ Templates
tags: google software programming algorithm C++ java

Q501: Implement a breadth first traversal of a binary tree
tags: microsoft programming C++



b(ond)log