DaemonForums  

Go Back   DaemonForums > Miscellaneous > Programming

Programming C, bash, Python, Perl, PHP, Java, you name it.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 31st March 2009
SunSpyda SunSpyda is offline
Port Guard
 
Join Date: Mar 2009
Posts: 20
Default C++ IDE for OpenBSD?

I was wondering if anyone knew a good C++ IDE for OpenBSD. It should use standard ANSI/ISO standard C++ and it needs to work on OpenBSD 4.4. I don't use a 64bit version of OpenBSD, so 64bit support isn't required, but it would be good.

I heard Dev-C++ now works with Linux, so I went onto their site but I couldn't find a BSD download. I couldn't find a BSD download for Code::Blocks either. Has anyone tried these with the OpenBSD Linux kernel emulation?

I don't care if I have to compile it, or if it's just a binary download. If it uses Vi syntax all the better, but that isn't really a requirement.

So, does anyone know any good ones?
Reply With Quote
  #2   (View Single Post)  
Old 31st March 2009
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

If ctags understood C++ classes, the operating system would be an entire C/C++ IDE :-)

packages should be available for eclipse-sdk with the correct plugins (CDT) added, geany, netbeans with the correct stuff added, all should be usable for your task (I'd suggest geany). You might also check out Vi Improved (vim), GNU Emacs (emacs), and XEmacs (xemacs).



(OpenBSD as an IDE: ksh environment, make tool, assembler, compiler, linker, debugger, profiler, tags file generator, developer documentation, multiple code editors (ed, ex, vi, mg), and several standard libraries; using window or screen would also be handy.)
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote
  #3   (View Single Post)  
Old 1st April 2009
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

Personally I consider graphical IDE's pointless, as TerryP said.. the entire operating system is one big IDE.

That doesn't mean that none exist, devel/geany appears to be available.

As for 3rd party projects not distributing binaries, that's to be expected.. 3rd party software should be obtained via the ports tree.
Reply With Quote
Reply

Thread Tools
Display Modes

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

Forum Jump


All times are GMT. The time now is 11:15 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick