cplusplus.com
C++ : Users : Lodger
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: Lodger
Public profile
Send private message


User profile: Lodger

User info
User name:Lodger
Location:UK
Bio:Been doing this a good number of years now & it pays the bills so I'm happy :)
Statistical data
Birthdate:Oct 12, 1979
Gender:Male
Occupation:Programmer
Skills:C
C++
Perl
C++/MFC
C++/ATL
C++/.NET
C#
C#/.NET
Objective C
History
Joined:
Number of posts:55
Latest posts:

'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 research
MSDN has everything you need: http://msdn.microsoft.com/en-us/library/ee663300(v=vs.85).aspx

Functions an return values
As 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 simplicity
In XCode 3.2.6, to add a new source file to your project, right-click (or ctrl-click if you have a s...