943,394 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 30494
  • C++ RSS
You are currently viewing page 4 of this multi-page discussion thread; Jump to the first page
Sep 9th, 2004
0

Re: C++ is dying a slow death

Quote originally posted by Killer_Typo ...
your joking right?? lol C++ already kind of dead. ill laugh really hard at that. then remind you that most everything is writtin in C++, not just one webbrowser.
There is big difference between C and C++. "Most everything" is written in C.
Reputation Points: 13
Solved Threads: 0
Newbie Poster
hivework is offline Offline
18 posts
since Mar 2004
Sep 9th, 2004
0

Re: C++ is dying a slow death

Quote originally posted by hivework ...
There is big difference between C and C++. "Most everything" is written in C.
actually alot of things are writtin in C++ and i know the difference. to a certain degree i do know the difference, i dont claim to have all the knowledge, just enough that i do know the difference.
Reputation Points: 152
Solved Threads: 39
Master Poster
Killer_Typo is offline Offline
778 posts
since Apr 2004
Sep 13th, 2004
0

Re: C++ is dying a slow death

Hi everyone

I guess its sad but true, i have been in VC++ for past 2 years but the air around is for more simpler means of coding. Its getting tougher to find VC guys and new techies are not paying attention to it. They are more inclined to C#. Forget that Microsoft seems to be more inclined to push everyone to C# as it has removed the VC Certification Track isnt that sad ...
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sameerupare is offline Offline
4 posts
since Sep 2004
Sep 18th, 2004
0

Re: C++ is dying a slow death

Hi...


I think it's too early to say that C/C++ is dead or even dying. I'll belive in its death only after at least one OS will be written in Java 2, most of software for it will be written in Java 2 and this OS will be as popular as MS Windows or Linux today. But until all those terms aren't true I'll never belive that C/C++ is dead.
db0
Reputation Points: 10
Solved Threads: 0
Newbie Poster
db0 is offline Offline
3 posts
since Sep 2004
Sep 20th, 2004
0

Re: C++ is dying a slow death

Well i think the simple fact that you can write system level programs and use asm code really brings the power to c and c++ but for aplication programming i can see why c/c++ is dying, alot of programming firms only use vb an vc because of the plain and simple fact is that you don't have to make so many calls to windows functions. But because you can program at so much lower of a leval the possabilitys are endless with c/c++ so to speak.
Reputation Points: 10
Solved Threads: 10
Junior Poster
omol is offline Offline
156 posts
since Jul 2004
Sep 21st, 2004
0

Re: C++ is dying a slow death

Almost everything these days are written in C++. Lets think of numerous videogames, especially Diablo II, warcraft 3, etc.

How many other languages can you do system level programming and retain portability? Not Java...
Reputation Points: 28
Solved Threads: 9
Posting Whiz in Training
BountyX is offline Offline
222 posts
since Mar 2004
Sep 21st, 2004
0

Re: C++ is dying a slow death

I don't think you understand how video games are written... Those games use 3D Rendering things like OpenGL and DirectX, which is just as available on the .NET platform. In fact, Quake 2 has been ported to the .NET framework: http://www.vertigosoftware.com/Quake2.htm

Also, there is NO way to do low level programming and retain portablity. A PowerPC processor will not understand low level x86 code, no matter what language you develop in. In fact, Java and .NET is the answer to the problem of portability.
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
Sep 23rd, 2004
0

Re: C++ is dying a slow death

An interesting topic. Especially the article posted by Tekmaven.

My dad is a carpenter. He always tells me stories how the younger guys go and grab the power saw to cut a single piece of wood when a handsaw would suffice.

I will admit I am a victim of this. I took a few C++ classes followed by a Java class. I remember what nightmare it was to write a multi-threaded program in C++ and how easy it was in Java. Java seems to have took the logical thinking out of dealing with threads. At least is far simplier then it was in C++.

After reading this, I can appreciate what I did in my C++ data structures class. I had to write my own searching and sorting algorithims, my own hash table, I wrote an array class that functioned like a vector. At the time I was like "why can't I just use the STL?" Now I know why.
Reputation Points: 93
Solved Threads: 1
Junior Poster
Squires is offline Offline
125 posts
since Jun 2004
Sep 23rd, 2004
0

Re: C++ is dying a slow death

hi everyone,
hivework is more or less right because there are really a lot of programs written in c there are not much written in c++. As for windows function calls there are a lot of other programming languages in the market that can match c++ like
tcl. Basically for squires what you are saying is that why mow the lawn with a lawn mower when you can equally as well use a scissors. Yes they both get the job done. Anyone that has tried to use the mfc classes to write a simple ftp client will understand what i mean. The mfc can be very messy and yes tekmaven is right in that most games need to rendering like OpenGL and only the interfacing part is programmed in c++ but can also been done by Java 2. One more thing is that asm is a low level language and c++ is a high level language thus mixing them both can cause your program to lose a lot of portability. Yes a lot of firms used to use vb but a lot of them fealt cheated after the release of vb.net as vb.net seems to a different language altogether.

As for bountyx's question
rapid-q, tcl, tkinter, jython, python,java2
Just naming from the top of my head

One thing to note is that change is the hardest thing to accept

Thank You

Yours Sincerely

Richard West
Reputation Points: 25
Solved Threads: 10
Practically a Master Poster
freesoft_2000 is offline Offline
623 posts
since Jun 2004
Sep 24th, 2004
0

Re: C++ is dying a slow death

i dont think the Game Industry will let C++ die that easily. I have seen what Tekmaven™ said about games programming, but with due respect to him I have seen almost all the game studios asking for programmers who are well-experienced in c/c++, actually among all the necessary qualifications required to get the job of a games programmer "skilled in c/c++" stands at the top. I have yet to see any famous game studio looking for a full-time games programmer experienced in a programmnig language other than c/c++.

I have very little knowledge about DirectX, but as far as I know DirectX is just like a library with functions and classes and u need programming languages like C++ or Visual Basic to code according to those functions (i.e call them) to make the graphics card do ur bidding. And my speculation is that like any other program it will depend on the language it was written with as how fast it will work with the Hardware. I dont see any of Java's execution engines topping C++ in that case, since games programming now-adays strive to get the fastest possible execution and thanx only to C\C++ that's coping up with that. As far as I know unlike C++ Java doesnt even support Multiple Inheritance which I believe plays a vital role in games design.
Reputation Points: 113
Solved Threads: 3
Posting Whiz
Asif_NSU is offline Offline
353 posts
since Apr 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
This thread is currently closed and is not accepting any new replies.
Previous Thread in C++ Forum Timeline: How to delete a data structure in Builder 6.0?
Next Thread in C++ Forum Timeline: creating a class and declaring objects





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC