Author Topic: How to write codes  (Read 6499 times)

Offline Thejld

  • Motor Mouth
  • *
  • Posts: 86
  • Post quality +0/-0
  • Acidmods User
How to write codes
« on: April 09, 2010, 09:43:38 PM »
Could anyone tell me how to write rapid fire codes, because i want to make some codes. Im sure other people would do, could you al help us? thx.

Offline Awesome10Foil

  • Guppy
  • *
  • Posts: 4
  • Post quality +0/-0
  • Gender: Male
  • Upcoming Modder
Re: How to write codes
« Reply #1 on: April 09, 2010, 11:07:09 PM »
I know this is a dumb reply, but: With the open source code floating around it really helps to look at that, that's how I learned a lot of my Java since documentation seemed more flustering than educational, or, wait for a tutorial. Hell, you can do both :D

Offline Thejld

  • Motor Mouth
  • *
  • Posts: 86
  • Post quality +0/-0
  • Acidmods User
Re: How to write codes
« Reply #2 on: April 10, 2010, 07:05:45 PM »
Damn, i wanna write codes for ppl, u know help them out

Offline ryan0

  • I EAT STUFF
  • Millennium Poster
  • *
  • Posts: 1128
  • Post quality +0/-0
  • Gender: Male
  • I LIEK CHEEEEZE
Re: How to write codes
« Reply #3 on: April 10, 2010, 07:15:01 PM »
first of all decide on what programming language you want to learn,then use the itnernet to find resources on learning it,I'm probably making no sense at the moment because I'm drunk....but yeah......do it
Derp.

Offline Thejld

  • Motor Mouth
  • *
  • Posts: 86
  • Post quality +0/-0
  • Acidmods User
Re: How to write codes
« Reply #4 on: April 10, 2010, 10:21:18 PM »
K, which programming language do u recommend, after i choose one, should i research the language or how to write it, and on a scale of 1-10 10 being the hardest , what would u rate programming

Offline crazy-modder

  • Research & Development
  • Acid Modder
  • *
  • Posts: 854
  • Post quality +34/-2
  • Gender: Male
Re: How to write codes
« Reply #5 on: April 10, 2010, 10:39:56 PM »
10

Offline blackburn

  • Acid Modder
  • *
  • Posts: 915
  • Post quality +0/-0
  • Gender: Male
  • Xbox 360 Enthusiast and JTAGer
Re: How to write codes
« Reply #6 on: April 11, 2010, 12:13:08 AM »
programming is literally leraning a whole other language that you have to learn to read and write. so yeah it can be VERy tough


All Sigs Made by ME!

Offline aquatsr

  • E = MC²
  • *
  • Posts: 310
  • Post quality +0/-0
  • Gender: Male
Re: How to write codes
« Reply #7 on: April 11, 2010, 12:47:04 AM »
Learn C, Java or Python (recommend C). From there you can learn anything else.
Kamelot Forever

Offline HiddenVenom

  • Gone 'shopping
  • Acid Modder
  • *
  • Posts: 835
  • Post quality +2/-0
  • Gender: Male
  • Photoschlop.
    • Star Legion
Re: How to write codes
« Reply #8 on: April 11, 2010, 01:02:15 AM »
Are you just getting in to coding/programming?

First off go download Notepad++
Learn HTML from W3Schools (good starting language)
Get some C compilers and learn C
Learn C#
Code PICs!

This WILL take you up to six months... And that's not even learning it fully.

Offline GhoSt

  • Creating Null
  • Around the block
  • *
  • Posts: 2552
  • Post quality +19/-0
  • Gender: Male
  • Null Pointer Exception
Re: How to write codes
« Reply #9 on: April 11, 2010, 05:10:19 AM »
generally people code pics in assembler. Using C to program them supposedly not the best option (although C can be used for large variety of programing applications).
|Variegation - GhoSt's Final Controller|

|Nothing is deterministic.|

Offline Thejld

  • Motor Mouth
  • *
  • Posts: 86
  • Post quality +0/-0
  • Acidmods User
Re: How to write codes
« Reply #10 on: April 11, 2010, 12:51:00 PM »
Coud one of yall giv me the link to the notepad ++ installcuz i dont know which one to install thx.

Offline aquatsr

  • E = MC²
  • *
  • Posts: 310
  • Post quality +0/-0
  • Gender: Male
Re: How to write codes
« Reply #11 on: April 11, 2010, 12:55:42 PM »
Kamelot Forever

Offline Thejld

  • Motor Mouth
  • *
  • Posts: 86
  • Post quality +0/-0
  • Acidmods User
Re: How to write codes
« Reply #12 on: April 11, 2010, 01:13:23 PM »
could u giv me another link because id ownloaded this one, and it said it couldnt giv me the integrity of the install or sometig like that

Offline spurgurgle

  • Acidmods Alumni
  • Millennium Poster
  • *
  • Posts: 1121
  • Post quality +17/-1
  • Gender: Male
  • call me spurg
    • my blog
Re: How to write codes
« Reply #13 on: April 12, 2010, 04:39:04 AM »
that download link works fine... i've just downloaded and installed the file.. it all works fine....

Sigs made by Ken and blazin from the AM Art team cheers guys.....
Spurgurgle d.t com
"I'm kinda like a typo, not quite right, but most people still understand me"

Offline Thejld

  • Motor Mouth
  • *
  • Posts: 86
  • Post quality +0/-0
  • Acidmods User
Re: How to write codes
« Reply #14 on: April 12, 2010, 07:38:58 PM »
K what all does notepad do? Ok and html is a good starting language and all does w3schools giv diplomas? also how would i learn from c compilers about C? And yeah this is my first time into coding. Thx for yourhelp

Post Merge: April 13, 2010, 05:31:27 PM
bump
« Last Edit: April 13, 2010, 05:31:27 PM by Thejld »

Offline aquatsr

  • E = MC²
  • *
  • Posts: 310
  • Post quality +0/-0
  • Gender: Male
Re: How to write codes
« Reply #15 on: April 15, 2010, 02:14:54 PM »
Please follow the following tutorial:

http://www.html.net/tutorials/html/
Kamelot Forever

Offline HiddenVenom

  • Gone 'shopping
  • Acid Modder
  • *
  • Posts: 835
  • Post quality +2/-0
  • Gender: Male
  • Photoschlop.
    • Star Legion
Re: How to write codes
« Reply #16 on: April 15, 2010, 02:40:53 PM »
For c, you can get coding and compiper programs.

Post Merge: April 15, 2010, 02:41:45 PM
Combined that is. Just search for C, C++ or C# compiler
« Last Edit: April 15, 2010, 02:41:45 PM by HiddenVenom »

 

SMF spam blocked by CleanTalk
SimplePortal 2.3.5 © 2008-2012, SimplePortal