Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C++ compiler?

Name: Anonymous 2010-04-29 14:41

I'm sure you get these threads all the time....  I'm used to Dev C++ but I don't really feel comfortable using a program that hasn't been updated in years.  What compiler do you use?  I'm trying to find something that works with SDL as well.

Name: Anonymous 2010-04-29 15:01

I am using Haskell

Name: Anonymous 2010-04-29 15:18

Name: Anonymous 2010-04-29 15:20

I use clang. I don't know if it fully supports Sepples yet, but I don't care because I use the superior C99 language.

Name: Anonymous 2010-04-29 15:31

All Sepples compilers should work with libraries.
Perhaps Dev-C++ doesn't need updating LOL
Try the GNU compiler collection.

Name: Anonymous 2010-04-29 19:55

>>5
>Try the GNU compiler collection.

GCC is a good choice, I recommend it highly!

Name: Anonymous 2010-04-29 20:23

g++ is always a good pick, even if it's not always the best.  If you're going for zomg high performance, Intel C++ is probably the best, though you'll have to resort to evil ways to get a copy unless you've got a few hundred bucks lying around.  VC++ supposedly gets better performance than g++ on Windows, but it's probably not enough of a marked difference to notice, and visual anything installs 4GB of shit on the machine anyway.

Dev-C++ will probably work fine, unless you're trying something really new.

Name: Anonymous 2010-04-29 20:51

Why the cock would you use Sepples? SDL is a C library, write in C. Write in C.

Name: Anonymous 2010-04-29 20:57

>>7
GNU C++ is never a good pick, and it's never the best.

Intel C++ for Linux is freely downloadable for noncommercial use.

VC++ should be expected to have faster compile times with precompiled headers.  And if 4 GB of hard drive space means a lot to you, get a job and buy a bigger hard drive.

Name: Anonymous 2010-04-29 22:20

>>9
g++ is a good choice if you're targeting something other than x86/x86-64/ia-64/arm/sparc and need to use sepples (for example, if you won't get paid if you don't use sepples).

Name: Anonymous 2010-04-29 22:37

>>10
Only if there's no better compiler from the vendor... and often times there is, unless you need to use C++ features

Name: Anonymous 2010-04-29 22:59

>>9
I happen to know it outperforms the only official commercial compiler to target a certain widely deployed system, and it's the only other compiler adapted to do so.

Name: Anonymous 2010-04-30 3:33

>>12
Now you're pulling my appendage. Which appendage is it?

Name: Anonymous 2010-05-01 1:57

>>13
the penis?

Name: Anonymous 2010-05-01 4:52

>>11
for a lot of platforms, the vendor either doesn't provide a sepples compiler, or just gives you g++.

Name: Anonymous 2010-05-01 5:26

editor: gedit
compiler: gcc

Name: Anonymous 2010-05-01 7:38

>>7
Pilgrim's going to go to your house and fuck your shit up if a proggitor finds out

Name: Anonymous 2010-05-01 8:12

>>17
It looks like you need a buttsort.

Name: Anonymous 2010-05-02 20:35

>>9
Looks like someone still uses proprietary software. Besides, GCC is much faster in a bunch of areas, so saying it is never the best is bullshit. Stop pretending to know what you're talking about and learn to program fag.

Name: Anonymous 2010-05-02 20:37

>>19
Looks like someone still uses proprietary software.
* Everyone

Name: Anonymous 2010-05-02 20:38

>>20
I don't, fag.

Name: Anonymous 2010-05-02 20:51

Name: Anonymous 2010-05-02 20:56

>>19
You need to remember that today's GCC is huge and very convoluted. Don't expect it to compare well in some areas with other compilers that have smaller design scopes. Its outstanding feature is in the fact it works and it's free.

>>20
I don't either. I own a Sunblade 1500 and 100% of my software is free. I don't own anything else that I could consider to be proprietary software.

Name: Anonymous 2010-05-02 23:20

>>23
it works
Yeah, sure.

Name: Anonymous 2010-05-02 23:35

GNU is proprietary.

Name: Anonymous 2010-05-02 23:38

>>24
RMS/Free, I like it. Someone do up some interjection kopipe on the quick.

Anyway he did say free, not Free, so I think he's okay.

Name: Anonymous 2010-05-03 2:17

I burned my grilled cheese reading this thread. :(

Name: Anonymous 2010-05-03 3:36

>>27
How the hell does one manage preparing a grilled cheese sandwich while browsing the Internet?

Name: Anonymous 2010-05-03 4:28

>>27
We you using a propitiatory toaster?

Name: Anonymous 2010-05-03 5:17

I wonder if RMS walks into cafes and restaurants, and whines until he sees the recipes of all the food he is eating. "I DON'T WANT ANY PROPRIETARY CAKE!"

Name: Anonymous 2010-05-03 5:55

Secret sauce is the enemy of your freedom!

Name: Anonymous 2010-05-03 6:25

>>30
Software != cake. You don't blindly consume software at once. You care about where did the software came from, who did it, and what is licensed on. You wouldn't download a cake into your mouth from shady sites, would you?

Name: Anonymous 2010-05-03 6:39

>>32
http://cakephp.org/

God help us all.

Name: Anonymous 2010-05-03 7:50

I'm worried about your eating habits, >>32-chan. You should stop blindly consuming cakes you get from shady places that you don't even know precisely which. You might accidentally a cake made by a meth addict who had sex with it, and get some nasty STDs in your mouth.

Name: Anonymous 2010-05-03 10:39

>>24-26
The idea of the Free Software Movement is that computer users deserve the freedom to form a community. You should have the freedom to help yourself, by changing the source code to do whatever you need to do. And the freedom to help your neighbor, by redistributing copies of programs to other people. Also the freedom to help build your community, by publishing improved versions so that other people can use them.

You can do as you wish as long as all users retain all their essential freedoms.

GCC software permits anybody to form communities to cooperate, improve and share GCC thus making it free.

>>30
Cake isn't the same as software. The only thing that a customer needs to know are what ingredients are in the cake and possibly when it was baked. It makes little sense to try and modify an already completed cake. It makes better sense to modify the recipe for the cake rather than the completed cake.

Software is different. Software is a practical tool in the form of intangible knowledge. It makes a lot of sense for society to have the freedom to cooperate, study, improve and share software.

Name: Anonymous 2010-05-03 10:44

CakePHP enables PHP users at all levels to rapidly develop robust cooking applications.

Name: Anonymous 2010-05-03 11:13

DevC++ is not dead, its now wxDevC++
http://wxdsgn.sourceforge.net/

And if you use the Intel C++ compiler, you still will want an IDE for it unless you want to compile with make on the console. I think that CodeBlocks is the best option, you can use it with any C++ compiler

Name: Anonymous 2010-05-03 11:16

Recipes by themselves are not copyrightable anyway. Cake is free in ways that RMS's little mind has trouble handling.

Name: Anonymous 2010-05-03 11:33

Someone needs to make a Lazytown-RMS-dance video.

I'd do it, but I can't be fucked installing video editing software.

Name: Anonymous 2010-05-03 11:38

How about wxDev-C++ ??
I think thats still under development

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List