LCKB
What type of code? - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Programmers Gateway (https://lckb.dev/forum/forumdisplay.php?fid=196)
+---- Forum: Coders Talk (https://lckb.dev/forum/forumdisplay.php?fid=192)
+---- Thread: What type of code? (/showthread.php?tid=2797)

Pages: 1 2


- Slipknotrus555 - 12-09-2013

Good afternoon. What type of coding does Last Chaos use? Im looking to start to code, and I want to learn how to code what last chaos uses. Thank you Smile




- Nymphetamine - 12-09-2013

C++ and C#




- Slipknotrus555 - 12-09-2013

Thank you Smile what would you say is the best way to start learning?




- Wizatek - 12-10-2013


Depends on experience with programming and if u are able to think programmatically.

The best way is to just imagine yourself a goal, what do u want to make, a project, and start doing it. 

And try to solve any obstacle u find with self study, trial and error, and by referencing the internet. 

 

For me personally, if i have to learn something, without something to use it on directly, will not work.




- Slipknotrus555 - 12-10-2013

How many years would it take to be able to learn to fix bugs in last chaos?




- GuyFawkes - 12-16-2013


How many years would it take to be able to learn to fix bugs in last chaos?

You will need to know assembly before you could ever fix bugs in compiled server files. You can start by reviewing online e-books like "Art of Assembly".




- Slipknotrus555 - 12-16-2013

So Ill need to learn c# and how to do assembly before I can fix bugs? Are those the two things I need?




- soryjero - 12-16-2013


So Ill need to learn c# and how to do assembly before I can fix bugs? Are those the two things I need?

 

assembly is only to dissamsebly programs that arent yours.

 

If you want to fix a bug of your own program, you only have to edito your own code.




- Slipknotrus555 - 12-16-2013

So if I downloaded someone elses client, I would need to know how to do assembly?




- soryjero - 12-17-2013


So if I downloaded someone elses client, I would need to know how to do assembly?

 

if you download anyone client, i think you wont be able to fix any bug without source code