Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > How to install c++ on Windows

Reply
Thread Tools

How to install c++ on Windows

 
 
Marcelo
Guest
Posts: n/a
 
      01-22-2006
Hi,

I am having some problems while installing c++ on Windows.
I have tried with
http://www.mingw.org

in order to use g++ in my system.
The main problem is that the g++ over the command line doesn't find the
libraries as
stdio.h

can you help me?

thanks a lot,

MArcelo
 
Reply With Quote
 
 
 
 
=?UTF-8?B?UmFmYcWCIE1haiBSYWYyNTY=?=
Guest
Posts: n/a
 
      01-22-2006
Marcelo wrote:
> Hi,
>
> I am having some problems while installing c++ on Windows.
> I have tried with
> http://www.mingw.org


This group is about C++ _language_, not about it's compilers and
implementations so this is off-topic

But,

1. you might want to get devcpp (google, first link) it contains mingw
(easy to install) and it provides IDE (with editor and so on)

2. in free time, why not get a real operating system that includes g++
compiler by default - go to https://shipit.ubuntu.com/ and you will
redive 100% free (even without costs of transport) a CD (or serveral of
them - give to friends) with linux (ubuntu distribution). It is quite
easy to use by newbies. Although this IS an operating system, so
installing it requires time and free hard disc partition or better yet a
separate hard disc.


 
Reply With Quote
 
 
 
 
TB
Guest
Posts: n/a
 
      01-22-2006
RafaƂ Maj Raf256 sade:
> Marcelo wrote:
>> Hi,
>>
>> I am having some problems while installing c++ on Windows.
>> I have tried with
>> http://www.mingw.org

>
> This group is about C++ _language_, not about it's compilers and
> implementations so this is off-topic
>
> But,
>
> 1. you might want to get devcpp (google, first link) it contains mingw
> (easy to install) and it provides IDE (with editor and so on)
>
> 2. in free time, why not get a real operating system that includes g++
> compiler by default - go to https://shipit.ubuntu.com/ and you will
> redive 100% free (even without costs of transport) a CD (or serveral of
> them - give to friends) with linux (ubuntu distribution). It is quite
> easy to use by newbies. Although this IS an operating system, so
> installing it requires time and free hard disc partition or better yet a
> separate hard disc.


Oh god, I hate blunt ignorant os advocacy. That obnoxious comment
doesn't actually help the OP if it's windows he wants to develop on.
Please leave out item 2 in future posts, this is not
comp.os.linux.advocacy.

--
TB @ SWEDEN
 
Reply With Quote
 
Roland Pibinger
Guest
Posts: n/a
 
      01-22-2006
On Sun, 22 Jan 2006 12:26:15 +0100, Marcelo <>
wrote:
>I am having some problems while installing c++ on Windows.
>I have tried with http://www.mingw.org
>in order to use g++ in my system.
>The main problem is that the g++ over the command line doesn't find the
>libraries as stdio.h
>
>can you help me?


MingW has a confusing distribution system. If you are a beginner you
may look at MinGW Developer Studio (simple VC++6-like IDE + MingW g++
3.4.2).

Best wishes,
Roland Pibinger
 
Reply With Quote
 
Roland Pibinger
Guest
Posts: n/a
 
      01-22-2006
On Sun, 22 Jan 2006 12:49:15 GMT, (Roland Pibinger)
wrote:

Forgot the link: http://www.parinyasoft.com/
 
Reply With Quote
 
C.B.
Guest
Posts: n/a
 
      01-22-2006
Look at http://www.sgi.com/tech/stl/ where you can download the STL library
and stdlib also (so, stdio.h). try the link : IOstreams
library(experimental). (why experimental, I don't know ...)

Don't forget when you compile to indicate g++ the paths of the include
directories (using -I"/include/directory") and the lib directory.

But it would be easier to use dev-cpp, or Visual C++ Express edition (which
is free, you just havec to register with an passport / hotmail e-mail
account) : http://msdn.microsoft.com/vstudio/express/visualc/.
 
Reply With Quote
 
=?UTF-8?B?UmFmYcWCIE1haiBSYWYyNTY=?=
Guest
Posts: n/a
 
      01-22-2006
TB wrote:

> Please leave out item 2 in future posts, this is not
> comp.os.linux.advocacy.


Threfore I dont write WHY linux IS better, only suggested an option to
get a nice c++ compiler built into the system.

 
Reply With Quote
 
Martin Mayer
Guest
Posts: n/a
 
      01-22-2006
You can download a alternatic++-Compiler an http://www.bloodshed.net.
This makes no problem by Installing on Windows!

 
Reply With Quote
 
John Carson
Guest
Posts: n/a
 
      01-22-2006
"Rafal Maj Raf256" <> wrote in
message news:dr08kp$odu$
> TB wrote:
>
>> Please leave out item 2 in future posts, this is not
>> comp.os.linux.advocacy.

>
> Threfore I dont write WHY linux IS better, only suggested an option to
> get a nice c++ compiler built into the system.



The OP asked about installing a compiler for Windows. You advised him to
install Linux ("a real operating system"). There could hardly be a clearer
case of gratuitous Linux advocacy.

--
John Carson


 
Reply With Quote
 
eiji
Guest
Posts: n/a
 
      01-22-2006
I know, it's the devil-company, but if you want a windows-c++ compiler
I recommend
the new VC++ Express Edition from MS.

http://msdn.microsoft.com/vstudio/express/visualc/

It's for free totay and this is, sorry, a real good compiler.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
How to install Microsoft Office Document Imageing on Windows 2003(x64), when i install it the OCR in MODI doesnt work: DR Windows 64bit 1 02-08-2008 05:43 AM
Is it possible to install windows xp 32bit over a previous windows xp x64? John Micheal Windows 64bit 1 02-19-2006 05:19 AM
Can't seem to boot from XP install CD (after botched Linux install) Cloud Burst Computer Support 3 05-22-2004 02:52 PM
How to determine JDK install directory and/or do silent install of J2SE? RJGraham Java 8 02-14-2004 02:19 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57