Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
How can I convert the C6.0 program of OS/2 platform TO a program in windows2000/xp platform?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="CBFalconer, post: 1695001"] On your OS/2 platform, install gcc. For each file, compile with: gcc -W -Wall -ansi -pedantic -O1 -c filename.c Correct the first error. If unable because of some non-standard usage, move the function to another file. Repeat until no errors. When done, check that by adding the non-standard file to the system you can recreate the original system. Now think of ways to implement that non-standard file. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
How can I convert the C6.0 program of OS/2 platform TO a program in windows2000/xp platform?
Top