View Single Post
  #4 (permalink)  
Old 12-13-2006, 11:45 AM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,247
Last Blog:
Passwords
Credits: 902
Rep Power: 20
John has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud of
Send a message via AIM to John Send a message via MSN to John
Default

Quote:
Originally Posted by castanza88 View Post
If not using large amounts of data, is it ok to not have to get an exact data type for your variable for basic needs?
for most programs it really dosnt matter, it would guess for large applications it would be more wise to use the "best" data types for the job. that way you dont allocate too much memory thats not being used. However with that said, ive only ever used boolean, String, int, and double
Reply With Quote