Humble help request

I have developed an asteroids clone in c++ using sdl under vc 5. I would like to
port the code to be compilable under linux. Has anyone had experience of doing
this? I have Redhat linux 6, but i’m a linux newbie and therefore have very
little experience with gcc, etc. If anyone feels they have the time to help me a
little, i would love you to get in touch!

Charlie Robson
Sony Computer Entertainment Europe

IMPORTANT NEWS ANNOUNCEMENT FROM SCEE MIS

New scee.net email address will replace playstation.sony.com**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
postmaster at scee.net

This footnote also confirms that this email message has been checked
for all known viruses.


SCEE 1999

Take out all the windows specific header files. Then on any windows specific
stuff that wont compile, fix it using linux headers and stuff. Its a start.

-Garrett, WPI student majoring in Computer Science.

“He who joyfully marches in rank and file has already earned
my contempt. He has been given a large brain by mistake, since
for him the spinal cord would suffice.” -Albert EinsteinOn Fri, 23 Jul 1999, you wrote:

I have developed an asteroids clone in c++ using sdl under vc 5. I would like to
port the code to be compilable under linux. Has anyone had experience of doing
this? I have Redhat linux 6, but i’m a linux newbie and therefore have very
little experience with gcc, etc. If anyone feels they have the time to help me a
little, i would love you to get in touch!