View Full Version : What programming language do you use
[eX_nIHILO]
10-29-2003, 03:34 PM
Simple question. What programming languages do you code in?
I use C++ and am learning Java
Shade
10-29-2003, 04:41 PM
C++, Java, HTML (if you consider that a programming language)
Anthony.
10-29-2003, 10:19 PM
Learning Visual Basic (yeah yeah I know :D )
VB, thats all we do in this damn computer science class. Last year he said that if we took this class, we would learn C++, but instead we're doing Java. That sucks, because 1) I'm sick and tired of VB and so is everyone else and 2) Nobody uses VB in the professional workplace. Programmers all use C++. That's what I really wanted to learn
Shade
10-30-2003, 04:35 PM
Programmers all use C++
Not entirely true. In general Computer Engineers, and those who program hardware components use C language. Java is used by the majority of Computer Science programmers, and those who are not using it are moving towards it. Hence why most universities have switched their CS courses to Java, and if they haven't are in the process of.
This is not to say that I think Java is better than C++. I'm partial to C++ myself, though I will say Java is easier in many ways.
The way I put it, Java made everything in C++ that was easy, a little harder, and everything in C++ that was hard, a lot easier.
Nikki
10-30-2003, 05:44 PM
C++, VB and a bit of Java. I rarely use it except when I make banners - which is basically once in a blue moon.
Thought I'm not too keen on any of them, I've had to learn them for my ICT A-level.
Phantom Duck
10-31-2003, 12:44 PM
I only know a bit of Basic and just started Java.
(Dude, HTML isn't a programming language)
arT saveS
10-31-2003, 03:36 PM
Originally posted by Phantom Duck@Oct 31 2003, 08:44 AM
I only know a bit of Basic and just started Java.
(Dude, HTML isn't a programming language)
And he said "..if you consider..."
sbauer
11-12-2003, 12:43 AM
VB, VB.NET (for Windows and ASP.NET web apps), C# (for Windows and ASP.NET web apps), C++ (don't use it much), C, Java, Perl, PHP, VBScript, SQL (for MySQL, Microsoft SQL Server (personal favorite), Oracle and IBM DB2) and a few more.
2) Nobody uses VB in the professional workplace. Programmers all use C++. That's what I really wanted to learn
Nope, wrong. I work for a Fortune 500 company and I have only used C++ once for a real project. Why use c++ and take hours doing a simple project that you could accomplish in a few minutes with VB? Time is money, and C++ isn't time friendly. You'll find that most companies use VB for Windows apps and sometimes Java.
Anthony.
11-12-2003, 02:03 AM
Originally posted by sbauer@Nov 11 2003, 07:43 PM
VB, VB.NET (for Windows and ASP.NET web apps), C# (for Windows and ASP.NET web apps), C++ (don't use it much), C, Java, Perl, PHP, VBScript, SQL (for MySQL, Microsoft SQL Server (personal favorite), Oracle and IBM DB2) and a few more.
2) Nobody uses VB in the professional workplace. Programmers all use C++. That's what I really wanted to learn
Nope, wrong. I work for a Fortune 500 company and I have only used C++ once for a real project. Why use c++ and take hours doing a simple project that you could accomplish in a few minutes with VB? Time is money, and C++ isn't time friendly. You'll find that most companies use VB for Windows apps and sometimes Java.
That's a bunch of programming languages :D . Is VB.NET pretty different from VB?
sbauer
11-12-2003, 03:32 AM
Originally posted by Avenger+Nov 11 2003, 09:03 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Avenger @ Nov 11 2003, 09:03 PM)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--sbauer@Nov 11 2003, 07:43 PM
VB, VB.NET (for Windows and ASP.NET web apps), C# (for Windows and ASP.NET web apps), C++ (don't use it much), C, Java, Perl, PHP, VBScript, SQL (for MySQL, Microsoft SQL Server (personal favorite), Oracle and IBM DB2) and a few more.
2) Nobody uses VB in the professional workplace. Programmers all use C++. That's what I really wanted to learn
Nope, wrong. I work for a Fortune 500 company and I have only used C++ once for a real project. Why use c++ and take hours doing a simple project that you could accomplish in a few minutes with VB? Time is money, and C++ isn't time friendly. You'll find that most companies use VB for Windows apps and sometimes Java.
That's a bunch of programming languages :D . Is VB.NET pretty different from VB? [/b][/quote]
haha yeah it is. I like being able to adapt to different requirements.
It's not too different, but there are a lot of things that are different. VB.NET is fully object-oriented now and has many more features thanks to the CLR and the .NET Framework.
The syntax and stuff is still the same.
One thing that I like about VB.NET is error trapping.
"Try.. Catch.. Finally" blocks are now in there. :D
Hoodie
11-13-2003, 02:09 PM
I have been using PHP for years. I'm also looking into Perl. I don't really program many applications - only web related things, so C and Java are not really my feilds. I did learn some C++ just for fun though.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.