Tip Bank

DevX - Software Development Resource

Overloading Methods

Suppose you are writing a method in a class that accepts a parameter of a given type. Such a method can also be called with an argument of a different

DevX - Software Development Resource

Change Access Passthrough Query Definition

When the SQL SERVER is used as the database, and Access is the front-end application, this tip can help to dynamically change the Access pass through query definition. This enables

DevX - Software Development Resource

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

DevX - Software Development Resource

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

DevX - Software Development Resource

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