Hello everyone, I have asked this question several times on the forum. But I can't quite figure it out. Are there tools that help you create one unique code for multiple applications?
You’ve asked multiple times, but you provide no information about what your application is even supposed to do. You need to learn how to program that’s the answer so go get busy.Hello everyone, I have asked this question several times on the forum. But I can't quite figure it out. Are there tools that help you create one unique code for multiple applications?
The question is that I write applications for kicksharing and everything is essentially the same there. I'm trying to figure out how to make this code unique for each customer because the functionality is the sameYou’ve asked multiple times, but you provide no information about what your application is even supposed to do. You need to learn how to program that’s the answer so go get busy.
no amount of re-factoring or tools is going to figure out what you’re unique code is. that’s your job
Like a unique product key/code?The question is that I write applications for kicksharing and everything is essentially the same there. I'm trying to figure out how to make this code unique for each customer because the functionality is the same
I need to generate a unique code, not a numberI personally would use a GUID as suggested above.
Lets try this again. Many have asked, but you haven't answered. What is this "unique code" intended to do? What are you trying to accomplish?I need to generate a unique code, not a number
A code IS a number at its heart. I'm not sure you even know what you want.I need to generate a unique code, not a number
I need to write two applications on the topic of a taxi, these are two different customers. But I don't want to spend a lot of time for two identical codes, but I want to use one for these two applications and I'm trying to figure out how I can do this. Both codes must be unique.Lets try this again. Many have asked, but you haven't answered. What is this "unique code" intended to do? What are you trying to accomplish?
Is this for class work or for your job?I need to write two applications on the topic of a taxi, these are two different customers. But I don't want to spend a lot of time for two identical codes, but I want to use one for these two applications and I'm trying to figure out how I can do this. Both codes must be unique.