Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Looking for a Compiler
Tomato Cat Offline
Senior Member

Posts: 287
Threads: 2
Joined: Sep 2012
Reputation: 20
#11
RE: Looking for a Compiler

(09-14-2013, 08:06 PM)kojack Wrote: Although technically Code::Blocks is not a compiler. It's the interface, the actual back end that does the compiling is usually GCC (or the MingW version of GCC on windows).

Jajaja. xD That's what I meant!

She hadn't specified her OS, and I figured Codeblocks (with either compiler) would be a good choice due to, as you had mentioned, its portability.

Nice laptop by the way! Does it by any chance run off a Raspberry Pi? You said it was ARM-based.

*nvm* You said Pandora. =o
(This post was last modified: 09-14-2013, 09:14 PM by Tomato Cat.)
09-14-2013, 09:13 PM
Find
plutomaniac Offline
Super Moderator

Posts: 6,368
Threads: 45
Joined: May 2011
Reputation: 183
#12
RE: Looking for a Compiler

Oh yes, if OS is an issue then NetBeans supports pretty much everything. Wink
(This post was last modified: 09-14-2013, 09:19 PM by plutomaniac.)
09-14-2013, 09:19 PM
Find
Tomato Cat Offline
Senior Member

Posts: 287
Threads: 2
Joined: Sep 2012
Reputation: 20
#13
RE: Looking for a Compiler

Netbeans has C++ compiler? I thought that was a Java IDE?
09-14-2013, 09:22 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#14
RE: Looking for a Compiler

MSVC++ if you're developing on Windows, GCC (more accurately, G++, but G++ is just GCC with C++ flags) if you're developing on Linux. I recommend CMake to handle all configuration mess for you, since CMake will generate project and make files regardless of these platforms.

Tutorials: From Noob to Pro
(This post was last modified: 09-14-2013, 09:50 PM by Your Computer.)
09-14-2013, 09:49 PM
Website Find
kojack Offline
Member

Posts: 54
Threads: 0
Joined: Feb 2008
Reputation: 2
#15
RE: Looking for a Compiler

(09-14-2013, 09:13 PM)Tomato Cat Wrote: Nice laptop by the way! Does it by any chance run off a Raspberry Pi? You said it was ARM-based.

*nvm* You said Pandora. =o
I could go on about it for hours, but I'll try to avoid going off topic (by too much). Smile
It's a Cortex-A8 (600MHz on the earlier model, 1GHz now, overclockable too) based handheld with resistive touch screen, dual analog controls, physical (and really good) keyboard, dual sd cards, full size usb, high quality audio and running angstrom linux. It's designed to be the ultimate retro emulation game device (fully speed playstation and amiga emulation, etc) but also it's linux is a desktop os. Crazy battery life too.

And now back to compilers...
09-15-2013, 02:10 AM
Find
plutomaniac Offline
Super Moderator

Posts: 6,368
Threads: 45
Joined: May 2011
Reputation: 183
#16
RE: Looking for a Compiler

(09-14-2013, 09:22 PM)Tomato Cat Wrote: Netbeans has C++ compiler? I thought that was a Java IDE?

Yes, it has a special C/C++ version amongst others.
09-15-2013, 01:16 PM
Find




Users browsing this thread: 1 Guest(s)