Web Site Promotion | About | Contact | Web Design News |
Chicago Animation : Chicago Web Design - Go Back

C++ Function Templates

 

Search Engine Specialist

search engine expert Free Internet Marketing consultings from ChicagoAnimation.
To use this free service please fill out the form below and we will call you to offer you free tips.

* First Name: * Last Name:
* Email Address: * Phone Number:
Street Address: City:
ZipCode: Your State (2 Letters):
URL (if available): Your Cell Phone #:
Company Name:
How long has your website been live?
What services or packages can we help you with?

How may we help you?
My current budget is. . .



C++ Function templates are those functions which can handle different data types without separate code for each of them. For a similar operation on several kinds of data types, a programmer need not write different versions by overloading a function. It is enough if he writes a C++ template based function. This will take care of all the data types.

There are two types of templates in C++, viz., function templates and class templates. This article deals with only the function templates.

There are lot of occasions, where we might need to write the same functions for different data types. A favorite example can be addition of two variables. The variable can be integer, float or double. The requirement will be to return the corresponding return type based on the input type. If we start writing one function for each of the data type, then we will end up with 4 to 5 different functions, which can be a night mare for maintenance.

C++ templates come to our rescue in such situations. When we use C++ function templates, only one function signature needs to be created. The C++ compiler will automatically generate the required functions for handling the individual data types. This is how a programmer's life is made a lot easier.

C++ Template functions - Details:

Let us assume a small example for Add function. If the requirement is to use this Add function for both integer and float, then two functions are to be created for each of the data type (overloading).

int Add(int a,int b) { return a+b;} // function Without C++ template

float Add(float a, float b) { return a+b;} // function Without C++ template

If there are some more data types to be handled, more functions should be added.

But if we use a c++ function template, the whole process is reduced to a single c++ function template. The following will be the code fragment for Add function.

template

T Add(T a, T b) //C++ function template sample

{

return a+b;

}

This c++ function template definition will be enough. Now when the integer version of the function, the compiler generates an Add function compatible for integer data type and if float is called it generates float type and so on.

Here T is the typename. This is dynamically determined by the compiler according to the parameter passed. The keyword class means, the parameter can be of any type. It can even be a class.

C++ Template functions - Applicability:

C++ function templates can be used wherever the same functionality has to be performed with a number of data types. Though very useful, lots of care should be taken to test the C++ template functions during development. A well written c++ template will go a long way in saving time for programmers.

About The Author

Muthukumar

More articles can be found at http://www.codersource.net/.

 

MORE RESOURCES:

ZDNet

Apple Recommends Antivirus Software For Mac OS X
InformationWeek, NY - Dec 2, 2008
What's more, Apple's products, such as its iTunes software, its QuickTime media player, and its Safari Web browser, have become increasingly popular among ...
Apple on the Need for Anti-Virus Software: Now You Do, Now You Don't Wired News
Apple Pulls 'Old' Antivirus Software Warning CIO Today
Apple suggests Mac users Install antivirus software CNET News
Apple Insider - Computerworld
all 237 news articles


COPsync Software Called Upon to Secure the Texas State Border
MarketWatch - 7 hours ago
a software technology provider to law enforcement and emergency service professionals, is pleased to announce that the State of Texas, Division of Emergency ...


Likewise Software Joins HP Developer & Solution Partner Program
MarketWatch - 10 hours ago
BELLEVUE, Wash., Dec 03, 2008 /PRNewswire via COMTEX/ -- Likewise Software, the leader in delivering open source audit and authentication for mixed networks ...


Lagan Expands Board of Directors with Software Industry Veteran ...
MarketWatch - 14 hours ago
McKay brings over 25 years of experience building and leading world class software and services companies. As President and CEO of Watchfire from 2001 ...


McAllister Software Systems(R) Announces Release of AVImark ...
MarketWatch - 14 hours ago
PIEDMONT, Mo., Dec 03, 2008 /PRNewswire via COMTEX/ -- McAllister Software Systems, Inc. announced that version 2009 of AVImark, which will be available at ...
McAllister Software Systems(R) Announces Release of AVImark ... International Business Times
McAllister Software Systems(R) Announces AVImark(R) Integration ... MarketWatch
all 16 news articles


RTT News

Software maker Adobe to lay off 600 workers
San Francisco Chronicle,  USA - 4 hours ago
Narayen said the chief cause of Adobe's problems is weaker than expected demand for the company's latest software, Creative Suite 4, which began shipping in ...
Adobe slashes revenue forecast Financial Times
Adobe to cut 600 jobs, report lower fourth-quarter revenue SiliconValley.com
Adobe Revenue Forecast Trails Analysts’ Estimates (Update1) Bloomberg
Reuters - San Jose Mercury News
all 87 news articles


Emerging Markets Hold Potential for World Retail Software Markets ...
MarketWatch - 15 hours ago
New analysis from Frost & Sullivan ( http://www.kiosks.frost.com), World Retail Software Market, finds that the retail software market earned revenues of ...


Adaptive Planning Wins Prestigious Software Satisfaction Award for ...
MarketWatch - 15 hours ago
This honor, awarded by Sift Media and presented by Finance Week, was established to reward high standards from software application providers serving UK ...


SAFE Corporation Releases SourceDetective, Internet Search for ...
MarketWatch - 15 hours ago
SAFE-corp.biz), the leading provider of software tools for detecting and measuring software intellectual property, has just released SourceDetective(TM), ...


Software Developers, Essar Oil: India Stock Preview
Bloomberg - 31 minutes ago
Software Developers: Infosys Technologies Ltd. (INFO IN) and other India technology and outsourcing companies are preparing for hard times as a result of a ...
Indian shares rise 0.09 percent Daily Times
India's Sensex Ends Little Changed; Tata Gains, Infosys Falls Bloomberg
Indian Stocks Decline for Second Day, Led by Infosys, Sterlite Bloomberg
all 11 news articles

Software - Google News

ChicagoAnimation's Acquisitions: Market Polls - 1pennyStock.com
Sponsors: Paving | VTL's | Religious Statues