I'm not sure that I formulate the question correctly.
Suppose there is a program that uses a specific ip-address from the internal network for requests.
SOCKADDR_IN address; address.sin_addr.S_un.S_addr=inet_addr("тут используется этот самый адрес"); Is it possible to somehow change the program so that when it is compiled with certain parameters, the ip-address value itself changes in the finished file (.exe).
I can not even understand which way to google. Please tell in which direction to look for information.