Results 1 to 4 of 4

Thread: Replacement to Visual Studio

  1. #1
    Junior Member
    Join Date
    Aug 2006
    Posts
    16

    Replacement to Visual Studio

    I am a current Computer Science student. I am looking for programming software that is a replacement for MS Visual Studio. I am going to use this for C/C++, and maybe C# in the future for Windows programming if I desire to learn it.

    Can anyone make some recommendations?

    Also, does anyone know if there is better virtualization software than VMware, and perhaps software that allows the OS to recognize more accurately my system hardware rather than the virtualized hardware that often isnt close to my hardware? I am going to try and setup FreeBSD in VMware or whatever so I do not have to dual boot and keep flipping between the two.

    Thanks
    toxic.influx
    QFT!!

    22 49 6e 73 61 6e 69 74 79 20 69 73 20 6f 66 74 65 6e 20 74 68 65 20 6c 6f 67 69 63 20 6f 66 20 61 6e 20 61 63 63 75 72 61 74 65 20 6d 69 6e 64 20 6f 76 65 72 2d 74 61 78 65 64 2e 22 20 20 2d 2d 4f 6c 69 76 65 72 20 57 65 6e 64 65 6c 6c 20 48 6f 6c 6d 65 73 0d 0a 0d 0a

  2. #2
    Just a Virtualized Geek MrLinus's Avatar
    Join Date
    Sep 2001
    Location
    Redondo Beach, CA
    Posts
    7,323
    Have you tried VMware server? (it's free and it's pretty good). I'm biased.

    as for programming software I've always been fond of Bloodshed's Dev C++
    Goodbye, Mittens (1992-2008). My pillow will be cold without your purring beside my head
    Extra! Extra! Get your FREE copy of Insight Newsletter||MsMittens' HomePage

  3. #3
    If you intend to use freebsd, use g++ and gcc they come with the distro already.

    Just go to a cli and type man g++. gcc and g++ work basicly the exact same way, just ones for c++ and ones for c. Ill let you guess which ones which.

    MsM is correct bloodshed is decent. Spent a couple months using it. I would recommend g++ and gcc though. The archives of information on the compiler is impressive along with being very helpful.

  4. #4
    Senior Member
    Join Date
    Jan 2003
    Posts
    3,915
    Hey Hey,

    Development:

    C/C++ == on *nix you're going to use Vi (Vim) for your IDE and gcc and g++ for compiling... On Windows.. Bloodshed Dev-C++ is probably your best bet for an IDE... you can get gcc and g++ for Windows... (It's one of two compilers that Dev-C++ will interact with... the other is dgjpp)..

    C# == You'll have to go with mono..

    Virtualization..

    VMWare -- Cross Platform... Server and Player are free
    Virtual PC --- Windows / Mac... certain versions have been released free of charge.
    Xen -- not really for running a Windows VM
    Qemu -- Emulation not virtualization... not bad for *nix command line but that's about it..

    I recommend VMWare personally

    Peace,
    HT

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •