- Sep 13, 2001
- 53,639
- 6,522
- 126
I have to do this little project where I have to make a template class. One of the requirements is the line in the topic ...
"Make the class template work with wide or narrow characters (selectable at compile time)."
Now I'm figuring that they want the class template to work with wide and narrow characters and that they will fill it in when they run the application, but I just do not even know the concept of wide or narrow characters. I've never heard this term before, and a google search did not really help me.
Could someone point me in the right direction as to what this means? I found this link here ...
http://safari.oreilly.com/0596...X/cplsian-CHP-8-SECT-3
but I still am not exactly following which direction to go.
(this is for a C++ project btw)
"Make the class template work with wide or narrow characters (selectable at compile time)."
Now I'm figuring that they want the class template to work with wide and narrow characters and that they will fill it in when they run the application, but I just do not even know the concept of wide or narrow characters. I've never heard this term before, and a google search did not really help me.
Could someone point me in the right direction as to what this means? I found this link here ...
http://safari.oreilly.com/0596...X/cplsian-CHP-8-SECT-3
but I still am not exactly following which direction to go.
(this is for a C++ project btw)