Hi All,
i am new for VC++ SDK.
i want to get the IP Address of all the External device
connected with my local machine.please give the code
Regards,
Praveer
Hi,
Open the command prompt. Type netstat -a -n
Now you can parse the output where there will be a local
address and Foregin Address.
Regards
Sachin Mundhra
| Is This Answer Correct ? | 0 Yes | 2 No |
What is document-view architecture ? Give me one real time example for SDI ?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
What is LoadLibrary function returns?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
What is the use of message map ?
What are the special requirements for dialog box resources used in a form view?
How to setup a timer?
what is the difference between compiling and building?
what is the difference between SDI and MDI
15 Answers CMC, HCL, Siemens,
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
Does the application have more than one object? If no, then what is the reason?
I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?