What's your opinion? "C++ is back..."

J

Juha Nieminen

Cholo Lennon said:

To be completely honest, for a time I was a bit worried that my forte,
the programming language I'm by far most fluent with, would slowly fade
into obsolescence. For many years this seemed to be strongly the case
(first with Java, although that was never the worst contended, and then
especially with C# and other higher-level .NET languages). It's nice to
see that C++ might not, after all, become obsolete anytime soon.
 
M

MikeP

Todd said:
Who cares what Microsoft thinks about anything?

You misquoted me: you left off the wink emoticon. To answer your question
though, the fact is that MS has a lot of power to affect the way
developers create software because of the omni-presence of its own
software. If MS decides to drop C++ as a viable Windows development tool
(incrementally maybe by creating things like "managed code" and requiring
C++/CLI to use .Net, etc.), it can do so and you can complain all you
want to but if you want to deploy your software on theirs, then you will
just have to grin and bare it. (Another example: No inline assembler in
VC++ for 64-bit Windows :( ).
 
T

Todd Carnes

You misquoted me: you left off the wink emoticon.

Sorry about that. It was unintentional.
To answer your
question though, the fact is that MS has a lot of power to affect the
way developers create software because of the omni-presence of its own
software. If MS decides to drop C++ as a viable Windows development tool
(incrementally maybe by creating things like "managed code" and
requiring C++/CLI to use .Net, etc.), it can do so and you can complain
all you want to but if you want to deploy your software on theirs, then
you will just have to grin and bare it. (Another example: No inline
assembler in VC++ for 64-bit Windows :( ).

I realize after reviewing my post that I probably came across as an
a##hole. My question could have been worded better. Thanks responding.
You make some good points.

Todd
 
M

MikeP

Todd said:
Sorry about that. It was unintentional.

I was just checking. It was the important part, ya know (though you know
now that I wasn't being COMPLETELY facetious).
I realize after reviewing my post that I probably came across as an
a##hole.

It's internet, you didn't, and don't worry about it. The subtlety of text
is EASILY misconstrued. If one WANTED to, it is EASY to make text words
have meanings other than meant by the writer of the text. Actually, there
are those who would/will/do EXPLOIT that subtleness. They use THEIR
dictionairies and they own interpretations and MORE THAN SUGGEST that
THAT is the TRUE MEANING. Forget about the writer's thoughts. The writer
of the text is OUT OF THE EQUATION. Opportunists of evil? Indeed.
 
S

Surinder Singh

"C++ is Back with a Vengeance"
http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=545

What's your opinion?

Regards


PS: I'm sorry if you read comp.std.c++ (moderated) for multiposting this
message

C++ can be pretty powerful in app design and execution. But it can also
entangle a meek soul in memory corruptions and screwed exception
handling across c++ libs built using different compilers.
C++ can be more punishing than Java for impulsive developers.
Java has beutiful javadocs, description for C functions is usually
available with man pages on unix. C++ compilers should include some nice
documentation tool with search capability. C++ certainly owns a lot of
ground.

- Surinder
 
R

Rui Maciel

MikeP said:
It depends on what Microsoft decides. ;)


Why? In spite of microsoft's heavy investment on technologies such as C#
and Silverlight, the market is still dominated by the incumbent
technologies.


Rui Maciel
 

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

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,362
Latest member
ChandaWagn

Latest Threads

Top