Click here to Skip to main content
16,014,613 members

Survey Results

Do you use templates?   [Edit]

Survey period: 25 Feb 2002 to 3 Mar 2002

Do you use templates in your coding?

OptionVotes% 
Yes, I use templates all the time17118.02
I often use templates23124.34
I have occasionally used templates33935.72
I've never used templates13714.44
What's a template?717.48



 
GeneralTemplates - STL Pin
Vidar Gunstvedt27-Feb-02 20:46
Vidar Gunstvedt27-Feb-02 20:46 
I am using the STL all the time. The clean structure of its containers and algorithms combined with your own defined function objects makes it an indispensable tool. The structure of your code becomes cleaner, more readable and compact. When you first understand the concept behind it you are able to do things not possible before. The fact that other languages do not have the same mechanism combining clarity with effectiveness is good enough reason to stick to C++. Smile | :)

Vidar Gunstvedt
General>20% use templates all the time!! Pin
Amit Dey25-Feb-02 14:49
Amit Dey25-Feb-02 14:49 
GeneralRe: >20% use templates all the time!! Pin
Tim Smith25-Feb-02 15:07
Tim Smith25-Feb-02 15:07 
GeneralRe: >20% use templates all the time!! Pin
Anders Molin26-Feb-02 2:40
professionalAnders Molin26-Feb-02 2:40 
GeneralRe: >20% use templates all the time!! Pin
Jörgen Sigvardsson26-Feb-02 2:49
Jörgen Sigvardsson26-Feb-02 2:49 
GeneralRe: >20% use templates all the time!! Pin
Bruce Duncan26-Feb-02 3:15
Bruce Duncan26-Feb-02 3:15 
GeneralRe: >20% use templates all the time!! Pin
Jörgen Sigvardsson26-Feb-02 3:24
Jörgen Sigvardsson26-Feb-02 3:24 
GeneralRe: >20% use templates all the time!! Pin
Nish Nishant26-Feb-02 15:07
sitebuilderNish Nishant26-Feb-02 15:07 
GeneralRe: >20% use templates all the time!! Pin
Amit Dey27-Feb-02 2:29
Amit Dey27-Feb-02 2:29 
GeneralRe: >20% use templates all the time!! Pin
Chris Maunder27-Feb-02 3:21
cofounderChris Maunder27-Feb-02 3:21 
GeneralRe: >20% use templates all the time!! Pin
Nish Nishant28-Feb-02 0:41
sitebuilderNish Nishant28-Feb-02 0:41 
GeneralRe: >20% use templates all the time!! Pin
Chris Maunder28-Feb-02 3:31
cofounderChris Maunder28-Feb-02 3:31 
GeneralRe: >20% use templates all the time!! Pin
Christian Graus28-Feb-02 9:34
protectorChristian Graus28-Feb-02 9:34 
GeneralRe: >20% use templates all the time!! Pin
Chris Maunder28-Feb-02 9:43
cofounderChris Maunder28-Feb-02 9:43 
GeneralRe: >20% use templates all the time!! Pin
Nemanja Trifunovic28-Feb-02 9:57
Nemanja Trifunovic28-Feb-02 9:57 
GeneralRe: >20% use templates all the time!! Pin
Chris Maunder28-Feb-02 10:02
cofounderChris Maunder28-Feb-02 10:02 
GeneralRe: >20% use templates all the time!! Pin
Christian Graus28-Feb-02 10:45
protectorChristian Graus28-Feb-02 10:45 
Generalsome of my favorite templates: Pin
Chris Losinger25-Feb-02 8:22
professionalChris Losinger25-Feb-02 8:22 
GeneralRe: some of my favorite templates: Pin
Giles25-Feb-02 9:17
Giles25-Feb-02 9:17 
GeneralRe: some of my favorite templates: Pin
Alvaro Mendez25-Feb-02 10:20
Alvaro Mendez25-Feb-02 10:20 
GeneralRe: some of my favorite templates: Pin
Chris Losinger25-Feb-02 10:37
professionalChris Losinger25-Feb-02 10:37 
GeneralRe: some of my favorite templates: Pin
Jörgen Sigvardsson26-Feb-02 3:03
Jörgen Sigvardsson26-Feb-02 3:03 
GeneralRe: some of my favorite templates: Pin
Jörgen Sigvardsson26-Feb-02 3:04
Jörgen Sigvardsson26-Feb-02 3:04 
GeneralOOP + templates = magic Pin
Joaquín M López Muñoz25-Feb-02 7:34
Joaquín M López Muñoz25-Feb-02 7:34 
GeneralRe: OOP + templates = magic Pin
Stan Shannon25-Feb-02 10:00
Stan Shannon25-Feb-02 10:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.