4
votes
C: Pointers and Arrays Question
This might be a bit off topic (sorry) because it doesn't answer your question regarding execution speed, but you should consider that premature optimization is the root of all evil (Knuth) …
2
votes
C: Pointers and Arrays Question
Please keep in mind that execution speed is hard to predict even when looking at the machine code with superscalar cpus and the like with
out of order exection
pipelining …
3
votes
Create a cross platform Windows, Mac OS X application
The upcoming QT-Creator might be worth a look: link text
…
