|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#6
|
|||
|
|||
|
Re: The silly syntax errors that won't go away!
Why won't the printf's output anything! It prints temp1: temp2: ground Vector:
aka what's the syntax for outputting doubles @($&^ double calcDistance(void) { double temp1 = 0.0; double temp2 = 0.0; double groundVector = 0.0; printf("temp1: %4.0f ", temp1); if (getTargetFound() == 1){ temp1 = (targetHeight - cameraHeight); printf("temp1: %4.0f ", temp1); temp2 = (getTiltAngle() * 3.14 / 180.0); printf("temp2: %4.5f ", temp2); groundVector = (temp1 / tan(temp2)) * ((temp1) / tan(temp2)); printf("Ground Vector: %f ", groundVector); return groundVector; } else return 0.0; } |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C18 v2.4 -- Syntax error where there is no syntax error | Joel J | Programming | 7 | 12-01-2007 17:27 |
| Union Errors in AutoCAD | indieFan | Inventor | 4 | 16-07-2004 12:54 |
| PBASIC language syntax | WizardOfAz | Programming | 14 | 30-04-2003 10:23 |
| Digital inputs, bandwith, errors? | Micah Brodsky | Programming | 7 | 20-01-2003 16:08 |
| Specs full of errors??? | Simon G | Motors | 1 | 20-01-2003 12:53 |