Thread
:
Total Beginner Question: Problems with classes
View Single Post
10-08-2007, 12:46 PM
#
4
(
permalink
)
Valmont
[code][/code] enforcer
Join Date: Mar 2003
Location: Netherlands
Posts: 1,545
What does this mean:
Code:
new songPlayer.song()
?
You are looking for something like this:
Code:
Song* MyTune = new MyTune();
__________________
Valmont
View Public Profile
Find More Posts by Valmont