473,386 Members | 1,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

printing programs directly from Turbo C++ compiler

How do we print programs directly from Turbo C++ 3.0 compiler?
I have tried the print function from file menu of compiler ,but it does not print!!!
Feb 5 '07 #1
3 3467
macklin01
145 100+
I don't use the TurboC++ compiler, but you could just open the C++ files in any text editor and print them from there. (I take it that you mean to print the source code.) -- Paul
Feb 7 '07 #2
RedSon
5,000 Expert 4TB
Why dont you try copying and pasting the code from your editor to a text editor. Then you can format it how you like and print it from that? Let me know how that works for you.
Feb 7 '07 #3
AdrianH
1,251 Expert 1GB
You could go further and either ask Turbo C++ for help (if it is a ligit copy) or try a different IDE. I've used Eclipse and am liking it a lot. VERY configurable to use almost any base compiler tools, though has configurations built in for the gnu compiler, I'm sure you could set it up for the Turbo C++ tools.

If you want to move to the gnu compiler, you can download either MinGW's version at http://www.mingw.org/ or the Cygwin version at http://www.cygwin.com/. They are fairly good and allow for using managed makefiles which do dependency checking. Very important to keep compilation errors from slowing down your development.

Hope this helps,


Adrian
Feb 7 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Jim & Joanne Collins | last post by:
Craig, Thank you very much for your response. I've interspersed my questions in your reply. If you have answers to my question I would be extremely gratefull for your assistance! Thanks.
6
by: Developwebsites | last post by:
I am taking advanced C++ at college and we use Borland Turbo C++ 4.5 compiler. How different is Turbo C++ from the standard C++? I know Borland used to call their versions of C++ and Pascal Turbo,...
34
by: zhuyin.nju | last post by:
can some one tell that how to use pure c to write OO programs? thanks in advanced!
55
by: Steve | last post by:
I have to develop several large and complex C++ hardware test programs that should work under DOS, most likely with 32-bit DOS extender. Development workstation OS would be Microsoft XP. Quite some...
16
by: scott | last post by:
I am looking for a copy of Turbo C 1.5 from 1987 for some historical research I'm doing into computing from that time period.
9
by: junky_fellow | last post by:
Hi, To print the pointer using printf(), we convert it to (void *) . printf("%p",(void *)ptr); My question is how printf() determine which type of pointer is passed to it and prints its value...
1
by: =?Utf-8?B?TGl6?= | last post by:
I am running windows 2000 pk 2 XP. my husband was tring to print out a copy of his Turbo Tax and now my printer after he tired printing Turbo Tax. Any one have some HELP OUT THERE Please -- Thank...
0
by: chandan agarwal | last post by:
hi I have been given the task of building vc++ programs at the command line using make software. i have installed gnu make-3.81 version. i was able to build and run makefiles for turbo c++. but...
4
by: Abe Kobei | last post by:
Hello. Is there an official website to obtain Turbo C 1.0? I know that I can download Turbo C 2.0 from Borland, but I want a smaller version, because I expect that older is smaller. I want...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.