MSFN Forum: What language is used by most software developers? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

What language is used by most software developers? Rate Topic: -----

#1 User is offline   iceangel89 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 453
  • Joined: 10-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2008 - 09:40 PM

i see more and more ppl here labeled as software developers, and was wondering what language do they use?

stuff like nLite, XPize and others? then in the industry, what language is most used?

just wondering... still schooling, and wondering what language should i be learning next time


#2 User is offline   Innocent Devil 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 632
  • Joined: 04-February 05

Posted 12 February 2008 - 12:35 AM

Lang:
for communication most probably English :D

for coding depends on the need, C# for front end app, ASM or CPP for direct h/w interfacing etc.etc....

#3 User is offline   Controller 

  • Newbie
  • Group: Members
  • Posts: 48
  • Joined: 09-April 05

Posted 13 February 2008 - 12:40 PM

VB6: beginners, RAD
c++: compatibility
asm: no limits...

I personally use VB6 due best debugging and internal unicode support (for apps that use either Ansi or unicode! note VB6 controls don't support unicode so you have to use API), PureBasic for dlls and some apps (as c++ replacement, cause couldn't get any c++ to compile simple app with icon resource), and asm for patching software, sniplets (eg decompression routine for VB6) and my shell32.dll project (don't know any c++ can export functions by ordinal only?)

For best windows (95+) compatibility use anything not requiring special runtime files (best not even msvcrt.dll because not present on Win95 after fresh installation) - especially not requiring .NET (framework)

#4 User is offline   iceangel89 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 453
  • Joined: 10-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 February 2008 - 01:14 AM

so it seems C programming and ASM are used widely... ASM u guys mean from http://asm.objectweb.org/? nv heard of that b4 ... but from there it seems to be java, or made from java?

#5 User is offline   Controller 

  • Newbie
  • Group: Members
  • Posts: 48
  • Joined: 09-April 05

Posted 25 February 2008 - 05:51 AM

asm for assembly

#6 User is offline   MrCobra 

  • Member
  • PipPip
  • Group: Members
  • Posts: 194
  • Joined: 16-July 04

Posted 19 March 2008 - 02:24 AM

Most of the developers I know use C/C++. Me personally, I code exclusively in assembly language.

#7 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 19 March 2008 - 03:11 AM

View Posticeangel89, on Feb 12 2008, 04:40 AM, said:

i see more and more ppl here labeled as software developers, and was wondering what language do they use?

stuff like nLite, XPize and others? then in the industry, what language is most used?

just wondering... still schooling, and wondering what language should i be learning next time


nLite and XPize are probably C# .Net. I'm sure they use .net but not they are coded in C# though.

.Net main's advantage is use of creating graphical interfaces under windows but it requires .net framework.


Btw, long live F#. :)

#8 User is offline   Team929 

  • IT Grunt
  • Pip
  • Group: Members
  • Posts: 60
  • Joined: 20-September 02

Posted 27 March 2008 - 11:08 PM

I'm mainly VB.net, C# to a lesser degree but recently, i see far more .net positions than anything else (C++, C, Java, etc.) but that may be because I'm in my own little world. :rolleyes:

Breaking down the .net world, it looks like 4:1 in favor of C# over VB. That's the ratio I get after looking through a quite of bit of job postings these past few weeks, even though all the .net languages are pretty much the same thing!

This post has been edited by Team929: 27 March 2008 - 11:09 PM


#9 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 10,936
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 April 2008 - 08:39 AM

I used to do mainly C/C++, but I've branched a bit into learning java, scripting languages, and asp and asp.net. I've done VB in the past as well, but not anymore.

I guess the short answer is "whatever the dev is comfortable with" :).

#10 User is offline   Zxian 

  • Scroll up - see the Google bar?
  • Group: Super Moderator
  • Posts: 5,063
  • Joined: 30-September 04
  • OS:none specified
  • Country: Country Flag

Posted 14 April 2008 - 12:03 PM

View Postcluberti, on Apr 14 2008, 06:39 AM, said:

I guess the short answer is "whatever the dev is comfortable with" :).


And whatever the system that's running the code can support. I've written code in a few languages (C/C++, C#, PHP, Java, Perl, Python, Matlab, etc), but at times, I've needed to move from one to the other because of the system that we're running on. Writing cross-platform code takes longer, and sometimes just isn't worth the effort.

#11 User is offline   gamehead200 

  • SEARCH!!! SEARCH!!!
  • Group: Super Moderator
  • Posts: 7,019
  • Joined: 02-September 02
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 April 2008 - 04:28 PM

[ Moved. ]

#12 User is offline   damian666 

  • creator of the vistapack
  • Group: Developers
  • Posts: 675
  • Joined: 19-July 06

Posted 24 April 2008 - 04:37 PM

:blushing: well, i dont know if you can really call it a language...
but i code everything in autoit :whistle:

it is a scripting language i think so...

Damian666

#13 User is offline   awergh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,054
  • Joined: 02-October 05
  • OS:none specified
  • Country: Country Flag

Posted 24 April 2008 - 06:16 PM

ive mostly written stuff in VB6 but im finally learning C++ properly rather then getting distracted by something and not learning it properly

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy