473,666 Members | 2,107 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C vs. C++ vs. Java

Hi!

I'dont have any experiences in programming... what language should I
start learning????
C? C++ or Java`?

greetz

Feb 18 '06 #1
20 2543
Start with C go on to C++ and then on to JAVA.
And you will C what how that helps.

Feb 18 '06 #2
pr************* @yahoo.co.in wrote:
Start with C go on to C++ and then on to JAVA.
And you will C what how that helps.


The OP's question is not topical to this group. It would be better
answered in comp.programmin g among others.

Please try to redirect off topic questions rather than answering them
here.

Feb 18 '06 #3
hi there!
i think u sho0uld start wid C language and LET US C is an xcellent
bo0o0ok 4 beginners thn switch to0o c++ n in last to0 java

mayershome wrote:
Hi!

I'dont have any experiences in programming... what language should I
start learning????
C? C++ or Java`?

greetz


Feb 18 '06 #4
am***********@y ahoo.com wrote:
hi there!
i think u sho0uld start wid C language and LET US C is an xcellent
bo0o0ok 4 beginners thn switch to0o c++ n in last to0 java


As a useful rule of thumb, ignore anything posted by someone writing
crap like the above. If the poster cannot spell "you", "should",
"with", "excellent" , "for", "then", or "too", or, supposing that those
are corrected, put together a simple sentence, then his advice about a
programming language is worthless.
Feb 18 '06 #5
Martin Ambuhl wrote:
am***********@y ahoo.com wrote:
i think u sho0uld start wid C language and LET US C is an xcellent
bo0o0ok 4 beginners thn switch to0o c++ n in last to0 java


As a useful rule of thumb, ignore anything posted by someone writing
crap like the above. If the poster cannot spell "you", "should",
"with", "excellent" , "for", "then", or "too", or, supposing that
those are corrected, put together a simple sentence, then his advice
about a programming language is worthless.


It does appear to be an excellent example of googlecrap. Very few
posters manage to attain an equivalent degree of obtuse obscure
uselessness.

--
"If you want to post a followup via groups.google.c om, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell. org/google/>
Also see <http://www.safalra.com/special/googlegroupsrep ly/>
Feb 19 '06 #6
"mayershome " <va*****@arcor. de> wrote:
# Hi!
#
# I'dont have any experiences in programming... what language should I
# start learning????
# C? C++ or Java`?

Pascal. Or Turing. Or something that doesn't bruise your brain
trying to write your first program.

--
SM Ryan http://www.rawbw.com/~wyrmwif/
No pleasure, no rapture, no exquisite sin greater than central air.
Feb 19 '06 #7
mayershome wrote:
Hi!

I'dont have any experiences in programming... what language should I
start learning????
C? C++ or Java`?

greetz

This is the C group.
You would expect us to answer C.
Try the C++ and Java groups see if they prefer their own language.

What are you trying to program PC? Web site, micro controller?
I will affect your choice.
Feb 19 '06 #8
Neil schrieb:
mayershome wrote:
I'dont have any experiences in programming... what language should I
start learning????
C? C++ or Java`?

This is the C group.
You would expect us to answer C.
Try the C++ and Java groups see if they prefer their own language.

What are you trying to program PC? Web site, micro controller?
I will affect your choice.

^^^^
That is a bold promise ;-)
SCNR

@OP: That is about it.
Other people will direct you to safer and cosier languages
with enough abstraction and enough guarantees so that "your
brain is not bruised" as SM Ryan put it.
This may be better if you want to learn about the world as
it should be. Unfortunately, the world is not perfect and
neither are programming languages. Many languages do not have
quirks as unintuitive as C but they do have some.

I found C to be an excellent beginners' language as it gives
you a good impression about "how things are done underneath"
and, if you restrict yourself to C89 or C99, disabuses you
of many illusions. The feedback of people visiting a C course
given by me was similar.
Later on, you come to the wonderful world of object
orientation -- ideally choose a language which does not look
like C as your first object oriented language -- but having
learnt C first helps you to avoid many pitfalls and to see
advantages and disadvantages of certain approaches.
And as soon as you use a script language specially developed
to ease string handling, you know how to be truly thankful
because you have not to do it in C or C++ ;-)

Conclusion: If you learn C first and you learn it thoroughly,
then you most probably end up
- having developed a feeling for what computers do, what is
a good way to put things (e.g. when specifying interfaces)
- having learnt a good dose of humility
- with a good starting point
Cheers
Michael
--
E-Mail: Mine is an /at/ gmx /dot/ de address.
Feb 19 '06 #9
In article <jj************ *@newsread3.new s.atl.earthlink .net>,
Martin Ambuhl <ma*****@earthl ink.net> wrote:
am***********@ yahoo.com wrote:
hi there!
i think u sho0uld start wid C language and LET US C is an xcellent
bo0o0ok 4 beginners thn switch to0o c++ n in last to0 java


As a useful rule of thumb, ignore anything posted by someone writing
crap like the above. If the poster cannot spell "you", "should",
"with", "excellent" , "for", "then", or "too", or, supposing that those
are corrected, put together a simple sentence, then his advice about a
programming language is worthless.


(Channeling Petula Clark...)

Don't piss in the cornflakes, baby.

Feb 19 '06 #10

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

Similar topics

0
6803
by: Ravi Tallury | last post by:
Hi We are having issues with our application, certain portions of it stop responding while the rest of the application is fine. I am attaching the Java Core dump. If someone can let me know what the issue is. Thanks Ravi
1
6912
by: ptaz | last post by:
Hi I'm trying to run a web page but I get the following error. Ca anyone please tell me a solution to this. Thanks Ptaz HTTP Status 500 - type Exception report
11
9244
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in C++. I find my self sometimes, trying Object app = Object(); Object *app = Object(); Object app = new Object();
0
5650
by: mailkhurana | last post by:
Hii , I am trying to use a type 2 driver to connect to DB2 0n AIX 5 I have a small java test to class to establish a conneciton with the db .. I am NOT using WAS or any appserver When I try to connect to the DB I get the following exception at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2120)
1
9623
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
12
5911
by: Mark Fink | last post by:
I wrote a Jython class that inherits from a Java class and (thats the plan) overrides one method. Everything should stay the same. If I run this nothing happens whereas if I run the Java class it says: usage: java fit.FitServer host port socketTicket -v verbose I think this is because I do not understand the jython mechanism for inheritance (yet).
0
3270
by: jaywak | last post by:
Just tried running some code on Linux (2.4.21-32.0.1.EL and Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)) and Windows XPSP2 (with Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)) and in both cases, get the following list returned from calling getDeclaredFields() on java.lang.ClassLoader via this code snippet: Field fields = loaderClass.getDeclaredFields(); for (int i = 0; i <...
1
4300
by: jaimemartin | last post by:
hello, I want to validate an xml by means of a schema (xsd). To do that first of all I´m using a SchemaFactory. The problem is that if I run the code in Windows all works fine, but If I run it in Linux there is an error. The code that fails is the following: SchemaFactory factory = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); I´m sure that code is ok. In fact, I´ve found that in several...
0
3261
oll3i
by: oll3i | last post by:
package library.common; import java.sql.ResultSet; public interface LibraryInterface { public ResultSet getBookByAuthor(String author); public ResultSet getBookByName(String name);
0
8448
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8356
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8871
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
7387
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4198
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4369
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2773
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1776
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.