473,569 Members | 2,872 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Borland vs. Bloodshed

[it would appear there is no activity on the Borland boards
so I am posting here]

I have tried out these C++ compilers:
Watcom 11.0c - simply does not work.
now they bundled fortran with c++ but it just
doesnt install on my pc.

digi-mars DOS - good, fast, small.
however, no IDE, no editor, etc.

borland command line tools 5.5 - installed but
gives errors on programs which compile fine in 4.52. WHY?

borland 4.52 - a fine compiler with an IDE. console window stays up
when program ends(unlike bloodshed); however, the DOS
console window does not include copy/paste so how do i print
the output? also, the exe files dont run in DOS box within windows,
the console pops-up. contantly gives me GPF errors and crashes the system.

bloodshed dev-c++ - my fave at the moment. DOS console with copy/paste
pop-ups, however, it disappears when execution stops. the program could
be run within a DOS box.

what I would prefer is a DOS C++ compiler with an IDE, like the Turbo C v2.0,
is there one?

--------------------------------------------------
remove *batSPAM* to e-mail me
--------------------------------------------------
Jul 19 '05 #1
2 4409
Developwebsites writes:
borland command line tools 5.5 - installed but
gives errors on programs which compile fine in 4.52. WHY?


I would expect problems induced by the introduction of namespaces. Try
adding

using namespace std:

before any code. Another possible problem is that the preferred spelling of
the names of the include files have changed. Sample:

<math.h> becomes <cmath>.


Jul 19 '05 #2
Developwebsites wrote:
[SNIP]
borland command line tools 5.5 - installed but
gives errors on programs which compile fine in 4.52. WHY?
42.
borland 4.52 - a fine compiler with an IDE. console window stays up
the console pops-up. contantly gives me GPF errors and crashes the
system.
May I suggest you contact Borland support to solve problems with your
Borland SW?
bloodshed dev-c++ - my fave at the moment. DOS console with
copy/paste pop-ups, however, it disappears when execution stops. the
program could be run within a DOS box.
[OT]

#include <cstdlib>

....

typedef int absolutely_sure ly_never_ever_v oid;
absolutely_sure ly_never_ever_v oid main() {

....
std::system("pa use");
}
what I would prefer is a DOS C++ compiler with an IDE, like the Turbo
C v2.0, is there one?


gcc with Emacs. gcc with Eclipse. etc. But those will *not* make DOS
programs. They will make 32bit console programs.

--
WW aka Attila
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
5144
by: Developwebsites | last post by:
do they have 5.5 with an IDE? I've used 3.1 and 4.52, so why should i go back to command line with 5.5? are there any other C++ compilers with an IDE? -------------------------------------------------- remove *batSPAM* to e-mail me --------------------------------------------------
0
2955
by: Kenneth Gomez | last post by:
Hello, I have tried many avenues (web search, borland website, libxml website) before deciding to post here. I'm trying to install libxml2 on windows ME to work with my Borland C++ 5 Compiler (command line). Read through the installation guides from xmlsoft.org.
17
4678
by: Ziggi | last post by:
Hi. I want to get a C++ IDE, but I dont know whether to go for Bill Gate's solution or Borland's. Could any kind folks detail the relative strength and weaknesses of both, and also tell me which you yourselves prefer. Thanks in advance. Ziggi
15
3743
by: Chris | last post by:
I am just beginning programming again and need a bit of advice. I have both Visual C++ 6.0 Standard Edition and Borland C++ Builder 6. Of these two which do you consider the best for programming windows programs (not the DOS style program). I have had a quick look at both of these and Borland seems to have a lot more components (Buttons, Forms...
24
3761
by: serdar | last post by:
Hi. Does anybody say that what is better borland c++ or visual c++? Which compiler does have more help?
2
1541
by: PointNot | last post by:
I'm coding in Dev C++ by bloodshed my questions are.... I want to learn to create GUI windows interfaces, can I do it in here. I've never learned the visual aspect of C++ yet, and would like to learn, any good sites to help me out. THanks
0
1162
by: bob | last post by:
I'm using Bloodshed Dev-C++, and I'm getting ready to distribute a program I made with it. Does anyone know how to change the icon of the program? I'm not sure how resources work in Bloodshed, and the documentation on this seems nonexistent.
4
3738
by: darrensjunkaccount | last post by:
Hi, I have just inherited some embedded software that was compiled with Borland 4.52. I need to either purchase that compiler, which Borland no longer appear to sell or alternatively source an upgrade/compatible compiler. Do Borland sell a newer version of the 4.52 compiler that will still allow me to compile a DOS executable? Regards,...
30
3776
by: Dave -Turner | last post by:
So I just downloaded Bloodshed devcpp, opened up the Hello example, compiled it, no problems ..... well, except one - the exe is 474,990 bytes! What's the secret to compiling small exes? Thanks
0
7703
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7619
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7930
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7681
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7983
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6290
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3662
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2118
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.