954,292 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Problem with dosbox

Hello friends,

I am having a trouble with dosbox 0.72. I opened turbo c++ using dosbox and tried a program.
But it throws an error 'unable to create hello.obj'.
my program

#include<iostream.h>
#include<conio.h>
void main()
{
 cout<<"hello";
}

I gave this while opening turbo c++ in dosbox...
Z:\>mount c d:\turboc3\
Z:\>c:
C:\>tc.exe

Thanks in advance.

Arbus
Practically a Master Poster
615 posts since Dec 2010
Reputation Points: 45
Solved Threads: 31
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You