You are viewing our Forum Archives. To view or take place in current topics click here.
Need Help Adding Auth In c++
Posted:
Need Help Adding Auth In c++Posted:
Status: Offline
Joined: Sep 03, 201410Year Member
Posts: 158
Reputation Power: 7
Status: Offline
Joined: Sep 03, 201410Year Member
Posts: 158
Reputation Power: 7
so is there a way to add server auth to a c++ program or even a good local auth i could use all help is apritiated <3 also dose any 1 have the code to connect files to a server ?
#2. Posted:
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
If you want legitimate auth then you're looking into more languages than just C++.
- 2useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Sep 03, 201410Year Member
Posts: 158
Reputation Power: 7
Status: Offline
Joined: Sep 03, 201410Year Member
Posts: 158
Reputation Power: 7
no i wanna conect my c++ project to a server to cpu auth
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
HappyHAZE wrote no i wanna conect my c++ project to a server to cpu auth
I know. But you're going to need to create a backend to handle the data being transferred from console to server.
Learn php and if you want an easy interface make an app in C# to control your user database
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Sep 03, 201410Year Member
Posts: 158
Reputation Power: 7
Status: Offline
Joined: Sep 03, 201410Year Member
Posts: 158
Reputation Power: 7
could you teach me ? i dont mean to be rude
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Jan 30, 201014Year Member
Posts: 935
Reputation Power: 45
Status: Offline
Joined: Jan 30, 201014Year Member
Posts: 935
Reputation Power: 45
HappyHAZE wrote could you teach me ? i dont mean to be rude
If you're going to try and attempt this without any prior knowledge of the languages involved, then my advice is: don't.
Gain a basic understanding of the language before you attempt shit like this, otherwise you'll either end up with a copy and paste project full of holes, or you'll be completely lost and considering topping yourself.
Things as complex as this can't really be taught as such - best thing you can do is slowly build up the knowledge, and use sites such as stack overflow to your advantage by searching for similar problems that other people had, then adapting it to your project.
- 2useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.