cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Help with templates
Help with templates
Sep 20, 2012 at 6:06pm UTC
closed account (
ozUkoG1T
)
Hey c++ forums,
I have been learning templates but the problem is that i do not know how to set it out. If any of you programmers know how to make one show me an very basic template code. Thanks in advance
Last edited on
Sep 20, 2012 at 6:06pm UTC
Sep 20, 2012 at 6:13pm UTC
vlad from moscow
(6539)
1
2
3
4
5
6
7
template
<
typename
>
struct
A {};
int
main() { A<
int
> a; }
Topic archived. No new replies allowed.