Closed Thread Icon

Preserved Topic: c? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20886" title="Pages that link to Preserved Topic: c? (Page 1 of 1)" rel="nofollow" >Preserved Topic: c? <span class="small">(Page 1 of 1)</span>\

 
JakeB
Paranoid (IV) Inmate

From: us
Insane since: Oct 2000

posted posted 04-28-2001 16:44

i know its not server side, but i thougth you would know.

Where can i get a copy of c++(hopefully cheap) Do you know of any good books that might come with c and a compiler? I don't need a basic book, i've used several languages.

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 04-28-2001 20:22

My favorite C++ book is C++ for dumbies, which does come with a compiler.

Even better would be to install linux, they have all the developement software there for free.

-mage-

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 04-29-2001 17:42

Yeah, GCC (GNU C Compiler) is great and comes with every Linux distribution...

GenericPlayer
Nervous Wreck (II) Inmate

From: Ontario
Insane since: Mar 2001

posted posted 04-30-2001 01:04

Try O'Reilly's Practical C++ Programming if you are in need of a good book on C++, I've never seen a "for dummies" book on any subject that didn't suck. And you don't need to go and install linux to get a free compiler, whatever OS you are using now is fine. http://www.delorie.com/djgpp/ if you are using windows, as I assume. If not, gcc will run on any unix.

kevincar
Paranoid (IV) Inmate

From: north hills, ca usa
Insane since: Apr 2001

posted posted 05-15-2001 06:46

Mr. Max says:
> Yeah, GCC (GNU C Compiler) is great and comes with every Linux distribution...

... but it's very difficult to compile and get working with Win32- anyone
have a hint/tutorial/clue how to do this? Gnu.org is virtually silent on this
subject.



WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 05-15-2001 18:31

You can get GNU for windows? I thought GNU and GCC were linux only products, I don't see why those who stess open source, would design software that would help to secure the Devil(M$) on his thrown...

I think it may be a bitch to install because it is not ment for the windows system. But if you have a link to GCC for windows feel free to pass it by me, and I will see if I could give you a hand on the installation.

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 05-16-2001 08:04

A port of GCC 2.95.x is included with the Cygwin environment...

linear
Paranoid (IV) Inmate

From: other places
Insane since: Mar 2001

posted posted 05-16-2001 16:51

I played with Cygwin for a while. I thought it was so cool to have bash for my shell on windoze.

GenericPlayer
Nervous Wreck (II) Inmate

From: Ontario
Insane since: Mar 2001

posted posted 05-27-2001 03:27

Linux only? GNU predates linux by a good margin. Linux is one little kernel that isn't even very good. GNU software has been around for ages and because of that, linux distros were formed using the linux kernel and all of GNU's software.

And kevincar, see the link I already posted, that's a windows port of gcc. Its linked to on the GNU website actually.

linear
Paranoid (IV) Inmate

From: other places
Insane since: Mar 2001

posted posted 05-27-2001 05:25

Preach it, brother.

Sash
Paranoid (IV) Inmate

From: Canada, Toronto
Insane since: May 2000

posted posted 05-27-2001 09:15

Hope this will help.

« BackwardsOnwards »

Show Forum Drop Down Menu