473,402 Members | 2,050 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,402 software developers and data experts.

General advice

Hello, i have been an electronic engineer programmer for the last 15
years. In the early part of my career i was mainly a C programmer, but
in the last 10 years or so i've done little programming. All my
programming knowledge has mainly been self-taught with the help of a
few books here and there. For various reasons i would like to switch
my career back to becoming a programmer and learn object oriented
programming and i definitely need to learn windows programming.

My question is would it be best to start with C++, C# or java? What
compiler/IDE is best? What would be the best approach to windows apps
- API or framework or??

Any comments appreciated.

Feb 8 '07 #1
4 1241
On Feb 8, 10:52 am, ben.a.ya...@gmail.com wrote:
Hello, i have been an electronic engineer programmer for the last 15
years. In the early part of my career i was mainly a C programmer, but
in the last 10 years or so i've done little programming. All my
programming knowledge has mainly been self-taught with the help of a
few books here and there. For various reasons i would like to switch
my career back to becoming a programmer and learn object oriented
programming and i definitely need to learn windows programming.

My question is would it be best to start with C++, C# or java?
What are you hoping to do when you have thought yourself one of the
above languages? Different languages are good for different things and
different fields are dominated by different languages.

Java is, to my understanding, very popular in the telecom business as
an example. If you want to develop applications for the broad masses
you might consider C#. C++ can be used for almost anything (but then
again that applies to Java and C# too to some extent).
What compiler/IDE is best?
I'd personally recommend MS Visual Studio (or one of the Express
editions) for both C++ and C#, for Java I'd go for Eclipse, probably.
What would be the best approach to windows apps - API or framework or??
Not sure what you mean here, but for apps for the masses I'd suggest
trying the .Net framework and C#. An alternative (among others) is to
go for C++ and Qt.

--
Erik Wikström

Feb 8 '07 #2
On 8 Feb 2007 01:52:10 -0800, be*********@gmail.com wrote:
>Hello, i have been an electronic engineer programmer for the last 15
years. In the early part of my career i was mainly a C programmer, but
in the last 10 years or so i've done little programming. All my
programming knowledge has mainly been self-taught with the help of a
few books here and there. For various reasons i would like to switch
my career back to becoming a programmer and learn object oriented
programming and i definitely need to learn windows programming.

My question is would it be best to start with C++, C# or java? What
compiler/IDE is best? What would be the best approach to windows apps
- API or framework or??
What sort of program do you want to write? One practical difference
between C++ and C#/Java is that C++ does not come with a standard GUI
library while both C# and Java do. This makes writing GUI programs
much easier in C# or Java as the GUI comes built in rather than having
to learn a separate graphics library, which might not be standard in
your next job or might not work on your next target machine.

The downside of both C# and Java is that they both work to virtual
machines so they can be slower than C++. For many applications this
is not a problem, but it can be an issue if you want to factor RSA
numbers or similar.

For MS Windows C# is probably better than Java. For any other GUI
operating system then Java is the way to go. Use C++ if the other two
are too slow or if you just want a console application - "if it's not
green on black then it's not real computing".

For myself I only program on MS Windows so I use C# for GUI
applications and C++ for intensive calculations in console apps.

I use Microsoft C# Express and Dev-C++, both work well and are free.
I cannot comment on current Java environments as I have only ever used
a now-obsolete Borland environment a long time ago.

rossum

>
Any comments appreciated.
Feb 8 '07 #3
On Feb 8, 1:52 am, ben.a.ya...@gmail.com wrote:
My question is would it be best to start with C++, C# or java? What
compiler/IDE is best? What would be the best approach to windows apps
- API or framework or??

Any comments appreciated.
I love C++ and use it almost exclusively. But, having said that, I'd
recommend Java.

The basic reason is that Java is a better learning language. C++ is
very powerful, and possibly a better production language, but is not
very clean. There are a lot of 'gotchas' when you're first getting
started with C++. Java is substantially cleaner, and moreover, a lot
of colleges teach it, and a lot of the Object Oriented-types use it,
so the learning materials you find are likely to be better. I haven't
used C#, so I can't comment, but my impression is that it's even a
little cleaner than Java (since it's slightly newer and had the
benefit of seeing what worked and didn't with Java), but that it is
only Windows based, and has a much smaller set of learning materials.

This is essentially the same argument that it's better to learn good
habits in Pascal and then switch over to C for production.

As for API, I used to use Swing, but there's a newer one out these
days called SWT. I haven't looked at it. And by far the best IDE is
IntelliJ's Idea, but there are some free ones (NetBeans and Eclipse)
that have the advantage of being free, and are getting better every
day.

Michael

Feb 8 '07 #4
The following link:

http://www.amazon.com/Objects-First-...e=UTF8&s=books

points to a great introduction to OOP using the Java language and a
free IDE.

Feb 8 '07 #5

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

Similar topics

2
by: Hmmm... | last post by:
For the most part I understand the VB "Language". I also understand C, C++, JAVA, JavaScript, etc, etc. What always holds me back is that I don't know what to do with them. I mean, I have good...
6
by: Örjan Skoglösa | last post by:
Hi all, My first posting here. I would be very thankful for a general advice about which "way to go" to accheive a certain arrangement on a web page. The page should show a list of items (a...
6
by: Alex | last post by:
Hello I am intersting in developing and my background is VBA used in Excel and a brief intro to Java. I am interested in learning beyond VB and feel that C++ would be a very good language to...
7
by: Joe Ross | last post by:
I've been working with Microsoft support for over 3 weeks now on an intermittent General Network Error we're seeing in our production environment between our ASP.NET application and SQL Server...
1
by: Jolly Student | last post by:
Dear Colleagues: Thank you for taking the time to read this - I recently posted here with regards to what was possible with .NET. I have been working as a systems engineer for about...
6
by: J Rieggle | last post by:
Hi there, I am stuck on a problem that relates to eCommerce sites, but isnt ASP.NET specific (sorry). The ecommerce site is working in the UK, and products will be sold in pounds stirling. ...
4
by: tony | last post by:
I'm designing a survey form page that will be fairly complex and am becoming confident enough with PHP now to tackle most things. (Thanks to everyone here who has helped) Before I go too far...
37
by: dmoran21 | last post by:
I am a mathematician trying to write a program in C to do some curve fitting. When I get to the point where I attempt to enter data in my arrays, I get a General Protection Exception error message....
2
by: SpotNet | last post by:
Scott M. Have your experiences shown you that programmers may give the best computer advice, analysis, and solutions even at the worst of times, for a PC user? ;~D Haven't crossed many Network...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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.