Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~189 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for sboothman

Situation I am new to Novell but I do have experience with Linux and Windows. I have recently downloaded a evaluation copy of Novell OES, and I am trying to set it up on a Dell PowerEdge 1800 with a Windows XP Client. So far I have installed the software …

Member Avatar for sboothman
0
119
Member Avatar for sboothman

Hey guys, I am having a small problem with my code, see below. /*************************************************************** * RADAR_SYSTEM * * VERSION: 1.1 * * AUTHOR: 205123 * * DATE: 23/03/04 * * /**************************************************************/ #include <stdio.h> #include "radar_gen.h" #include <math.h> int max_aircraft=2; int main() { int i,j; float aircraft_distance,aircraft_range,aircraft_x_pos,aircraft_y_pos,aircraft_altitude,e; struct radar_data aircraft[30]; struct …

1
70