473,756 Members | 3,566 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to hide the "<>" token when the template class already has adefault "typename".

Ed
Hi, guys,
Here is a simple template class definition:

template <typename T = int>
class Point {
public:
T X;
T Y;
T Z;
};

int main()
{
Point<point1;
Point<doublepoi nt2;
}
There is already a default type "int" for class Point. But I still
need to type "<>" when creating a object.
I don't want to put "<>" in the code, because I think it's useless.
Point<point1;
How can I write the code like this
Point point1;

I tried "typedef", but it doesn't work.
typedef Point<Point;

Thanks,
Ed.
Aug 5 '08 #1
4 1426
On Aug 5, 5:22 am, Ed <seah...@gmail. comwrote:
Hi, guys,
Here is a simple template class definition:

template <typename T = int>
class Point {
public:
T X;
T Y;
T Z;

};

int main()
{
Point<point1;
Point<doublepoi nt2;

}

There is already a default type "int" for class Point. But I still
need to type "<>" when creating a object.
I don't want to put "<>" in the code, because I think it's useless.
Point<point1;
How can I write the code like this
Point point1;

I tried "typedef", but it doesn't work.
typedef Point<Point;
try

int main()
{
typedef Point<NPoint;
NPoint point_n;
}
Aug 5 '08 #2
On 2008-08-05 05:22:07 -0400, Ed <se*****@gmail. comsaid:
>
I tried "typedef", but it doesn't work.
typedef Point<Point;
Use a different name. You can't use the same name for a template and a class.

--
Pete
Roundhouse Consulting, Ltd. (www.versatilecoding.com) Author of "The
Standard C++ Library Extensions: a Tutorial and Reference
(www.petebecker.com/tr1book)

Aug 5 '08 #3
Ed
On Aug 5, 6:43 pm, Pete Becker <p...@versatile coding.comwrote :
On 2008-08-05 05:22:07 -0400, Ed <seah...@gmail. comsaid:
I tried "typedef", but it doesn't work.
typedef Point<Point;

Use a different name. You can't use the same name for a template and a class.

--
Pete
Roundhouse Consulting, Ltd. (www.versatilecoding.com) Author of "The
Standard C++ Library Extensions: a Tutorial and Reference
(www.petebecker.com/tr1book)
But "<>" seems unnecessary.
Aug 5 '08 #4
Ed wrote:
On Aug 5, 6:43 pm, Pete Becker <p...@versatile coding.comwrote :
>On 2008-08-05 05:22:07 -0400, Ed <seah...@gmail. comsaid:
>>I tried "typedef", but it doesn't work.
typedef Point<Point;

Use a different name. You can't use the same name for a template
and a class.

--
Pete
Roundhouse Consulting, Ltd. (www.versatilecoding.com) Author of
"The Standard C++ Library Extensions: a Tutorial and Reference
(www.petebecker.com/tr1book)

But "<>" seems unnecessary.
It is just as necessary as the "()" in a function call:

p = f;
i = f();

have totally different meanings.

That's the way the language is designed.
Bo Persson
Aug 5 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2132
by: janzon | last post by:
Hi! Sorry for the bad subject line... Here's what I mean. Suppose we deal with C++ standard integers lists (the type is indifferent). We have a function f, declared as list<intf(int); Now we have an integer list p, say. For each element x in p, we want to repace x with f(x) to get a new, possibly larger, integer list. Note
0
9275
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9872
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9843
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9713
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7248
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6534
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5142
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3805
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.