I am using MS 98 OS. My CodeWarrior is 6.0 for Windows 98.
I am looking for some C/C++ source code that I can use with my compiler. I want a source code so that I can maximize Windows for a better Internet connection.
Does anyone know where I coould find some freeware that I can obtain the source code (ANSI) so that I can copy this and then tailor the code for my-self???
Its called registry editing if you want to fool around with internet settings. Also you can't modify the tcp/ip stack for windows, as it has to be approved by microsoft in order to function.
The only other thing you could do is get a linux/unix/BSD source code for tcp/ip stacks and see if you can better engineer it for windows enviroment. This will involve API and winsock code, which is microsoft domain. Not to sure if this is available as "shared resource" or not.