Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/08/01 07:08
Read: times


 
#13905 - RE: changing value using array of pointers
You can not assign string!

Tray this:

*( sTemperature[1] + 2 ) = 'F' ;

You must change char by char.

List of 5 messages in thread
TopicAuthorDate
changing value using array of pointers            01/01/70 00:00      
RE: changing value using array of pointers            01/01/70 00:00      
RE: changing value using array of pointers            01/01/70 00:00      
RE: changing value using array of pointers            01/01/70 00:00      
RE: changing value using array of pointers            01/01/70 00:00      

Back to Subject List