PPRuNe Forums - View Single Post - C Code Problem
Thread: C Code Problem
View Single Post
Old 31st October 2006 | 14:17
  #4 (permalink)  
MyData
Fixed+Rotary (aircraft, not washing lines)
 
Joined: Jan 2005
Posts: 357
Likes: 0
From: Peak District, Yorkshire, UK
Let's see it.

Its probably == in place of =

or a missing ;

or a ++ operator in the wrong place...

or it could be something funky such as arrays of pointers to functions which are going to unprotected memory!!
MyData is offline  
Reply