Connecting Tech Pros Worldwide Forums | Help | Site Map

help required.

kaps
Guest
 
Posts: n/a
#1: Jun 27 '08
Hello

What is the best IDE to use for C/C++ languages?
Previously I used "turbo c" compiler on Windows XP.

But now I switched to Windows Vista where I cant use it. I tried to
setup CDT eclipse but could not compile C program.


Can somebody please tell me which IDE is best and from where to
download?


Thanks

Please Help


Kapil Kumar

Eric Sosman
Guest
 
Posts: n/a
#2: Jun 27 '08

re: help required.


kaps wrote:
Quote:
Hello
>
What is the best IDE to use for C/C++ languages?
Something within me wants to answer "A stack of blank
paper and a Number 2 lead pencil," but I'm afraid it might
do you psychological damage if I were to say so.

Speaking for myself, I have never wanted an IDE for C
programming. It's helpful to have an editor that can alert
me when I mis-match my parentheses, and that can launch a
compilation and help me navigate the error messages. It's
also nice to point at an identifier and be taken to its
definition. But nowadays you'll find capabilities of this
kind in pretty much any programming editor you choose, even
in those that don't give themselves airs by claiming IDE-hood.
Quote:
Previously I used "turbo c" compiler on Windows XP.
>
But now I switched to Windows Vista where I cant use it. I tried to
setup CDT eclipse but could not compile C program.
>
Can somebody please tell me which IDE is best and from where to
download?
Considering my Luddite attitude you may wish to disregard
my opinion, but I'm content with the DJGPP compiler, library,
and tool chain. The Emacs editor is available as part of the
package if you want it; Emacs isn't to everyone's taste, but
taste is notoriously individual.

By the way, I make no claim that this (or any other)
programming environment is in any way "best." As has been
noted by others, there is no best way to define "best,"
and one programmer's best is another's beast.

--
Eric.Sosman@sun.com
Walter Roberson
Guest
 
Posts: n/a
#3: Jun 27 '08

re: help required.


In article <145b17ea-ea3a-4910-9f83-3259ac0ea1e4@y18g2000pre.googlegroups.com>,
kaps <kaps2121@gmail.comwrote:
Quote:
>What is the best IDE to use for C/C++ languages?
FIG-Forth.
Quote:
>Previously I used "turbo c" compiler on Windows XP.
Quote:
>But now I switched to Windows Vista where I cant use it. I tried to
>setup CDT eclipse but could not compile C program.
Quote:
>Can somebody please tell me which IDE is best and from where to
>download?
Code listing is available in the August 1980 Byte Magazine.


By the way, next time you might want to supply some kind of objective
meaning for "best" instead of leaving it up to *my* interpretation
of "best".
--
"You can't hit what you can't see." -- Walter "The Big Train" Johnson
jacob navia
Guest
 
Posts: n/a
#4: Jun 27 '08

re: help required.


kaps wrote:
Quote:
Hello
>
What is the best IDE to use for C/C++ languages?
Previously I used "turbo c" compiler on Windows XP.
>
But now I switched to Windows Vista where I cant use it. I tried to
setup CDT eclipse but could not compile C program.
>
>
Can somebody please tell me which IDE is best and from where to
download?
>
>
Thanks
>
Please Help
>
>
Kapil Kumar
Hi Kapil

You can download my compiler/IDE from the url below.
I have problems under VISTA though. I am preparing a 64 bit
VISTA version but is not ready yet...

The 32 bit version is freely available at
http://www.cs.virginia.edu/~lcc-win32


--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32
CBFalconer
Guest
 
Posts: n/a
#5: Jun 27 '08

re: help required.


Eric Sosman wrote:
Quote:
kaps wrote:
>
.... snip ...
Quote:
>
Quote:
>Previously I used "turbo c" compiler on Windows XP.
>>
>But now I switched to Windows Vista where I cant use it. I
>tried to setup CDT eclipse but could not compile C program.
>>
>Can somebody please tell me which IDE is best and from where
>to download?
>
Considering my Luddite attitude you may wish to disregard my
opinion, but I'm content with the DJGPP compiler, library, and
tool chain. The Emacs editor is available as part of the
package if you want it; Emacs isn't to everyone's taste, but
taste is notoriously individual.
I agree, but substitute textpad (textpad.com) for Emacs. I'm using
W98FE. I also use TC for 16 bit checks. I wouldn't let Vista onto
the computer.

<http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt>
<http://www.securityfocus.com/columnists/423>
<http://www.schneier.com/crypto-gram-0702.html#8>
<http://www.aaxnet.com/editor/edit043.html>

--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.


** Posted from http://www.teranews.com **
Richard Heathfield
Guest
 
Posts: n/a
#6: Jun 27 '08

re: help required.


kaps said:
Quote:
Hello
>
What is the best IDE to use for C/C++ languages?
Previously I used "turbo c" compiler on Windows XP.
>
But now I switched to Windows Vista where I cant use it.
You seem to have got things the wrong way round.

First decide the software that you want to use. Then choose an operating
system that can run that software. If Vista doesn't run the software you
want it to run, why bother to buy it at all?

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
Ian Collins
Guest
 
Posts: n/a
#7: Jun 27 '08

re: help required.


Richard Heathfield wrote:
Quote:
kaps said:
>
Quote:
>Hello
>>
>What is the best IDE to use for C/C++ languages?
>Previously I used "turbo c" compiler on Windows XP.
>>
>But now I switched to Windows Vista where I cant use it.
>
You seem to have got things the wrong way round.
>
First decide the software that you want to use. Then choose an operating
system that can run that software. If Vista doesn't run the software you
want it to run, why bother to buy it at all?
>
Maybe the OP likes paying for polio :)

--
Ian Collins.
santosh
Guest
 
Posts: n/a
#8: Jun 27 '08

re: help required.


kaps wrote:
Quote:
Hello
>
What is the best IDE to use for C/C++ languages?
Depends on what you mean by "best", doesn't it? Many people developing
for Windows like Microsoft's Visual Studio IDE. Free to use versions of
Visual C++ are supplied by Microsoft. Visit their site.
Quote:
Previously I used "turbo c" compiler on Windows XP.
>
But now I switched to Windows Vista where I cant use it.
Why not? From what I have heard from others (I have yet to touch Vista
myself), DOS programs can still work under Vista. except for fullscreen
ones.
Quote:
I tried to
setup CDT eclipse but could not compile C program.
>
>
Can somebody please tell me which IDE is best and from where to
download?
My personal choice is the Vim editor, but that's not for everyone.
Otherwise there are some good IDEs like Dev-C++, Code::Blocks etc.

Have you done a Google search. Usually such simple queries can be
answered just as well by Google. Also your question is, strictly
speaking, off-topic here. You might also want to try a group like
comp.programming, comp.os.ms-windows.programmer.win32 for more
recommendations. Also try a group under the comp.os.ms-dos category for
help with trying to get DOS applications running under Vista. Also you
might want to ask in groups under the microsoft.public category for
more help with Windows and DOS based problems. You find all the above
mentioned groups by using the search facility of Google Groups, but I
recommend posting through a regular news server, as Google Groups is
taking no action to prevent their users from abusing Usenet with spam.

Bartc
Guest
 
Posts: n/a
#9: Jun 27 '08

re: help required.



"Richard Heathfield" <rjh@see.sig.invalidwrote in message
news:pu6dnXI4cYEBZYbVnZ2dnUVZ8uIAAAAA@bt.com...
Quote:
kaps said:
>
Quote:
>Hello
>>
>What is the best IDE to use for C/C++ languages?
>Previously I used "turbo c" compiler on Windows XP.
>>
>But now I switched to Windows Vista where I cant use it.
>
You seem to have got things the wrong way round.
>
First decide the software that you want to use. Then choose an operating
system that can run that software. If Vista doesn't run the software you
want it to run, why bother to buy it at all?
That's easy to say. But for someone with few resources, there are limited
choices of hardware and OS.

Windows machines are easy to buy, and they work out of the box. And they
will run a huge choice of software, including plenty of C systems.

If you're talking about Linux, that's more difficult to buy. It's possible
install it yourself of course, but I'm guessing the OP wants to do some C
programming not devote his life to fiddling with Linux.

-- Bartc



Ian Collins
Guest
 
Posts: n/a
#10: Jun 27 '08

re: help required.


Bartc wrote:
Quote:
>
If you're talking about Linux, that's more difficult to buy. It's possible
install it yourself of course, but I'm guessing the OP wants to do some C
programming not devote his life to fiddling with Linux.
>
Why does everyone assume the only alternative to windows is Linux?
There are plenty of options for those of us who prefer to spend our
limited resources on tools rather than an OS.

--
Ian Collins.
Richard Heathfield
Guest
 
Posts: n/a
#11: Jun 27 '08

re: help required.


Bartc said:
Quote:
>
"Richard Heathfield" <rjh@see.sig.invalidwrote in message
news:pu6dnXI4cYEBZYbVnZ2dnUVZ8uIAAAAA@bt.com...
Quote:
>kaps said:
>>
Quote:
>>Hello
>>>
>>What is the best IDE to use for C/C++ languages?
>>Previously I used "turbo c" compiler on Windows XP.
>>>
>>But now I switched to Windows Vista where I cant use it.
>>
>You seem to have got things the wrong way round.
>>
>First decide the software that you want to use. Then choose an operating
>system that can run that software. If Vista doesn't run the software you
>want it to run, why bother to buy it at all?
>
That's easy to say. But for someone with few resources, there are limited
choices of hardware and OS.
Yes. Windows XP is still available, and runs Turbo C just fine.

A friend of mine, who is completely and utterly non-technical, put up with
Vista for almost a year, by the end of which time she was sick to the back
teeth of it. No prompting from me - I didn't even know she was running
Vista. On her own initiative she had contacted Dell and told them how
furious she was with Vista for so many reasons - and they sent her a
complimentary copy of XP. She then said "Richard: laptop; XP install disk;
go do it"... so I did, and now she is happily running XP and is perfectly
content once more.
Quote:
Windows machines are easy to buy, and they work out of the box. And they
will run a huge choice of software, including plenty of C systems.
The last machine I was responsible for selecting was a Win32 laptop, and
the choices were XP and Vista. I chose XP. It's a *CHOICE*.
Quote:
If you're talking about Linux,
I wasn't.
Quote:
that's more difficult to buy.
Yes - buying free stuff can be a complex business.
Quote:
It's
possible install it yourself of course,
It's trivial, nowadays.
Quote:
but I'm guessing the OP wants to
do some C programming not devote his life to fiddling with Linux.
There's more to Win32 than Vista.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
santosh
Guest
 
Posts: n/a
#12: Jun 27 '08

re: help required.


Bartc wrote:
Quote:
"Richard Heathfield" <rjh@see.sig.invalidwrote in message
news:pu6dnXI4cYEBZYbVnZ2dnUVZ8uIAAAAA@bt.com...
Quote:
>kaps said:
>>
Quote:
>>Hello
>>>
>>What is the best IDE to use for C/C++ languages?
>>Previously I used "turbo c" compiler on Windows XP.
>>>
>>But now I switched to Windows Vista where I cant use it.
>>
>You seem to have got things the wrong way round.
>>
>First decide the software that you want to use. Then choose an
>operating system that can run that software. If Vista doesn't run the
>software you want it to run, why bother to buy it at all?
>
That's easy to say. But for someone with few resources, there are
limited choices of hardware and OS.
Huh? Windows Vista demands more hardware resources out of the box than
any other operating system.
Quote:
Windows machines are easy to buy, and they work out of the box. And
they will run a huge choice of software, including plenty of C
systems.
True to an extent.
Quote:
If you're talking about Linux, that's more difficult to buy.
True.
Quote:
It's
possible install it yourself of course, but I'm guessing the OP wants
to do some C programming not devote his life to fiddling with Linux.
And here you are wrong. Something like Ubuntu works from the word go.
Absolutely no fiddling is required, unless you are doing advanced
stuff, in which case you should _know_ what you are doing.

The great thing about UNIX and Unix-like systems is that almost always
their default install included development tools for a wide variety of
languages. C of course was, and is, the most supported of PLs under
Unix.

Systems like Ubuntu, Debian, [Free|Open|Net]BSD, are, in my experience,
great for programming. For general use Ubuntu is frankly easier to use
than the Windows versions I have used in the past (3.1/95/98/XP).

C programming involves a lot of low level fiddling in practise, so if
the OP is allergic to fiddling then he might want to reconsider C
programming.

santosh
Guest
 
Posts: n/a
#13: Jun 27 '08

re: help required.


Richard Heathfield wrote:

<snip>
Quote:
The last machine I was responsible for selecting was a Win32 laptop,
and the choices were XP and Vista. I chose XP. It's a *CHOICE*.
Not for long if Microsoft has it's way.

<snip>

santosh
Guest
 
Posts: n/a
#14: Jun 27 '08

re: help required.


Ian Collins wrote:
Quote:
Bartc wrote:
Quote:
>>
>If you're talking about Linux, that's more difficult to buy. It's
>possible install it yourself of course, but I'm guessing the OP wants
>to do some C programming not devote his life to fiddling with Linux.
>>
Why does everyone assume the only alternative to windows is Linux?
There are plenty of options for those of us who prefer to spend our
limited resources on tools rather than an OS.
Yes, I can also recommend OpenSolaris (just tried it out a few days
back). Though it's still in beta it's a nice alternative to Linux and
the BSDs, as long as you're not a Free Software zealot. Sun also has
a "Solaris Developer Edition", a tested Solaris version and I believe
the only free OS with a fully conforming C99 compiler.

Richard Heathfield
Guest
 
Posts: n/a
#15: Jun 27 '08

re: help required.


santosh said:
Quote:
Richard Heathfield wrote:
>
<snip>
>
Quote:
>The last machine I was responsible for selecting was a Win32 laptop,
>and the choices were XP and Vista. I chose XP. It's a *CHOICE*.
>
Not for long if Microsoft has it's way.
Microsoft may be big enough and powerful enough to enforce Vista's
acceptance - or it may not be. Time will tell. My non-techie friend's
negative experience with Vista is by no means unique. (Personally, I've
never used it and never plan to, so I don't care either way.)

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
Flash Gordon
Guest
 
Posts: n/a
#16: Jun 27 '08

re: help required.


Richard Heathfield wrote, On 03/05/08 13:40:
Quote:
santosh said:
>
Quote:
>Richard Heathfield wrote:
>>
><snip>
>>
Quote:
>>The last machine I was responsible for selecting was a Win32 laptop,
>>and the choices were XP and Vista. I chose XP. It's a *CHOICE*.
>Not for long if Microsoft has it's way.
>
Microsoft may be big enough and powerful enough to enforce Vista's
acceptance - or it may not be. Time will tell. My non-techie friend's
negative experience with Vista is by no means unique. (Personally, I've
never used it and never plan to, so I don't care either way.)
To kill XP and force people who need Windows to use Vista instead all MS
have to do is refuse to sell licences for XP and then stick to their
guns and wait.

I use Vista on my company notebook specifically to hit problems before
customers. I have hit problems with some specific pieces of SW, but not
had major problems with the OS itself. Well, not more than with any
other OS. Maybe I am just good at not breaking things.
--
Flash Gordon
CBFalconer
Guest
 
Posts: n/a
#17: Jun 27 '08

re: help required.


Bartc wrote:
Quote:
>
.... snip ...
Quote:
>
If you're talking about Linux, that's more difficult to buy. It's
possible install it yourself of course, but I'm guessing the OP
wants to do some C programming not devote his life to fiddling
with Linux.
No buying necessary. Just attack shipit.ubuntu.com and ask for a
CD. It will be shipped to you, free.

--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.

** Posted from http://www.teranews.com **
Eligiusz Narutowicz
Guest
 
Posts: n/a
#18: Jun 27 '08

re: help required.


roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson) writes:
Quote:
In article <145b17ea-ea3a-4910-9f83-3259ac0ea1e4@y18g2000pre.googlegroups.com>,
kaps <kaps2121@gmail.comwrote:
>
Quote:
>>What is the best IDE to use for C/C++ languages?
>
FIG-Forth.
>
Quote:
>>Previously I used "turbo c" compiler on Windows XP.
>
Quote:
>>But now I switched to Windows Vista where I cant use it. I tried to
>>setup CDT eclipse but could not compile C program.
>
Quote:
>>Can somebody please tell me which IDE is best and from where to
>>download?
>
Code listing is available in the August 1980 Byte Magazine.
>
>
By the way, next time you might want to supply some kind of objective
meaning for "best" instead of leaving it up to *my* interpretation
of "best".
I think it ok to ask for best from other peoples points of view. You are
clearly not a very helpful person.
Ian Collins
Guest
 
Posts: n/a
#19: Jun 27 '08

re: help required.


Richard Heathfield wrote:
Quote:
santosh said:
>
Quote:
>Richard Heathfield wrote:
>>
><snip>
>>
Quote:
>>The last machine I was responsible for selecting was a Win32 laptop,
>>and the choices were XP and Vista. I chose XP. It's a *CHOICE*.
>Not for long if Microsoft has it's way.
>
Microsoft may be big enough and powerful enough to enforce Vista's
acceptance - or it may not be. Time will tell. My non-techie friend's
negative experience with Vista is by no means unique. (Personally, I've
never used it and never plan to, so I don't care either way.)
>
<OT>
http://www.pcpro.co.uk/news/192372/d...p-cut-off.html
</OT>

--
Ian Collins.
Ian Collins
Guest
 
Posts: n/a
#20: Jun 27 '08

re: help required.


santosh wrote:
Quote:
Ian Collins wrote:
>
Quote:
>Bartc wrote:
Quote:
>>If you're talking about Linux, that's more difficult to buy. It's
>>possible install it yourself of course, but I'm guessing the OP wants
>>to do some C programming not devote his life to fiddling with Linux.
>>>
>Why does everyone assume the only alternative to windows is Linux?
>There are plenty of options for those of us who prefer to spend our
>limited resources on tools rather than an OS.
>
Yes, I can also recommend OpenSolaris (just tried it out a few days
back). Though it's still in beta it's a nice alternative to Linux and
the BSDs, as long as you're not a Free Software zealot. Sun also has
a "Solaris Developer Edition", a tested Solaris version and I believe
the only free OS with a fully conforming C99 compiler.
>
An excellent everything's there out of the box choice for the serious
developer.

--
Ian Collins.
Mark McIntyre
Guest
 
Posts: n/a
#21: Jun 27 '08

re: help required.


Bartc wrote:
Quote:
But for someone with few resources, there are limited
choices of hardware and OS.
That's as may be, but shelling out several hundred dollars for Vista
seems an odd way to conserve money.
More likely he bought a new machine with Vista pre-installed. Right
about now, I'd be getting my XP install disk out.
Quote:
If you're talking about Linux, that's more difficult to buy.
Well, yeah - since its free.
Quote:
It's possible
install it yourself of course, but I'm guessing the OP wants to do some C
programming not devote his life to fiddling with Linux.
Not wanting to drift offtopic, but you've __CLEARLY__ little experience
with modern Linux distros. They're essentially download, burn to DVD and
install.

--
Mark McIntyre

CLC FAQ <http://c-faq.com/>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>
Mark McIntyre
Guest
 
Posts: n/a
#22: Jun 27 '08

re: help required.


Flash Gordon wrote:
Quote:
>
To kill XP and force people who need Windows to use Vista instead all MS
have to do is refuse to sell licences for XP
To sell Edsels, all Ford had to do is stop selling Mercurys.
And /that/ strategy worked well didn't it?
Quote:
and then stick to their guns and wait.
For sales to fall, consumers to bide their time waiting for the price to
drop, consumers to decide they don't need a new PC just yet, OEMs to
start hollering for XP licenses etc etc.

Remember, nobody /has/ to buy a new PC, not even in the US. Its not like
water or bread.
--
Mark McIntyre

CLC FAQ <http://c-faq.com/>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>
Flash Gordon
Guest
 
Posts: n/a
#23: Jun 27 '08

re: help required.


Mark McIntyre wrote, On 03/05/08 23:43:
Quote:
Flash Gordon wrote:
Quote:
>>
>To kill XP and force people who need Windows to use Vista instead all
>MS have to do is refuse to sell licences for XP
>
To sell Edsels, all Ford had to do is stop selling Mercurys.
And /that/ strategy worked well didn't it?
I wouldn't know, I can't remember that :-)
Quote:
Quote:
>and then stick to their guns and wait.
>
For sales to fall, consumers to bide their time waiting for the price to
drop, consumers to decide they don't need a new PC just yet, OEMs to
start hollering for XP licenses etc etc.
Well, that is what happened...
Quote:
Remember, nobody /has/ to buy a new PC, not even in the US. Its not like
water or bread.
If MS hold out until the PCs are broke...

Note that I only said that people who need Windows would have to use
Vista, people who don't need Windows could choose another OS instead.
--
Flash Gordon
Ian Collins
Guest
 
Posts: n/a
#24: Jun 27 '08

re: help required.


Richard Heathfield wrote:
Quote:
Flash Gordon said:
>
<snip>
>
Quote:
>Note that I only said that people who need Windows would have to use
>Vista, people who don't need Windows could choose another OS instead.
>
This isn't actually true. There are brazillions of perfectly legal Windows
non-Vista 32-bit OS licences out there that were originally on machines
that have been discarded. In many, if not most, cases it is legal to
recycle them, assuming that the original hardware was in fact destroyed
(or the disk formatted, at least). There's nothing in the rules that says
you *must* buy an OS when you buy a computer.
Try telling that to Dell, at least for laptops.
Quote:
There is certainly a LinuxInstall-shaped gap in the
market, for example - for people who want to use Linux but can't seem to
work out how to install it (or who don't see how to get it to work with
all the hardware that comes with the machine).
>
Linux isn't the only alternative...

--
Ian Collins.
Richard Heathfield
Guest
 
Posts: n/a
#25: Jun 27 '08

re: help required.


Ian Collins said:
Quote:
Richard Heathfield wrote:
Quote:
>Flash Gordon said:
>>
><snip>
>>
Quote:
>>Note that I only said that people who need Windows would have to use
>>Vista, people who don't need Windows could choose another OS instead.
>>
>This isn't actually true. There are brazillions of perfectly legal
>Windows non-Vista 32-bit OS licences out there that were originally on
>machines that have been discarded. In many, if not most, cases it is
>legal to recycle them, assuming that the original hardware was in fact
>destroyed (or the disk formatted, at least). There's nothing in the
>rules that says you *must* buy an OS when you buy a computer.
>
Try telling that to Dell, at least for laptops.
You missed my point, which is that companies aren't *required* to sell you
an OS when they sell you a computer. The fact that they generally choose
to merely reflects current practice, not necessarily best practice. (And
incidentally, Dell *do* sell laptops with Linux pre-installed, according
to their Web site.)
Quote:
>
Quote:
>There is certainly a LinuxInstall-shaped gap in the
>market, for example - for people who want to use Linux but can't seem to
>work out how to install it (or who don't see how to get it to work with
>all the hardware that comes with the machine).
>>
Linux isn't the only alternative...
I agree. It is merely an example.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
Mark McIntyre
Guest
 
Posts: n/a
#26: Jun 27 '08

re: help required.


Flash Gordon wrote:
Quote:
Mark McIntyre wrote, On 03/05/08 23:43:
Quote:
>Flash Gordon wrote:
Quote:
>>>
>>To kill XP and force people who need Windows to use Vista instead all
>>MS have to do is refuse to sell licences for XP
>>
>To sell Edsels, all Ford had to do is stop selling Mercurys.
>And /that/ strategy worked well didn't it?
>
I wouldn't know, I can't remember that :-)
Nice try... :-)
http://en.wikipedia.org/wiki/Edsel#End_of_the_Edsel
Quote:
Quote:
Quote:
>>and then stick to their guns and wait.
>>
>For sales to fall, consumers to bide their time waiting for the price
>to drop, consumers to decide they don't need a new PC just yet, OEMs
>to start hollering for XP licenses etc etc.
>
Well, that is what happened...
Indeed, I direct you at
http://www.theregister.co.uk/2008/04...stomer_demand/
and
http://www.theregister.co.uk/2008/04..._quarter_2008/
Quote:
Quote:
>Remember, nobody /has/ to buy a new PC, not even in the US. Its not
>like water or bread.
>
If MS hold out until the PCs are broke...
See above...
Mark McIntyre
Guest
 
Posts: n/a
#27: Jun 27 '08

re: help required.


Richard Heathfield wrote:
Quote:
There is certainly a LinuxInstall-shaped gap in the
market, for example - for people who want to use Linux but can't seem to
work out how to install it (or who don't see how to get it to work with
all the hardware that comes with the machine).

These people must be severely cranially challenged - the last three
linux installs I did involved inserting the dvd, rebooting and answering
a few simple questions (what is your name, what is your quest ^w sorry,
country, and so forth). Almost exactly identical to installing XP or
Vista in fact.

--
Mark McIntyre

CLC FAQ <http://c-faq.com/>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>
s0suk3@gmail.com
Guest
 
Posts: n/a
#28: Jun 27 '08

re: help required.


On May 4, 4:02 am, Mark McIntyre <markmcint...@spamcop.netwrote:
Quote:
Richard Heathfield wrote:
Quote:
There is certainly a LinuxInstall-shaped gap in the
market, for example - for people who want to use Linux but can't seem to
work out how to install it (or who don't see how to get it to work with
all the hardware that comes with the machine).
>
These people must be severely cranially challenged - the last three
linux installs I did involved inserting the dvd, rebooting and answering
a few simple questions (what is your name, what is your quest ^w sorry,
country, and so forth). Almost exactly identical to installing XP or
Vista in fact.
>
Easier, actually. I've installed a couple of Linux distros; but I
don't know how to install XP (and I also use it) (not that I really
care...). The sad thing is that while installing Linux is so easy,
there's a lot of trouble with the hardware. I once couldn't get the
modem to work with Mandriva on a PC, and another time I couldn't get
the monitor (!) on a Mac to work with Fedora...
Richard Tobin
Guest
 
Posts: n/a
#29: Jun 27 '08

re: help required.


In article <DtKdnXMdBMs3nYDVnZ2dnUVZ8uqdnZ2d@bt.com>,
Richard Heathfield <rjh@see.sig.invalidwrote:
Quote:
>There is certainly a LinuxInstall-shaped gap in the
>market, for example - for people who want to use Linux but can't seem to
>work out how to install it
Something that would make it as quick and easy to install as Windows,
you mean?

-- Richard
--
:wq
Eligiusz Narutowicz
Guest
 
Posts: n/a
#30: Jun 27 '08

re: help required.


Mark McIntyre <markmcintyre@spamcop.netwrites:
Quote:
Richard Heathfield wrote:
Quote:
>There is certainly a LinuxInstall-shaped gap in the market, for
>example - for people who want to use Linux but can't seem to work
>out how to install it (or who don't see how to get it to work with
>all the hardware that comes with the machine).
>
>
These people must be severely cranially challenged - the last three
linux installs I did involved inserting the dvd, rebooting and
answering a few simple questions (what is your name, what is your
quest ^w sorry, country, and so forth). Almost exactly identical to
installing XP or Vista in fact.
This is true in some of the cases and not in many.

There are still many wireless problems. There are still many video
issues especially with people having to manually editing xorg.conf. There
are still many issues with freezes and lockups. There is still no UI for
changing details in xorg.conf for the "free" nv driver - otherwise in
ubuntu you must compile manually the driver for hw support.

But I am in agreeing with you that Linux is much better. The problem is
that you must cross compile. I use Linux for Pything development and its
good for me too. But lets not tell lies about installing. In some cases
it is installing very good indeed but in many cases this is not so.


Richard Heathfield
Guest
 
Posts: n/a
#31: Jun 27 '08

re: help required.


Richard Tobin said:
Quote:
In article <DtKdnXMdBMs3nYDVnZ2dnUVZ8uqdnZ2d@bt.com>,
Richard Heathfield <rjh@see.sig.invalidwrote:
Quote:
>>There is certainly a LinuxInstall-shaped gap in the
>>market, for example - for people who want to use Linux but can't seem to
>>work out how to install it
>
Something that would make it as quick and easy to install as Windows,
you mean?
Most people I know can't install either Linux /or/ Windows. The only reason
they can run a Windows machine is that Windows was pre-installed.

Actually, most people I know don't know how to run Windows, either. They
can just about launch applications from the desktop or start menu, but
that is the extent of their knowledge. Windows Explorer, for example, is a
closed book, locked in a steel cabinet, buried at the back of the library
cellar and covered in coal.

Most people, in fact, should not be permitted to touch a computer, for much
the same reason that most people should not be permitted to play the
drums.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
Bartc
Guest
 
Posts: n/a
#32: Jun 27 '08

re: help required.



"Mark McIntyre" <markmcintyre@spamcop.netwrote in message
news:ON5Tj.34822$ts1.14607@en-nntp-03.am2.easynews.com...
Quote:
Bartc wrote:
Quote:
>But for someone with few resources, there are limited choices of hardware
>and OS.
>
That's as may be, but shelling out several hundred dollars for Vista seems
an odd way to conserve money.
More likely he bought a new machine with Vista pre-installed. Right about
now, I'd be getting my XP install disk out.
>
Quote:
>If you're talking about Linux, that's more difficult to buy.
>
Well, yeah - since its free.
I meant machines preinstalled with Linux, where everything works as
expected. For years there was always one essential component not supported
(like a floppy, usb, or modem) if I tried to self-install.
Quote:
Quote:
>It's possible install it yourself of course, but I'm guessing the OP
>wants to do some C programming not devote his life to fiddling with
>Linux.
>
Not wanting to drift offtopic, but you've __CLEARLY__ little experience
with modern Linux distros. They're essentially download, burn to DVD and
install.
There're much better but still not problem-free. I'm not an MS fan but it's
always a relief to reboot back into Windows.

-- Bartc



Flash Gordon
Guest
 
Posts: n/a
#33: Jun 27 '08

re: help required.


Bartc wrote, On 04/05/08 15:26:
Quote:
"Mark McIntyre" <markmcintyre@spamcop.netwrote in message
news:ON5Tj.34822$ts1.14607@en-nntp-03.am2.easynews.com...
Quote:
>Bartc wrote:
<snip>
Quote:
Quote:
Quote:
>>It's possible install it yourself of course, but I'm guessing the OP
>>wants to do some C programming not devote his life to fiddling with
>>Linux.
>Not wanting to drift offtopic, but you've __CLEARLY__ little experience
>with modern Linux distros. They're essentially download, burn to DVD and
>install.
>
There're much better but still not problem-free. I'm not an MS fan but it's
always a relief to reboot back into Windows.
Then there are the people who bought PCs with Vista pre-installed only
to find that it did not support all of the HW on the machine! Even on my
Dell notebook which came pre-installed with Vista after a Windows update
it was complaining about a HW compatibility problem for a few months!

Or the server build I've done recently where we had to download drivers
for Windows 2003 Server before we could install Windows (yes, we
sometimes get the same with Linux).

These problems come and go with all OSs as the HW moves on.
--
Flash Gordon
Mark McIntyre
Guest
 
Posts: n/a
#34: Jun 27 '08

re: help required.


Eligiusz Narutowicz wrote:
Quote:
Mark McIntyre <markmcintyre@spamcop.netwrites:
>
the last three
Quote:
>linux installs I did involved inserting the dvd, rebooting and
>answering a few simple questions (what is your name, what is your
>quest ^w sorry, country, and so forth). Almost exactly identical to
>installing XP or Vista in fact.
>
This is true in some of the cases and not in many.
>
There are still many wireless problems. There are still many video
issues especially with people having to manually editing xorg.conf. There
are still many issues with freezes and lockups.
I disagree. Perhaps you're using the wrong distro, or have a somewhat
out of date one? I'm using FC6 for goodness' sake, and it works
perfectly on every computer I've tried it on.

No more to say, this is wildly off topic here.
--
Mark McIntyre

CLC FAQ <http://c-faq.com/>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>
Eligiusz Narutowicz
Guest
 
Posts: n/a
#35: Jun 27 '08

re: help required.


Mark McIntyre <markmcintyre@spamcop.netwrites:
Quote:
Eligiusz Narutowicz wrote:
Quote:
>Mark McIntyre <markmcintyre@spamcop.netwrites:
>>
>the last three
Quote:
>>linux installs I did involved inserting the dvd, rebooting and
>>answering a few simple questions (what is your name, what is your
>>quest ^w sorry, country, and so forth). Almost exactly identical to
>>installing XP or Vista in fact.
>>
>This is true in some of the cases and not in many.
>>
>There are still many wireless problems. There are still many video
>issues especially with people having to manually editing xorg.conf. There
>are still many issues with freezes and lockups.
>
I disagree. Perhaps you're using the wrong distro, or have a somewhat
out of date one? I'm using FC6 for goodness' sake, and it works
perfectly on every computer I've tried it on.
>
No more to say, this is wildly off topic here.
It is a thread people can ignore it I think.

But I use Linux and I know it does cause problems on install. Even a
quick look at forums tells you this.

I find it hard to believe you on FC6. There is too much new HW out there
and I know from experience that I must get more modern kernels unless
you only try it on very old hw? Then I do believe you.
Mark McIntyre
Guest
 
Posts: n/a
#36: Jun 27 '08

re: help required.


Bartc wrote:
Quote:
"Mark McIntyre" <markmcintyre@spamcop.netwrote in message
news:ON5Tj.34822$ts1.14607@en-nntp-03.am2.easynews.com...
Quote:
>Bartc wrote:
Quote:
>>But for someone with few resources, there are limited choices of hardware
>>and OS.
>That's as may be, but shelling out several hundred dollars for Vista seems
>an odd way to conserve money.
>More likely he bought a new machine with Vista pre-installed. Right about
>now, I'd be getting my XP install disk out.
>>
Quote:
>>If you're talking about Linux, that's more difficult to buy.
>Well, yeah - since its free.
>
I meant machines preinstalled with Linux,
Agree with that point.
Quote:
where everything works as
expected. For years there was always one essential component not supported
(like a floppy, usb, or modem) if I tried to self-install.
You are a tad behind the times. Both my usb modem and usb scanner work,
much to my surprise. Stuff like printers is very much out of the box.

It would help of course if makers included the linux drivers on their
otherwise-useless install CD. Half of them don't even bother with MacOS
drivers. And the linux ones woudl cost them zero pence to include.
Quote:
I'm not an MS fan but it's
always a relief to reboot back into Windows.
I /am/ a relative MS fan, I actually like XP quite a lot, but its always
a relief to boot back into Linux where i can do some work without
waiting for the OS to spin its wheels. 3Ghz Athlon, 1GB memory in case
you're wondering.

--
Mark McIntyre

CLC FAQ <http://c-faq.com/>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>
Ian Collins
Guest
 
Posts: n/a
#37: Jun 27 '08

re: help required.


Mark McIntyre wrote:
Quote:
Richard Heathfield wrote:
Quote:
>There is certainly a LinuxInstall-shaped gap in the market, for
>example - for people who want to use Linux but can't seem to work out
>how to install it (or who don't see how to get it to work with all the
>hardware that comes with the machine).
>
>
These people must be severely cranially challenged - the last three
linux installs I did involved inserting the dvd, rebooting and answering
a few simple questions (what is your name, what is your quest ^w sorry,
country, and so forth). Almost exactly identical to installing XP or
Vista in fact.
>
Or OpenSolaris.....

--
Ian Collins.
Closed Thread