Thread
:
gcc, g++, -lstdc++ what to use ?
View Single Post
#
2
April 12th, 2007, 03:20 PM
artov
Registered User
Join Date: Mar 2005
Posts: 252
Thanks: 0
Thanked 5 Times in 5 Posts
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.
artov
View Public Profile
Send a private message to artov
Find all posts by artov