View Single Post
  #2  
Old April 12th, 2007, 03:20 PM
artov artov is offline
Registered User
 
Join Date: Mar 2005
Posts: 252
Thanks: 0
Thanked 5 Times in 5 Posts
artov is on a distinguished road
Your problem is the code, it is too old gnu c++. It still have option -traditional,
but it does nothing. So, fix each error by hand. The messages tell the problem:
the code uses integers, where is should use pointers etc.
Reply With Quote