cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Syntax
Syntax
Nov 28, 2013 at 9:45pm UTC
y0xuz
(3)
Hi all
if i have class of Type
T
what would this line mean exactly?
T t ();
greetings,
yoxus
Nov 28, 2013 at 9:46pm UTC
S G H
(2638)
A function that takes no parameters and returns a T object.
Nov 28, 2013 at 9:56pm UTC
y0xuz
(3)
thx!
Topic archived. No new replies allowed.