Thread: Class help
View Single Post
  #18 (permalink)  
Old 11-14-2007, 10:13 PM
Shaolin Shaolin is offline
Member
 
Join Date: Nov 2007
Posts: 36
Shaolin is on a distinguished road
Excellent, fixed!

I have some more questions.

1. what does the ++ mean when it is infront of a variable e.g.

Code:
int n; n = ++MyAccount;
Also, a conversion constructor:

1. What is it and whats its purpose ?
2. If I wanted to create one to deal with the customers withdrawal/deposits how would I do that ?
Reply With Quote