No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Keep my eyes on large scale communication/internet system construction, networking protocols design.
11 Posted Topics
Re: [quote=Asif_NSU;98510]Trust me Dave, i did attach each and everyfile file required for the project. Like if I used Linked list i added both linkedlist.cpp and linkedlist.h to the project. Still the linker reports undefined reference to linkedlist methods.[/quote] [B]Execute -> Rebuild All[/B] should fix it. | |
Re: [COLOR="blue"]What do you mean by relative? Certainly, there are no absolutely right Software. They always has or hide some bugs. But we can reduce the number of bugs or make it close to the 100% correct, by means of doing more testings, employing more excellent/seasoned engineers, or follow more formal/strict … | |
Re: You can post the concrete problems you met, and others may help. | |
Re: Looks like you want to create a Bot in XMPP. Create a bot with XMPP seems a not very tough task. However, Gtalk talks with XMPP protocol, while Yahoo uses proprietary protocol. So your application need some gateway that speek both protocols and do the conversion. But I guess imified … | |
Re: Besides Java, Windows' programming paradigm is also a good example of event driven programming: A main loop that process the events inserted in the message queue from Window's events... BTW. most of the software systems that I''ve worked on, including telecom equipment and internet server software, employ Event drivent programming. | |
Re: [COLOR="Green"]Any one of computer network books cover this topic. Sure, google it and you can get many routing algorithms/techniques. Like this:[URL="http://en.wikipedia.org/wiki/Routing#Routing_algorithms_and_techniques"]http://en.wikipedia.org/wiki/Routing#Routing_algorithms_and_techniques[/URL] [/COLOR] | |
Re: Well, that's easy. Post a link for you: [URL="http://www.computing.dcu.ie/~humphrys/Notes/Networks/data.sliding.html"]http://www.computing.dcu.ie/~humphrys/Notes/Networks/data.sliding.html[/URL] Any example code must be modified before being used in an application context. | |
Re: Basically, if your tool can collect statistics of network healthy data between Nodes/Hosts, something like Connections, Latency, Packet loss rate... etc. It would be useful. BTW. I never work as SA... | |
Re: Hey Raafs, What do you mean exactly by network operating system and distributed operating system? network operating system is distributed operating system. If a system is networked, it must distributed on several connected parts/hosts/nodes. However, most distributed systems are not built on the OS level, rather, they are implemented by … | |
Re: "[B][I]system("PAUSE");[/I][/B]" can make the console window stay until you press any key. |
The End.