[Poll]Which programing language you chose/use?

03/06/2011 21:49 * White *#1
Hi.I created this thread to look what programing language you use or which you chose . Vote and discous about it. if in poll isnt your prog. langua. ,post about it :)
03/06/2011 21:54 x*Manu*x#2
Vb.net is for me the easyist one and for ppl who will learn an programing language.
03/06/2011 21:57 InvincibleNoOB#3
unmanaged - Delphi whenever possible.
managed - java and C#.

I prefer unmanaged though, whenever possible. ^^
03/06/2011 22:02 kevin_owner#4
Oke well like I told before. I'm using C++ cause it's multiplatform and you got the most control about your application(with memory). and ofcourse the support on windows for iocp which i really like cause it's an very efficient model to accept clients and process packets. The standard way in C# is by creating new threads which is unlimited at least I thought so but your pc doesn't like to have 2000 threads running in 1 app which is also very stressfull for your cpu.

Anyway I vote for C++. It is hard to start with and to get comfortable with it but it's really a fun language with a lot of power in it.
03/06/2011 22:03 Schickl#5
atm im using C very often.
Java not that often

it would be good if we have multiple choices since i think that many ppl use more than 2 programing language
03/06/2011 22:17 npcdoom#6
Well i use c++ mainly, but for first language i just recommend python, clean syntax, powerfull enough, lots of libraries, lots of documentation, very newbie friendly, the important stuff is to learn about algorithm and data structures the rest is just RTFM, if you cant say the difference between a linked list and a stack ur in trouble.
03/06/2011 22:40 18andLife#7
Delphi, Python and started learning C++ this week
03/06/2011 23:15 LastThief#8
VB.NET(with ADO.NET)
C#
PHP
03/07/2011 01:44 Murgen#9
C++
VB.NET
Python
PHP
COBOL
03/07/2011 14:53 Davincibg#10
C and Java
Though I will be studying Assembler in the next 3 years C is pretty much the best base for anyone who is studying programming or wants to create something :)
Java is just something that guarantees a job ;)
03/07/2011 16:50 dracek#11
Nowadays C, perl and bash, powerful combination. When forced to, C++ as well, in combination with Qt framework. I also like to play with new C++0x features, they are fun.
03/07/2011 19:23 Haxor#12
C#
03/08/2011 00:43 Keyeight#13
will i like to use C# cuz it more easy to use and this is the frist language i used :)
03/08/2011 17:58 Shane¸#14
Primary: C#
Secondary: C/C++
03/11/2011 08:25 lesderid#15
Mainly C# and PHP. When necessary, C/C++, Java and VB.Net.

ASM made me laugh by the way.