Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
2
Downvoting Members
3
2 Commented Posts
0 Endorsements
Ranked #37.0K
Ranked #4K
~645 People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for satimis

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.

Member Avatar for Stefano Mtangoo
0
142
Member Avatar for rontab68

[code=c] 1. memcpy 2. strcpy 3. pointer1=array1 pointer2=array2 --pointer1 =--pointer2 [/code]

Member Avatar for kvprajapati
0
124
Member Avatar for bgx90

Depends on the size and range and the memory available of data if data is small recursive or else other one...

Member Avatar for shashwat_2010
0
83
Member Avatar for techie929

[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 …

Member Avatar for shashwat_2010
0
150
Member Avatar for sharathk60

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

Member Avatar for Ancient Dragon
0
146

The End.