what compiler are you using?
what's one of the addresses?
that sounds a lot like a virus attaching itself to an exe.
but if I recall one of microsofts past "free" compilers produced exe's that contacted microsoft servers for reasons uknown.
Version, platform please? Active plugins?
I use SDL and OpenGL libraries.
#include <iostream>
using namespace std;
int main()
{
while(1)
{
}
return 0;
}
Those addresses look like local calls so I googled one:
And indeed they are. they are part of windows Link-Local Multicast Name Resolution (LLMNR).
http://www.tech-archive.net/Archive/Vista/microsoft.public.windows.vista.networking_sharing/2009-01/msg00456.html
and the wikipedia article:
http://en.wikipedia.org/wiki/Link-local_Multicast_Name_Resolution
isn't microsoft fun? lol