Help please,,,,,,,,,,,,,,,,,

Please support our C advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved

Join Date: Mar 2009
Posts: 8
Reputation: PRATS 1990 is an unknown quantity at this point 
Solved Threads: 0
PRATS 1990's Avatar
PRATS 1990 PRATS 1990 is offline Offline
Newbie Poster

Help please,,,,,,,,,,,,,,,,,

 
0
  #1
Mar 22nd, 2009
Hey guys this is a very naive problem,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

but how do i save the c programs i compiled on borland c++ on the dekstop???????????????????????
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,500
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1479
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: Help please,,,,,,,,,,,,,,,,,

 
0
  #2
Mar 22nd, 2009
depends on your version of windows. But why would you want to do that anyway? With Vista just copy it to here: C:\Users\<your login name here>\Desktop
Last edited by Ancient Dragon; Mar 22nd, 2009 at 12:53 pm.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 251
Reputation: ssharish2005 is on a distinguished road 
Solved Threads: 20
ssharish2005's Avatar
ssharish2005 ssharish2005 is offline Offline
Posting Whiz in Training

Re: Help please,,,,,,,,,,,,,,,,,

 
0
  #3
Mar 22nd, 2009
>how do i save the c programs i compiled on borland c++ on the dekstop???????????????????????
Well, when you compile the C code you would the binary or the .exe file out of it. Unless you have any errors. Assuming that your program compiled with no warning or errors, the .exe file should be in you local working directory. If you want to save the binary of it on the desktop then i guess you will have to look at the compile command line options and look for an flag output.

Just made a quick search, it’s the -n flag that you would have to use. That is
  1. bcc<x> -n <output dir path> <source file>
<output dir path> Please see AD post.

-ssharish
"Any fool can know, point is to understand"
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 8
Reputation: PRATS 1990 is an unknown quantity at this point 
Solved Threads: 0
PRATS 1990's Avatar
PRATS 1990 PRATS 1990 is offline Offline
Newbie Poster

Re: Help please,,,,,,,,,,,,,,,,,

 
0
  #4
Mar 23rd, 2009
THANKS ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
1 MR ANCIENT DRAGON
2 ssharish2005
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Other Threads in the C Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC