lemonsTasteGood
2010-10-25 21:47:07 UTC
Link A:
http://www.cplusplus.com/doc/tutorial/functions/
Link B:
http://www.devarticles.com/c/a/Cplusplus/Beginners-Guide-to-Functions-in-C-plus/1/
They carry out the same function
Int Add( int a, int b)
but there are several differences, including the header
I was wondering which tutorial is better to follow, and also, which is more recent.
Thanks