473,399 Members | 3,832 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

New to programming - which language to learn ??

Hi everyone,
I have a dilemma and I hope you could bring me some guidelines

I want to develop some in-house software(s) at my work, to save everyone
time and energy spent on the wrong repetitive tasks. To do so I have start
learning a programming language, and the options seem endless.
Java, C, C++, VB, C#, Delphi, etc... I'm receiving opinions left and right
all better than an other.

So far, I think I will go somewhere in the .NET environment, but from which
angle ? VB, C# or C++

Since this is a VB newsgroup, I would like to know the pros of learning
VB instead of the two others ?

Thank you very much for your input

Ray

P.S. So far I learn: Javascript, HTML plus a very small knowledge of VB6

Nov 20 '05 #1
7 1447
Whats your motivation ?, If its money, I would check out your local job
market and see what skill pays most. If its prestige, then go for C++ and
become a ++ Ninja Mutant Coder, if you want an easy route in, choose VB, or
a little bit tougher, choose C#.

OHM#
hholidayy wrote:
Hi everyone,
I have a dilemma and I hope you could bring me some guidelines

I want to develop some in-house software(s) at my work, to save
everyone time and energy spent on the wrong repetitive tasks. To do
so I have start learning a programming language, and the options seem
endless.
Java, C, C++, VB, C#, Delphi, etc... I'm receiving opinions left and
right all better than an other.

So far, I think I will go somewhere in the .NET environment, but from
which angle ? VB, C# or C++

Since this is a VB newsgroup, I would like to know the pros of
learning
VB instead of the two others ?

Thank you very much for your input

Ray

P.S. So far I learn: Javascript, HTML plus a very small knowledge of
VB6


Regards - OHM# On**********@BTInternet.com
Nov 20 '05 #2
I would go with VB, because it has the easiest and most
friendly Graphical user interfrace which will make your
users when using the application.

-----Original Message-----
Whats your motivation ?, If its money, I would check out your local jobmarket and see what skill pays most. If its prestige, then go for C++ andbecome a ++ Ninja Mutant Coder, if you want an easy route in, choose VB, ora little bit tougher, choose C#.

OHM#
hholidayy wrote:
Hi everyone,
I have a dilemma and I hope you could bring me some guidelines
I want to develop some in-house software(s) at my work, to save everyone time and energy spent on the wrong repetitive tasks. To do so I have start learning a programming language, and the options seem endless.
Java, C, C++, VB, C#, Delphi, etc... I'm receiving opinions left and right all better than an other.

So far, I think I will go somewhere in the .NET environment, but from which angle ? VB, C# or C++

Since this is a VB newsgroup, I would like to know the pros of learning
VB instead of the two others ?

Thank you very much for your input

Ray

P.S. So far I learn: Javascript, HTML plus a very small knowledge of VB6


Regards - OHM# On**********@BTInternet.com
.

Nov 20 '05 #3
* "One Handed Man [ OHM# ]" <te***************************@BTOpenworld.com> scripsit:
Whats your motivation ?, If its money, I would check out your local job
market and see what skill pays most. If its prestige, then go for C++ and
become a ++ Ninja Mutant Coder, if you want an easy route in, choose VB, or
a little bit tougher, choose C#.


AFAIK C# programmers are better paid than VB.NET programmers.

Nevertheless, I would prefer VB.NET.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #4
Ray,
I want to develop some in-house software(s) at my work, to save everyone
time and energy spent on the wrong repetitive tasks. To do so I have start Can you better define where these "wrong repetitive tasks" are?

If they are in a Microsoft Office Product I would suggest you learn how to
write Macros in the respective product using VBA. However ever a COM Add-in
in VB6 may be more appropriate or if you are using Office 2003, using
VStools may be the better solution.

If they are at the OS level, you may want to consider JScript or VBScript
files or even just a plain batch file.

Depending on where the tasks are really & what the tasks are generally will
make a huge difference on what language should be used!

Remember its not always wise to try to adopt a language to a problem, most
of the time specific problems are better handled with specific languages. It
may even be that you need more then one language.

Hope this helps
Jay

"hholidayy" <hh*******@hotmail.com> wrote in message
news:49******************************@news.meganet news.com... Hi everyone,
I have a dilemma and I hope you could bring me some guidelines

I want to develop some in-house software(s) at my work, to save everyone
time and energy spent on the wrong repetitive tasks. To do so I have start
learning a programming language, and the options seem endless.
Java, C, C++, VB, C#, Delphi, etc... I'm receiving opinions left and right
all better than an other.

So far, I think I will go somewhere in the .NET environment, but from which angle ? VB, C# or C++

Since this is a VB newsgroup, I would like to know the pros of learning
VB instead of the two others ?

Thank you very much for your input

Ray

P.S. So far I learn: Javascript, HTML plus a very small knowledge of VB6


Nov 20 '05 #5
Cor
Hi Hholiday,

I have basicly almost the same idea about your question as Jay B .
If they are in a Microsoft Office Product I would suggest you learn how to
write Macros in the respective product using VBA.


That will mostly give quick results where your collegues are very happy
with.

Do you want to go in the programming business, or just want to try it, than
you can start with C# or VB.net.

Do you like the program logic from JavaScript more than VB6. Take C# as
first.

Do you like the natural language from VB6 more than JavaScript. Take VB.net
as first.

Just my thoughts.

Cor
Nov 20 '05 #6
If all look to you the same, te languages I mean, VB will require
less investment as you can buy a .NET version that only has VB.
On Mon, 08 Dec 2003 18:53:09 GMT, "hholidayy" <hh*******@hotmail.com>
wrote:
Hi everyone,
I have a dilemma and I hope you could bring me some guidelines

I want to develop some in-house software(s) at my work, to save everyone
time and energy spent on the wrong repetitive tasks. To do so I have start
learning a programming language, and the options seem endless.
Java, C, C++, VB, C#, Delphi, etc... I'm receiving opinions left and right
all better than an other.

So far, I think I will go somewhere in the .NET environment, but from which
angle ? VB, C# or C++

Since this is a VB newsgroup, I would like to know the pros of learning
VB instead of the two others ?

Thank you very much for your input

Ray

P.S. So far I learn: Javascript, HTML plus a very small knowledge of VB6


Nov 20 '05 #7
From what I've noticed, VB is used to get something up and running fast.
However, I think C# has more flexibility. Personally, I like VB because it
looks like Microsoft is really pushing this to be their main language.

"Pepi Tonas" <Pe*******@hotmail.com> wrote in message
news:u1********************************@4ax.com...
If all look to you the same, te languages I mean, VB will require
less investment as you can buy a .NET version that only has VB.
On Mon, 08 Dec 2003 18:53:09 GMT, "hholidayy" <hh*******@hotmail.com>
wrote:
Hi everyone,
I have a dilemma and I hope you could bring me some guidelines

I want to develop some in-house software(s) at my work, to save everyone
time and energy spent on the wrong repetitive tasks. To do so I have startlearning a programming language, and the options seem endless.
Java, C, C++, VB, C#, Delphi, etc... I'm receiving opinions left and rightall better than an other.

So far, I think I will go somewhere in the .NET environment, but from whichangle ? VB, C# or C++

Since this is a VB newsgroup, I would like to know the pros of learning
VB instead of the two others ?

Thank you very much for your input

Ray

P.S. So far I learn: Javascript, HTML plus a very small knowledge of VB6

Nov 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: Corey C. Carter | last post by:
I am new to programming. Over the years I have "tried" many langauges such as basic, pascal(yea yea, I know, out of date), python and C. I was under the impression that one must lean C before...
3
by: user | last post by:
Hi all, At the outset, I regret having to post this slightly OT post here. However, I strongly feel that people in this group would be the best to advise me on my predicament. I am working as...
26
by: Kanthi Kiran Narisetti | last post by:
Hi ALL, I am new to C and programming . I need suggestions for the IDE to be used as a begginer and should I start on Windows or Linux ?? I am also looking for resources for C programming on...
14
by: GUSTAVO V. P. | last post by:
Hello, my name is Gustavo and I want to know: What one needs to be a good programmer of computers? Which your advice are to be a good programmer? How is the logic acquired? Is it true that...
10
by: stylecomputers | last post by:
Hey guys, I am absolutely new to Linux programming, with no w######s programming experience except a small amount of C++ console apps. Reasonably new to Linux, BSD etc, got good sound networking...
29
by: SG | last post by:
Hi everyone, I am a complete novice at computers and programming and right now, all i need to know is that why do many people prefer C to C++? Is it just because they are used to using C and are...
14
by: deko | last post by:
For building Windows desktop apps, the clear favorite is C#. But my clients can't afford to buy Microsoft products. So I need to develop software for Linux users and web applications. In the...
17
by: CoreyWhite | last post by:
I bought this book years ago, when I was just learning C++. Since then I've gone through every math course offered at my college, taken courses on coding C & thinking in terms how how to make the...
43
by: sophia.agnes | last post by:
Hi, I was going through Mr "Richard heathfields" site , it is written as follows:- Some people think C has no role to play in the modern programming world. I would consider this opinion to...
151
by: istillshine | last post by:
There are many languages around: C++, JAVA, PASCAL, and so on. I tried to learn C++ and JAVA, but ended up criticizing them. Is it because C was my first programming language? I like C...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.