- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 4
- Posts with Downvotes
- 2
- Downvoting Members
- 3
5 Posted Topics
You cn use both as C++ is more powerful and java is more plateform indipendent so better to review the implimentation of ur software u should choose one.
[code=c] 1. memcpy 2. strcpy 3. pointer1=array1 pointer2=array2 --pointer1 =--pointer2 [/code]
Depends on the size and range and the memory available of data if data is small recursive or else other one...
[QUOTE=techie929;1182636]Hi everyone, I am trying to save ip addresses and mac addresses of a node in a structure.I dont know how to assign values.Please help. [CODE] #include <stdio.h> #include<iostream> #define nodes 15 using namespace std; struct nodes_struct { char ip[19]; char mac[19]; } ; int main() { char ip[19],mac[19]; nodes_struct …
Yes you can use its source code to all os with some modification you need to compile the source with the corresponding os compiler then the specific compiler with generate the correct binary output
The End.
shashwat_2010