Software

Requirements, Design, UML, Project management and general software engineering discussions.

Moderator:Moderators

Post Reply
juFo
Posts:14
Joined:Sat Feb 02, 2008 1:41 pm
Software

Post by juFo » Tue Jun 17, 2008 8:24 am

Some software you might want to use while developing or gathering your ideas:

- VMware
- Microsoft Visio
- MindJet MindManager
- Microsoft Visual Studio

fill the list :)

Rob_52
Posts:6
Joined:Fri Oct 10, 2008 5:34 pm

Post by Rob_52 » Wed Oct 15, 2008 1:07 pm

i like to use, Notepad++

User avatar
codeherd
Posts:3
Joined:Sun Apr 05, 2009 5:19 am
Contact:

Re: Software

Post by codeherd » Sun Apr 05, 2009 5:38 am

linux.. :wink:
do not become just another dump programmer

Jarvix
Posts:21
Joined:Mon Apr 06, 2009 6:08 am

Re: Software

Post by Jarvix » Mon Apr 06, 2009 6:14 am

I Use:
* Linux (Fedora (Linpus Lite) at the moment)
* Code::Blocks as environment
* GCC for compiling
* NASM for assembly
* LD for linking
* QEMU and Bochs as emulators
* Terminal as commander

On windows, i got:
* Windows Vista 32x (but can have 64x, (intel core 2 quad 64bit)
* Code::Blocks too
* NotePad++ for watching ASM, and hexes (like binaries, it got hexviewer plugin)
* MingW

I work on Linux, and look for information on windows, very easy, with a laptop and PC, and 2 screens.

// PHPnerd
Jinix. Kernel programming is a black art that should be avoided if at all possible.

halofreak1990
Posts:92
Joined:Thu May 27, 2010 8:54 pm
Location:Netherlands

Re: Software

Post by halofreak1990 » Fri Jun 18, 2010 12:10 pm

I use:
Cygwin (To compile OpenXDK apps)
NASM (assembly)
NDisasm (disassembly)

Microsoft Visual Studio Professional 2005-2008
Crimson Editor (now Emerald Editor, search on Sourceforge if you'd like to know more)
Notepad (yes, I use that one too)

VirtualPC

chibicitiberiu
Posts:22
Joined:Sat Jul 17, 2010 7:55 am

Re: Software

Post by chibicitiberiu » Sat Oct 30, 2010 11:10 am

I use the following software:

*NetBeans and Notepad2 for writing the code
*Windows 98 (really weird, huh?) for building, and putting to floppy (my laptop doesn't have laptop support, so I use virtual pc with win98)
*Batch scripts for building, haven't learned yet to work with makefiles :P
*Crayon and paper for writing down ideas, and stuff.

GhostXoP_Development
Posts:4
Joined:Mon Jun 21, 2010 12:23 am

Re: Software

Post by GhostXoP_Development » Fri Apr 22, 2011 8:14 pm

Windows 7 Ultimate
Visual Studio 2010 Ultimate
Mike
GhostXoP Head Software Engineer of the VolTroX Concept Engine Project

roboman
Posts:12
Joined:Fri Nov 28, 2008 10:02 pm
Location:usa
Contact:

Re: Software

Post by roboman » Sat Apr 23, 2011 6:47 pm

The OS is mostly some ver of Windows or Dos, but sometimes one of the hobby os's
Lots of text editors, sometimes notepad, qedit / tse would top the list
FASM sometimes with Fresh or RadASM
GFA basic for right now, but mostly Power basic or QBasic. A little Visual Basic.
HxD
idag
Borland Delphi and C are getting a bit to dated so it tends to be Visual C, but not a lot of C lately.

Post Reply