http://www.btechguru.com/
It has good links to open courseware, eBooks, notifications about competitive exams, question papers and a lot to explore... A must visit site who are seriously looking for right stuff for their career.
Friday, January 15, 2010
Tuesday, November 11, 2008
Common Multithreading Questions
1. What is multithreading & why do you need that?
2. What are the disadvantages of multi threading
3. What are different synchronization objects?
4. What is the difference between critical section and semaphore?
5. What are the MFC classes that you use for creating the thread?
6. How do you terminate the thread?
2. What are the disadvantages of multi threading
3. What are different synchronization objects?
4. What is the difference between critical section and semaphore?
5. What are the MFC classes that you use for creating the thread?
6. How do you terminate the thread?
Common Visual C++ questions
1. What are the differences between modal & modeless dialog
2. What is the difference between dll & exe
3. How the doc/view architecture works?
4. What is subclassing?
5. How do you set the window caption of a dialog programmatically
6. What is serialization? Which object has that? If you derive a class that does not have support for serialization how do you take care of the serialization.
2. What is the difference between dll & exe
3. How the doc/view architecture works?
4. What is subclassing?
5. How do you set the window caption of a dialog programmatically
6. What is serialization? Which object has that? If you derive a class that does not have support for serialization how do you take care of the serialization.
Sunday, November 4, 2007
Common C++ Interview Questions
Some of the questions that are commonly asked in interviews in C++
1. what is the static keyword?
2. what is virtual destructor? Why it is required? Is it mandatory to declare the destructor virtual? What is the overhead?
3. what is the difference between macro and inline function?
4. what is meant by initialization list?
5. where is the static member variable in a class gets initialized.
6. whatz the difference between struct and class?
7. Describe inhertiance?
1. what is the static keyword?
2. what is virtual destructor? Why it is required? Is it mandatory to declare the destructor virtual? What is the overhead?
3. what is the difference between macro and inline function?
4. what is meant by initialization list?
5. where is the static member variable in a class gets initialized.
6. whatz the difference between struct and class?
7. Describe inhertiance?
Monday, October 22, 2007
Subscribe to:
Posts (Atom)