'X86' conflicts with target machine type 'x64'Your build configuration is conflicting with your target machine type. Changing the machine type in ...
reference places and researchMSDN has everything you need: http://msdn.microsoft.com/en-us/library/ee663300(v=vs.85).aspx
Functions an return valuesAs Roberts said, you need a variable to receive the returned value from [code]kinetic(mass, velocity...
void main() or int main()?Not only is it good practice, it's also the standard. http://www.parashift.com/c%2B%2B-faq-lite/new...
Xcode c++ and simplicityIn XCode 3.2.6, to add a new source file to your project, right-click (or ctrl-click if you have a s...