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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/21/04 22:37
Read: times


 
#70895 - Another stringy problem
I have a function which is passed two parameters i.e:
void foo(int *str,bit func)
now i want to pass it the address of a string and a control bit so i call it with foo(string_name,1) am I correct in thinking that this will actually pass &string_name,1 as string name and &string_name are one and the same thing?

List of 6 messages in thread
TopicAuthorDate
Another stringy problem            01/01/70 00:00      
   RE: Another stringy problem            01/01/70 00:00      
      RE: Another stringy problem            01/01/70 00:00      
         RE: Another stringy problem            01/01/70 00:00      
         RE: Another stringy problem            01/01/70 00:00      
   RE: Another stringy problem            01/01/70 00:00      

Back to Subject List