User profile: OffByOne

User info
User name:OffByOne
Email:Richard.Johnson@dealertrack.com
Name:Richard F. johnson
Location:Wilmington, Ohio
Statistical data
Birthdate:Sep 14, 1949
Gender:Male
Occupation:Programmer
Skills:C++
C++/MFC
VB .NET
C#
C#/.NET
History
Joined:
Number of posts:5
Latest posts:

LNK2005: Symbol already defined
I scanned the other questions concerning LNK2005, but I did not see my situation represented. Her...

What's the wrong with my code ?
The sin() function returns a floating point value between -1 and 1, inclusive. By casting the retur...

Approximating 'e' Using a Loop -- Euler's Number Problem
e = lim (1 + 1/n) ^ n as n increases without bound. You have convinced OP to replace the formula gi...

Help with Lab!
Inside the loop, you have to keep track of the current location of the Treasure Hunter as well as th...

Struct Question
Even in C, you can initialize structures when they are created: [code] Sped sp1 = {15, "This is a st...