Thread: Speed of C++

  1. #61
    ima n00b, ok? orion-'s Avatar
    Join Date
    Aug 2005
    Location
    alberta, canada
    Posts
    55
    everyone seems to be in favor of Java.

  2. #62
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    More, we are in favor of other languages existing for other purposes. The bashing of a language for no good reason (which is the case here) causes us to become defensive of it. The majority of us on here have open minds about software development.

  3. #63
    Insane Game Developer Nodtveidt's Avatar
    Join Date
    Nov 2006
    Location
    Isabela, PR
    Posts
    105
    You use the language that's suited for the particular application...it's as simple as that.
    Code:
    cout << "Language comparisons are dumb";
    echo("Language comparisons are dumb");
    PRINT "Language comparisons are dumb"
    alert ("Language comparisons are dumb")

  4. #64
    Registered User
    Join Date
    Oct 2001
    Posts
    2,934
    Quote Originally Posted by orion-
    everyone seems to be in favor of Java.
    It may seem that way, but it's a matter of being objective. If you look at the example :davis: posted, the program startup time is also being timed.

  5. #65
    Registered User
    Join Date
    May 2006
    Posts
    630
    Quote Originally Posted by bobthebullet990
    nope... its an external DSP board, the Texas Instruments 6711 DSK, but with the PCM3003 Audio daughter card to get sampling rates of 48khz cause onboard codecs are only 8khz which isn't good for audio effects!!!

    Its similar in the idea to a professional effects unit, such as the EFX1000 by pioneer, but obviously nowhere near the complexity and functionality of that thing!!! ...but the idea is for streaming audio, either for DJ use or even guitar effects! ...It has an input port, for the input data obviously, and an output port... for the output audio, connect this to ur amp and u have an effects unit!

    Its only so I could try something new; DSP programming and understand a bit more about audio effects, as my hobby is DJ'ing! so it is very interesting for me!
    Cool. I dj/produce too.
    What kind of music you spin?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I am very new . . . :(
    By Eternalglory47 in forum C++ Programming
    Replies: 6
    Last Post: 09-05-2008, 11:29 AM
  2. Flight Simulator Wind Speed!!
    By Dilmerv in forum C++ Programming
    Replies: 6
    Last Post: 03-20-2006, 12:40 AM
  3. Replies: 6
    Last Post: 01-08-2006, 02:49 PM
  4. increased net speed
    By PING in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 03-29-2005, 07:05 AM
  5. Questions on Speed of Execution
    By wavering in forum C Programming
    Replies: 22
    Last Post: 01-20-2002, 02:04 PM