Ryonez
Junior Member
Posts: 10
Threads: 4
Joined: May 2010
Reputation:
0
|
What compiler do you use?
Let us know what compiler do you use!
|
|
05-16-2010, 01:38 PM |
|
Urkle
FG - Associate
Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation:
21
|
RE: What compiler do you use?
IDEs that I used during penumbra development were.
For Linux, eclipse mostly and i switched to netbeans while working on the last patch.
The compiler, of course, was GCC.
For Mac os x, i used Xcode, which uses GCC as the compiler.
Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
|
|
05-16-2010, 01:46 PM |
|
Ryonez
Junior Member
Posts: 10
Threads: 4
Joined: May 2010
Reputation:
0
|
RE: What compiler do you use?
Thanks for the info!
I'm at the moment am doing a BIT course, and the teacher has started teaching use using BlueJay (for Java). I cheat at home and use NetBeans. Want to head of into game devolpment so I also want to learn C++.
|
|
05-16-2010, 02:00 PM |
|
Benny
Junior Member
Posts: 3
Threads: 0
Joined: May 2010
Reputation:
0
|
RE: What compiler do you use?
(05-16-2010, 02:00 PM)Ryonez Wrote: Thanks for the info!
I'm at the moment am doing a BIT course, and the teacher has started teaching use using BlueJay (for Java). I cheat at home and use NetBeans. Want to head of into game devolpment so I also want to learn C++.
Java is being taught at my University as well it seems to be the foundation level I think. I too am interested in learning C++ and prolly will since I got a free Cd that has exercises and stuff. I have never heard of the Linux compiler eclipse but will check it out thx!
|
|
05-17-2010, 02:43 AM |
|
Urkle
FG - Associate
Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation:
21
|
RE: What compiler do you use?
Eclipse isn't a compiler.. it's a cross-platform IDE (Integrated Development Environment). Eclipse's primary target is java development, but there are plugins for C/C++, PHP, Python, Ruby, etc...
Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
|
|
05-17-2010, 02:45 AM |
|
Tzajof
Junior Member
Posts: 16
Threads: 1
Joined: Apr 2010
Reputation:
0
|
RE: What compiler do you use?
I use Visual C++ Express 2010 (though should be getting 2010 Professional soon), and I'm also essentially a Windows developer with absolutely no cross-platform experience let alone Linux or Mac development. Though I can't help but hope to rectify that some time in the future- not that it's in an issue now since I'm just doing small (read: tiny compared to HPL) projects.
|
|
05-17-2010, 10:04 AM |
|
Setlec
Junior Member
Posts: 25
Threads: 3
Joined: May 2010
Reputation:
0
|
RE: What compiler do you use?
GCC, the GNU Compiler Collection, FTW!
|
|
05-17-2010, 10:25 AM |
|
morris
Junior Member
Posts: 10
Threads: 0
Joined: Nov 2008
Reputation:
0
|
RE: What compiler do you use?
(05-17-2010, 10:25 AM)Setlec Wrote: GCC, the GNU Compiler Collection, FTW!
Seconded!
|
|
05-18-2010, 08:53 AM |
|
SR_guy
Unregistered
|
RE: What compiler do you use?
Is Netbeans better than Code::Blocks?
|
|
05-18-2010, 12:13 PM |
|
Urkle
FG - Associate
Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation:
21
|
RE: What compiler do you use?
(05-18-2010, 12:13 PM)SR_guy Wrote: Is Netbeans better than Code::Blocks?
Depends on what you are doing.. Code::Blocks is strictly a C++ IDE (last I played with it). Where as Netbeans is Primarily a Java IDE with plugins for c/C++ and various other languages.
I should install a recent version of Code::Blocks and see how far it's progressed over the past few years to see if it's worth using again..
Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
|
|
05-18-2010, 02:52 PM |
|
|