User profile: declan

User info
User name:declan
History
Joined:
Number of posts:87
Latest posts:

Why are my compiled files so huge?
Ahhh, ok...I didn't know that I shouldn't pass headers to the makefile. But wait! If I don't, and I ...

Why are my compiled files so huge?
Ahhhh, so it's grabbing <vector> and all that stuff? Errr...is passing .h files to the compiler ba...

Why are my compiled files so huge?
Hey everyone, At the end of each day I usually tar my files together and back up my work by email...

Problem with simple artificial neural network -- adding
Hi everyone! I am trying to make a simple artificial neural network work with the backpropagation al...

Safe programming practice -- set pointer to NULL after delete?
Hey everyone, I have noticed that heap corruption is one of the hardest things to fix. I find a c...