How do I learn to code??

Status
This thread has been locked.

TrentS

Premium
Feedback score
11
Posts
1,222
Reactions
396
Resources
0
I want to learn how to code:

  1. Bots
  2. Websites
  3. Games
  4. Software

Where do I learn how to code these things. What languages should i learn? In what order should I learn to code these languages?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

rippr

Software Engineer
Premium
Feedback score
4
Posts
303
Reactions
117
Resources
0
Seems useless. You've shown what appears to me, to be a header file.

Show .m please.
Aloxic@node:~/Desktop$ head test.c

#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <unistd.h>
#include <poll.h>
#include <string.h>
#include <arpa/inet.h>
#include <termios.h>
#include <fcntl.h>

That is the head. The code is sorta useless right now though. Gotta edit it more, make it so it creates a text file, with not only random IP's but the active ones who allow the login.
 

Samuel

The most serious person ever.
Supreme
Feedback score
33
Posts
2,210
Reactions
1,572
Resources
0
Aloxic@node:~/Desktop$ head test.c

#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <unistd.h>
#include <poll.h>
#include <string.h>
#include <arpa/inet.h>
#include <termios.h>
#include <fcntl.h>

That is the head. The code is sorta useless right now though. Gotta edit it more, make it so it creates a text file, with not only random IP's but the active ones who allow the login.
Whoops. Thought it was C++ for a second.
 

rippr

Software Engineer
Premium
Feedback score
4
Posts
303
Reactions
117
Resources
0

rippr

Software Engineer
Premium
Feedback score
4
Posts
303
Reactions
117
Resources
0
Its a very good way to start getting a grip or better understanding on how programming works tho. Imo it helps.
You're right, I guess. Was my first language.
 

Misaka

Premium
Feedback score
0
Posts
38
Reactions
42
Resources
0
Aloxic@node:~/Desktop$ head test.c

#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <unistd.h>
#include <poll.h>
#include <string.h>
#include <arpa/inet.h>
#include <termios.h>
#include <fcntl.h>

That is the head. The code is sorta useless right now though. Gotta edit it more, make it so it creates a text file, with not only random IP's but the active ones who allow the login.

Oh wow you know how to include header files!! Man I feel really bad now for doubting a genius prodigy coder like you. Can't wait to see your innovative text-file storage as well, I'm sure the random IPs will be a challenge but no match for that great brain of yours!!
 

rippr

Software Engineer
Premium
Feedback score
4
Posts
303
Reactions
117
Resources
0
Oh wow you know how to include header files!! Man I feel really bad now for doubting a genius prodigy coder like you. Can't wait to see your innovative text-file storage as well, I'm sure the random IPs will be a challenge but no match for that great brain of yours!!
Yeah, I don't think they'll be a match. I'm pretty good @ this. Watch this.
Aloxic@node:~/Desktop$ wc -l test.c
543 test.c
 

iiEnderr

PvPArcade Owner
Supreme
Feedback score
8
Posts
1,435
Reactions
403
Resources
0
Not sure, you might want to look for classes in real life, kind of like a secondary school sir.
I would agree with this, as I find websites only help to a certain point. Where as if you are stuck a teacher could potentially help you where you are stuck. If you are in highschool I suggest seeing if you have a course that teaches you coding.
 
Status
This thread has been locked.
Top