Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why is C++ so big?
#9
(11-03-2009, 07:46 PM)MrD. Wrote: Interrupted == Interpreted?
I think the main reason I like to use C++ is that I like having direct control over what is happening.

This is very misinformed - In C++ you have all kinds of abstractions

Objects, function overloading, virtual functions - these are just a few things that are handled by the compiler/linker and not the programmer...

The only language(s) you have complete control over your code is assembler and raw hex.

As for hand writing assembler being faster than C++ you bet it is - compilers today are fantastic but they can't conceive every situation and possibility that's why people still program in assembler to get the smallest and fastest executable.

Actually I started out in C++ and moved into C and assembler because I wanted out of a controlled environment...I wanted to be the one that directly controlled what was going on..
Slackware 13/ArchLinux - C/Assem/Python
Reply


Messages In This Thread
Why is C++ so big? - by nevets04 - 11-01-2009, 07:39 PM
RE: Why is C++ so big? - by g4143 - 11-01-2009, 07:54 PM
RE: Why is C++ so big? - by InsideSin - 11-01-2009, 10:16 PM
RE: Why is C++ so big? - by g4143 - 11-02-2009, 05:58 AM
RE: Why is C++ so big? - by InsideSin - 11-03-2009, 05:09 PM
RE: Why is C++ so big? - by MrD. - 11-02-2009, 03:22 PM
RE: Why is C++ so big? - by g4143 - 11-03-2009, 05:42 PM
RE: Why is C++ so big? - by MrD. - 11-03-2009, 07:46 PM
RE: Why is C++ so big? - by g4143 - 11-04-2009, 07:56 AM
RE: Why is C++ so big? - by MrD. - 11-04-2009, 01:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Big problem [ My Project ] :( prince76 10 3,238 02-16-2012, 05:36 AM
Last Post: prince76

Forum Jump:


Users browsing this thread: 1 Guest(s)