C plus plus vs C Sharp

T

The LoxFather

Coming from a VB background, which should .NET language should I
learn....C++ or C Sharp. Is C++ going to be dead soon?
 
P

Pieter Droogendijk

On 9 Aug 2003 02:47:23 -0700
Coming from a VB background, which should .NET language should I
learn....C++ or C Sharp. Is C++ going to be dead soon?

Off Topic.
comp.os.ms-windows.programmer.
 
R

Rolf Magnus

The said:
Coming from a VB background, which should .NET language should I
learn....C++ or C Sharp. Is C++ going to be dead soon?

Ha! Now I also found one, so:

This is an obvious troll. Please ignore it.
 
P

pete

The said:
Coming from a VB background, which should .NET language should I
learn....C++ or C Sharp. Is C++ going to be dead soon?

http://www.newtechusa.com/PPI/pressroom.asp#higher

"Humans and higher primates share approximately 97%
of their DNA in common.
Recent research in primate programming suggests computing
is a task that most higher primates can easily perform.
Visual Basic 6.0, was the preferred IDE for the majority
of experiment primate subjects.
Test subjects with the best results were baboons and bonobo apes.
Both primate species demonstrated stressful behaviors
when presented with Java tools and utilities.
 
R

Razmig K

Coming from a VB background, which should .NET language should I
learn....C++ or C Sharp. Is C++ going to be dead soon?

If you plan to remain in the MS WINDOWS domain and program for that
platform, a transition to C# is a better choice. However, if one sunny
day you'll be considering to program for other platforms ( say
GNU/LINUX systems ), you'll find that your knowledge of C/C++ is a
great help. But, after all, your requirements should provide a hint to
what language and tools you'll need.
Essentially, you'll be using a language and it's standard library + a
foundation library that helps programming for a specific platform (say
Microsoft Foundation Classes MFC for Visual C++ ).

Good luck.

//rk
 
B

Brad Sperry

Malcolm said:
If you know VB and have some idea how a processor works at machine level, it
shouldn't take more than a few days to learn C.

Total nonsense, unless by few days you meant few years. C is CPU
independent, and VB has as much in common with C as a cheeseburger and
coke has to a hot roast dinner with potatoes and red wine.
 
P

Pieter Droogendijk

On 9 Aug 2003 07:31:12 -0700
Total nonsense, unless by few days you meant few years. C is CPU
independent, and VB has as much in common with C as a cheeseburger and
coke has to a hot roast dinner with potatoes and red wine.

Don't feed the troll
 
J

J French

On 9 Aug 2003 07:31:12 -0700, (e-mail address removed) (Brad Sperry) wrote:

Total nonsense, unless by few days you meant few years. C is CPU
independent, and VB has as much in common with C as a cheeseburger and
coke has to a hot roast dinner with potatoes and red wine.

ANSI 'C' might be hardware independant

- but most libraries are not

And the majority of C programmers can do squat without their libraries

.... of course Windows is a 'Library'
 
A

Andre

Stephen said:
Learn C/C++. Even Microsoft is waning on the .NET foray. Notice it got
dropped from the Windows 2003 Server name. The booklet that came with my
VC++ 2002 called .NET a revolution in computing yet the booklet that came
with my VC++ 2003 doesn't hardly mention it and only gives C++ examples.

That's because VC++ is about C++, not C#. Flip a few pages and have a
look in the 'C# Section'. That's like saying "I can't find anything
about kangaroos in a book about worms"
Besides, if need be, you can .NET C++ anyway. C# seem neat, but it is an
interpreted language, sort of an enhanced JavaScript, and will have
questionable performance.

C# is *not* an interpreted language... it's a compiled language! What
did you think the term "JIT compilation" stood for? Really, where from
do you get your facts? Sesame Street?

C# gives you very good performance - you should know how to use the
language to do the things you want done. Secondly, the next version has
some very neat features, like Generics - that should give a boost to
overall performance. I've heard the next version of CLR has been tuned
for performance. Let's wait and see.

-Andre
 
S

Stephen

That's what I heard *someday* Microsoft promises, C# will have performance.
And in carefully constructed circumstances, sometime in the future,
Microsoft says might even make it be faster than C++ in the same carefully
constructed situation. In the mean time though, it's a Java.

Stephen


|
|
| Stephen wrote:
|
| > Learn C/C++. Even Microsoft is waning on the .NET foray. Notice it got
| > dropped from the Windows 2003 Server name. The booklet that came with my
| > VC++ 2002 called .NET a revolution in computing yet the booklet that
came
| > with my VC++ 2003 doesn't hardly mention it and only gives C++ examples.
|
| That's because VC++ is about C++, not C#. Flip a few pages and have a
| look in the 'C# Section'. That's like saying "I can't find anything
| about kangaroos in a book about worms"
|
| > Besides, if need be, you can .NET C++ anyway. C# seem neat, but it is an
| > interpreted language, sort of an enhanced JavaScript, and will have
| > questionable performance.
|
| C# is *not* an interpreted language... it's a compiled language! What
| did you think the term "JIT compilation" stood for? Really, where from
| do you get your facts? Sesame Street?
|
| C# gives you very good performance - you should know how to use the
| language to do the things you want done. Secondly, the next version has
| some very neat features, like Generics - that should give a boost to
| overall performance. I've heard the next version of CLR has been tuned
| for performance. Let's wait and see.
|
| -Andre
|
| >
| > Stephen
| >
| >
| > | > | Coming from a VB background, which should .NET language should I
| > | learn....C++ or C Sharp. Is C++ going to be dead soon?
| >
| >
|
 
A

Andre

In the mean time though, it's a Java.

I completely disagree. For that, you'll have to dig into some
documentation and do some reading.. there are many articles and papers
out there that compare Java and C# in terms of many features and qualities.

-Andre
 
D

Dan Pop

In said:
Coming from a VB background, which should .NET language should I
learn....C++ or C Sharp. Is C++ going to be dead soon?

_____________________
/| /| | |
||__|| | Please do not |
/ O O\__ | feed the |
/ \ | Trolls |
/ \ \|_____________________|
/ _ \ \ ||
/ |\____\ \ ||
/ | | | |\____/ ||
/ \|_|_|/ | _||
/ / \ |____| ||
/ | | | --|
| | | |____ --|
* _ | |_|_|_| | \-/
*-- _--\ _ \ | ||
/ _ \\ | / `'
* / \_ /- | | |
* ___ c_c_c_C/ \C_c_c_c____________

The Newsgroups header removes any possible doubt about the OP's intentions.

Dan
 
T

Thomas Matthews

The said:
Coming from a VB background, which should .NET language should I
learn....C++ or C Sharp. Is C++ going to be dead soon?
Would you please stop posting this question.
You have reworded it, but alas, it is the same and has been dealt
with before.

Search the C++, C and VB newsgroups for messages that are
destined for "rec.woodworking".

If you are going to post again, to the same groups,
please tell us how you are relating the topic to all of the
newsgroups you posted to. I don't see the relationship between
programming and woodworking from your post's content.

{Programming a robotic woodworking machine would be an interesting
concept though.}

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 
N

Nils Petter Vaskinn

Coming from a VB background, which should .NET language should I
learn....C++ or C Sharp. Is C++ going to be dead soon?

Both. No.

Offtopic in c.l.c
Probably offtopic in c.l.c++
Probably offtopic in c.l.v.b
100% offtopic in rec.photo.equipment.35mm
100% offtopic in rec.woodworking

Troll.

FUT set to alt.dev.null


hth
NPV
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top