devxlogo

October 30, 2000

Namespaces

Question: To use or , I need to use “using namespace std;”. What is the meaning of it? When I have multiple .h and .cpp files, where should I put

Default Value of enum Variables

Question: enum Foo { first = 10, second = 20 };Foo foo; What does the standard say about the default value of foo, is it the value of the first

Mini Database Strategy

Question: I have recently written a small dialog based MFC app to carry out a few performance calculations for our product. I have managed to get o/p to the printer