Thread
:
void
View Single Post
#
3
(
permalink
)
Oct 3rd, 2007, 09:06
c010depunkk
SuperMember
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries:
2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: void
The void keyword means that the identifier it's being applied to has no type (int, bool...)
When you have a void function then it means the function returns no value (has no type).
A void pointer points to a value with no type.
c010depunkk
View Public Profile
Visit c010depunkk's homepage!
Find all posts by c010depunkk
View Blog