What language is used by most software developers?
#1
Posted 11 February 2008 - 09:40 PM
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
Posted 12 February 2008 - 12:35 AM
for communication most probably English
for coding depends on the need, C# for front end app, ASM or CPP for direct h/w interfacing etc.etc....
#3
Posted 13 February 2008 - 12:40 PM
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
Posted 25 February 2008 - 01:14 AM
#6
Posted 19 March 2008 - 02:24 AM
#7
Posted 19 March 2008 - 03:11 AM
iceangel89, on Feb 12 2008, 04:40 AM, said:
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
Posted 27 March 2008 - 11:08 PM
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
Posted 14 April 2008 - 08:39 AM
I guess the short answer is "whatever the dev is comfortable with"
#10
Posted 14 April 2008 - 12:03 PM
cluberti, on Apr 14 2008, 06:39 AM, said:
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.
#12
Posted 24 April 2008 - 04:37 PM
but i code everything in autoit
it is a scripting language i think so...
Damian666
#13
Posted 24 April 2008 - 06:16 PM



Help

Back to top










