|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (5 bit)
Join Date: Dec 2004
Posts: 22
|
Ok, i just started learning c++ with a book. It came with a compiler called DJGPP that uses DOS. Whenever i compile a program, the compiled program is saved as a .O file instead of a .exe file. Is there something i'm doing wrong? BTW, if it has anything to do with my problem, my OS is windows 98, and i'm using the msdos prompt instead of re-booting my PC in DOS.
thanks in advance |
|
|
|
|
|
#2 |
|
Member (14 bit)
|
Did you only compile or compile+link. When you compile you get the object files, then you need to link and you'll get the EXE.
RJ
__________________
All's right with the world when your PC is working right.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|