Question about programming languages

02/03/2016 23:34 Namikos#1
HELLO , I have a question about programming languages.

Like if I want to run and code my own p server project what languages should I learn

Another question is:
If I learn a lang for eg C# does it make me able to code a pserver ?
I mean a lot of people can code ( co p servers) but when it comes to another project using the same programming lang they can't understand a thing

Waiting Your answers
Thank you,
02/03/2016 23:39 Spirited#2
Quote:
Originally Posted by Namikos View Post
HELLO , I have a question about programming languages.

Like if I want to run and code my own p server project what languages should I learn

Another question is:
If I learn a lang for eg C# does it make me able to code a pserver ?
I mean a lot of people can code ( co p servers) but when it comes to another project using the same programming lang they can't understand a thing

Waiting Your answers
Thank you,
That's because they don't know how to code and pay other people to make source modifications, then sell "fixes" around for people who can't make their own fix. Yes, that's a drug reference. If you're serious about learning a programming language, then I'd suggest C# simply because a lot of people here use C#. Though, when you get proficient enough with a language, they're all pretty similar - so you can always pick up more languages.
02/04/2016 00:17 Namikos#3
Ofc I'm serious about learning bcz "copy and paste" won't lead me to anything so I won't start a project until I learn
Thank you for your help and your fast answer :)
02/04/2016 00:29 tkblackbelt#4
C# is a great first language. Its versatile, msoft is doing awesome stuff with it, and 90% of the public sources are made in it.

Edit: Do not jump straight into a server. You will most likely get overwhelmed and end up quiting. Start of with learning the basics, then branch out into sockets, threads, databases, byte manipulation, etc

Once you can do that i would take an existing source like redux (heard this is a good starter) and add some features to it and learn how it works.

Good luck!
02/04/2016 13:41 Namikos#5
Okay Got it thank you
What about packets sniffing do I need to learn another programming languages to do it ?
02/04/2016 15:34 tkblackbelt#6
Quote:
Originally Posted by Namikos View Post
Okay Got it thank you
What about packets sniffing do I need to learn another programming languages to do it ?

You can do packet sniffing in any language. You will need to learn how analyze them though (4 bytes gives an int, 2 a short). Also need to learn about byte order (conquer uses little endian). And finally you need some reverse engineering experience to hook the clients send and receive method after decryption and before encryption, or code a proxy (waaaay more work as you have to reverse their encryption).
02/04/2016 17:16 Spirited#7
Reverse engineering isn't a requirement unless you want a complete source with all features programmed. You can always look at other sources as references rather than referencing the client.
02/05/2016 14:36 Namikos#8
Okay, thank you all for your help :)
02/05/2016 16:01 tkblackbelt#9
Quote:
Originally Posted by Namikos View Post
Okay, thank you all for your help :)

Best of luck with your learning. Aside from just Conquer coding, the tech industry is wonderful to work in!
02/05/2016 16:13 KraHen#10
Quote:
Originally Posted by tkblackbelt View Post
Best of luck with your learning. Aside from just Conquer coding, the tech industry is wonderful to work in!
Some people like it, some people don't.

[Only registered and activated users can see links. Click Here To Register...]

I feel so bad for this guy.