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
typedef
typedef
Mar 31, 2015 at 7:03pm UTC
cppnoob25
(165)
Can someone teach me typedef using simple examples?
I get that it can be used this way:
1
2
typedef
unsigned
int
car; car newVar;
that will make newVar have the type unsigned int, but can we get into more advanced examples and practical uses?
I've seen it used in templates but my understanding starts to drop.
thanks.
Mar 31, 2015 at 7:18pm UTC
TarikNeaj
(2580)
First half of the video explains it in a very simple way
https://www.youtube.com/watch?v=cVtgQV-MWZM&list=PL2DD6A625AD033D36&index=25&ab_channel=CodingMadeEasy
Apr 1, 2015 at 1:49am UTC
cppnoob25
(165)
Thanks Tarik. I think I have what I wanted and now I'm viewing his videos as well.
Topic archived. No new replies allowed.