Nick
VIP
v5 Beta Tester[M:5000]
Philadelphia Eagles: 8-8
Posts: 2,239
|
Post by Nick on Jul 28, 2011 18:04:56 GMT
I dont mind debugging. In PHP anyways because it has a good error engine
|
|
prads
Elite Poster
[M:0]
It's a shame that PI isn't an integer :(
Posts: 361
|
Post by prads on Jul 29, 2011 1:56:39 GMT
I dont mind debugging. In PHP anyways because it has a good error engine When you're trying to find one assembly code that is giving you problems in thousands of other opcodes, it's like finding a needle in a haystack.
|
|
Nick
VIP
v5 Beta Tester[M:5000]
Philadelphia Eagles: 8-8
Posts: 2,239
|
Post by Nick on Jul 29, 2011 1:59:44 GMT
Oh gosh, I bet!
|
|
xcessive
Epic Poster
.[M:5000]
Posts: 526
|
Post by xcessive on Jul 29, 2011 2:27:47 GMT
C is pretty bad to debug. In fact debugging anything that relies so heavily on procedures is a bitch. Assembly is worse but thankfully I've never had to do a big project in Assembly.
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Jul 29, 2011 9:51:00 GMT
I've done some coding in C++ today and jeez is it annoying sometimes! It's so different to JS.
|
|