Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why is C++ so big?
#8
Interrupted == Interpreted?

(11-03-2009, 05:42 PM)g4143 Wrote: Yes C/C++ are great languages for doing low level work(fantastic actually) but ... how long does it take you to write a few lines of code? Ages
No, not really. I guess it depends what you are trying to do, but for the stuff I usually do I can knock up some working code pretty fast.

(11-03-2009, 05:42 PM)g4143 Wrote: and its probably buggy as hell
Once again, no. If any code you produce turns out 'buggy as hell' then maybe (and this isn't aimed at you, it's just a general statement) you need to move away from a language that holds your hand on failure to one that kicks your arse. That should motivate you to fix your errant ways.

(11-03-2009, 05:42 PM)g4143 Wrote: just look at assembler, at one time it was king of the pile
Irrelevant really, but I've heard people could (when the Wii compiler first game out) hand-write better assembly (without really knowing about how the underlying architecture works) than the Wii compiler was able to produce.

I think the main reason I like to use C++ is that I like having direct control over what is happening. I like that I have explicit control over an objects lifetime by new and delete. I like that the language gives you several ways to do various things and you have to pick the best for your situation. I like that you are able to do all kinds of crazy stuff that higher-level languages stop you being able to do. I like pointers. I like the speed. I like the power. And because I like all these things, that's what makes programming in C++ fun for me. You may think me a masochist, but hey, at least I'm enjoying myself. Thumbsup
[Image: sig.php]
The little boat gently drifted across the pond exactly the way a bowling ball wouldn't.
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,189 02-16-2012, 05:36 AM
Last Post: prince76

Forum Jump:


Users browsing this thread: 1 Guest(s)