Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Getting address of variable ...
Name: priti Date: August 8, 2003 at 21:44:22 Pacific OS: Unix /Cygwin CPU/Ram: Celeron
Unless I am mis-understanding the question...since the declaration of pthread_t has already been assigned to r_thread and w_thread we could just dereference the address identified by *. As long as priti knows the structure of pthread_t they should be able to reference the methods and data belonging to it. Or are you asking to see the declaration of pthread_t so we can see if it's a structure or an object. It's been a while and you are far more versed in this so if I'm overlooking something please post what it is so I'm not confused about it any longer (I can get confused real easily!).
Summary: Hi I am Sohail, Writing u first time. Please ckeck my problem given below. In an array, if we print the name of an array that shows the address of first element. because array name is a pointer & po...
Summary: XP Pro Batch Script: I am trying to total multiple variables and store the result in a variable like tot_var. I would like to iterate thru the variables x times. X is known when the batch script start...
Summary: I wan to get MAC address of remote system based on my URL,it means if any remote system access my URL i want to get MAC address of that system.for all browsers and all OS it must work and it must be ...