Im learning ++ by myself and have decided to follow this tutorial and very interesting
http://www.cprogramming.com/tutorial/lesson4.html
However as you can see the int mult ( int x, int y ); is defined twice: at the top and the bottom. Whay it is that. Also I have found many programs uses to put their main blocks in header files, is it possible to that with this function.
I have python b-ground and I learned C long ago in class and all I remember is few of printf and scanf and fading memories of other stuffs
Thanks all