first... Your smilies make my head hurt Beyond that: Your assigning to a %s and your data type is a char, that's going to be problematic. Third, I'd recommend something over borlend. Visual c++, mingw etc.
----- Original Message ----- From: SVMAYOL To: [email protected] Sent: Wednesday, July 22, 2009 7:49 PM Subject: Re: [c-prog] Re: unable to create output file.object ohh..my apology.. =)..anyways.. im using borland C... and doing this stuff..(im just practicing using this SW) #include<stdio.h> #include<conio.h> #include<string.h> main() { char ako; int edad; clrscr(); printf("enter your name:"); scanf("%s",ako); printf("\nenter your age:"); scanf("%d",&edad); gotoxy(30,15); printf("My Name is %s, and I am %d",ako,edad); getch(); } my problem is the error states that: unable to create output file.object when i tried to run it..=) ________________________________ From: peternilsson42 <[email protected]> To: [email protected] Sent: Wednesday, July 22, 2009 5:52:45 PM Subject: [c-prog] Re: unable to create output file.object --- In c-p...@yahoogroups. com, SVMAYOL <twin_f...@. ..> wrote: > > hi...i am programming something but the moment i run it..an > error occur and says: unable to create output file.object. .. > how can i run this? thanks...=) I lost something this morning. I can't find it. Do you know where it is? Thanks. If you're unable to help me, then perhaps you'll realise why I'm unable to help you. There is a distinct lack of information in your post. Post the code you're trying to compile/run. If the code isn't important, tell us which tools you're using, what platform you're on, and what steps you take that produce this error. -- Peter [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]
