You are viewing our Forum Archives. To view or take place in current topics click here.
What type of coding should i ..?
Posted:

What type of coding should i ..?Posted:

Hexagon
  • TTG Senior
Status: Offline
Joined: Oct 27, 201112Year Member
Posts: 1,586
Reputation Power: 91
Status: Offline
Joined: Oct 27, 201112Year Member
Posts: 1,586
Reputation Power: 91
I was wondering what type of coding i should learn i know some basics
Here is something i made useing notepad
Note Keep in mind this is Cmd so and there all working

[ Register or Signin to view external links. ]


So whats a simple Language i could learn
#2. Posted:
InfinityOG
  • New Member
Status: Offline
Joined: Dec 23, 201310Year Member
Posts: 16
Reputation Power: 1
Status: Offline
Joined: Dec 23, 201310Year Member
Posts: 16
Reputation Power: 1
there really isn't a "Simple Language" if i were you start using VB, it's pretty simple programming
#3. Posted:
Mandate
  • Wise One
Status: Offline
Joined: Dec 24, 201310Year Member
Posts: 587
Reputation Power: 26
Status: Offline
Joined: Dec 24, 201310Year Member
Posts: 587
Reputation Power: 26
Try HTML5, very interesting and fun to use!
#4. Posted:
Hexagon
  • TTG Senior
Status: Offline
Joined: Oct 27, 201112Year Member
Posts: 1,586
Reputation Power: 91
Status: Offline
Joined: Oct 27, 201112Year Member
Posts: 1,586
Reputation Power: 91
Dup wrote Try HTML5, very interesting and fun to use!

Could you show me an example ? Thanks
#5. Posted:
iamZiink
  • Junior Member
Status: Offline
Joined: Dec 16, 201211Year Member
Posts: 54
Reputation Power: 2
Status: Offline
Joined: Dec 16, 201211Year Member
Posts: 54
Reputation Power: 2
You should try Visual Basic.
#6. Posted:
-Pawn
  • TTG Addict
Status: Offline
Joined: Jan 15, 201113Year Member
Posts: 2,316
Reputation Power: 119
Status: Offline
Joined: Jan 15, 201113Year Member
Posts: 2,316
Reputation Power: 119
The first language I learned and am still learning is C/C++. I'd say start with C then go to C++.
#7. Posted:
Database
  • Rising Star
Status: Offline
Joined: Sep 20, 200914Year Member
Posts: 721
Reputation Power: 32
Status: Offline
Joined: Sep 20, 200914Year Member
Posts: 721
Reputation Power: 32
if you want software development, go with java, c++ will be eventually stopped and people will move onto java for house softwares.
#8. Posted:
joeisjoe5
  • Rising Star
Status: Offline
Joined: Jun 18, 201211Year Member
Posts: 775
Reputation Power: 31
Status: Offline
Joined: Jun 18, 201211Year Member
Posts: 775
Reputation Power: 31
I would definatly say visual basic as you don't have to program the UI, just the fun bits. (although some people may fin programming the UI fun, idk)
#9. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
It depends what you wanna do, overall I recommend Java as it's easy to learn, cross platform, popular and object orientated - it can be used for GUI apps (windows, mac and linux), games, etc. etc.

If you wanna take a step up, goto C++ as it's also object orientated, very popular within the programming industry and is used for MANY things. It has 'no limits'. You can create GUI apps easily with the Qt lib (it has a drag and drop interface too) or you can learn the win32 api/mfc.

If you want a web language then you might aswell learn them all. Start with HTML then goto CSS and then branch to JS and if you're upto it goto PHP - it's VERY popular and is easy to learn and alot of fun.

If you want an easy language that is used for general purpose quite alot go with Python.
#10. Posted:
EvanLB7
  • TTG Senior
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 1,335
Reputation Power: 65
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 1,335
Reputation Power: 65
Go for native languages. C#/C++ or VB.Net (Basic).

HTML is not a language.

PHP is also good to learn.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.