Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Favorite programming software?  (Read 9836 times)

0 Members and 1 Guest are viewing this topic.

alindamarry

    Topic Starter


    Greenhorn

    • Experience: Beginner
    • OS: Unknown
    Favorite programming software?
    « on: December 29, 2010, 03:28:24 AM »
    what is your Favorite programming software?

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Favorite programming software?
    « Reply #1 on: December 29, 2010, 09:22:06 AM »
    Please, this question has been asked many times already.
    1. Are you loping for a personal recommendation that would be good for you?
    2. Or may we assume you want a good conversation starter when you meet a geek?

    Number one has already done many times over. But if you want #2, that would b a good theme for this thread.   ;D

    bret68holt



      Newbie
    • Experience: Beginner
    • OS: Unknown
    Re: Favorite programming software?
    « Reply #2 on: December 29, 2010, 10:07:45 PM »
    My favorite programming software is C,C++.Once you got the basic then its every easy to develop a software application on that...

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: Favorite programming software?
    « Reply #3 on: December 29, 2010, 10:16:30 PM »
    My favorite programming software is C,C++.Once you got the basic then its every easy to develop a software application on that...

    C and C++ aren't programming software. They're programming languages.
    I was trying to dereference Null Pointers before it was cool.

    bret68holt



      Newbie
    • Experience: Beginner
    • OS: Unknown
    Re: Favorite programming software?
    « Reply #4 on: December 31, 2010, 10:13:51 PM »
    Yes i know these are languages.I have made a mistake ..Sorry for that..Actually my favorite programming software are MPLAB, MPASM..

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Favorite programming software?
    « Reply #5 on: December 31, 2010, 11:06:20 PM »
    I think it is time to broaden this topic.
    The question may be more social rather than academic. Give the wrong answer and you will not get invited to the Geek parties. Often it is the women who want to know the right answers to help them socialize with the Geeky boys. To this end. notice how these girls talk in a cool neat place, where is lots of programming and networking and mobile applications. are happening  Google HQ. Geek girls with their favorite kind of programming research. Here is the Video. Notice the software.  :P
    http://www.youtube.com/watch?v=oESQUDyMxrk

    Linux711



      Mentor

      Thanked: 59
      • Yes
      • Programming Blog
    • Certifications: List
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 7
    Re: Favorite programming software?
    « Reply #6 on: January 12, 2011, 09:06:23 AM »
    Quote
    what is your Favorite programming software?

    VB6, Dev-C++, and PowerBASIC w/ FireFly. Dev-C++ is not the most popular, but it's free and good enough for me.
    YouTube

    "Genius is persistence, not brain power." - Me

    "Insomnia is just a byproduct of, "It can't be done"" - LaVolpe

    DaveLembke



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Favorite programming software?
    « Reply #7 on: January 12, 2011, 03:43:02 PM »
    Borland 5, MS Visual C++ 6.0 ( both of these for C/C++ )
    ActivePERL for PERL ( http://www.activestate.com/activeperl )

    If you are interested in a MS Software package for programming I think they still offer Visual Studio Express 2010 for C++, C#, VB, etc for FREE for non-commercial purposes. Only catch to programming in these is that you will have to have DOT.NET 3.5 installed which is an optional Windows component on XP. Might be included in Vista or 7

    Looks like MS now changed the rules on the Express editions... My Visual Studio 2008 Express does not require activation within 30 days or it breaks like 2010 requires now. At least activation is FREE, I guess they just want to track potential customers!!!   ;D
    http://www.microsoft.com/express/Downloads/

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Favorite programming software?
    « Reply #8 on: January 12, 2011, 03:57:23 PM »
    Not sue, but I think you can still get a free 2008 Visual Studio somewhere.

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: Favorite programming software?
    « Reply #9 on: January 12, 2011, 04:29:59 PM »
    Only catch to programming in these is that you will have to have DOT.NET 3.5 installed
    the installer includes it, or at least checks and will install it if necessary (I think, I really don't know, 2008 Professional includes the framework components.)
    I was trying to dereference Null Pointers before it was cool.

    DaveLembke



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Favorite programming software?
    « Reply #10 on: January 12, 2011, 05:08:33 PM »
    Projects built and compiled with the MS VS Express 2008 and 2010 if run on another XP computer I know have to have the Dot.NET 3.5 installed or they wont function. You are correct that Dot.NET is included with the install of the MS Studio Express which would satisfy the system its being coded up from, but if you plan on running your work on other machines, its not as simple as having an older stand alone EXE like say MS Visual C++ 6.0 which would run on any Windows machine pretty much without having to add the newer 3.5 framework. The newer builds 2008 and 2010 require Dot.NET 3.5 to be added to those workstations etc to run the programs. Just figured I'd mention it since I dont think an error message appears. I think the program will just open and close right away with no reason with 3.5 framework missing as for I remember some C++ projects behaving this way without it.

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: Favorite programming software?
    « Reply #11 on: January 12, 2011, 06:41:57 PM »
    Projects compiled with Visual Studio 2008 using a .NET language or C++/CLI require .NET 3.5; standard C++ programs do not (they do however require the C++ 2008 run-time redistributable).

    Also, I hardly see that as a limitation, certainly not one that should become a deciding factor, not for any reason I can think of.

    An Error message does appear- "The Application Failed to initialize properly (0xc0000135) click on OK to terminate the application" It doesn't explicitly say "you need to install the framework" or anything, but then again Visual Basic 6 applications don't say "you need to install the VB runtimes" and C/C++ apps don't say "you need the Microsoft C/C++ Run-time" either, so... yeah.

    I was trying to dereference Null Pointers before it was cool.

    ooe



      Newbie

      • Experience: Beginner
      • OS: Unknown
      Re: Favorite programming software?
      « Reply #12 on: January 27, 2011, 06:38:37 PM »
      i know little about programming, but i know visual studio.  ;D

      cintari



        Rookie

        Re: Favorite programming software?
        « Reply #13 on: January 31, 2011, 06:13:08 AM »
        I'm learning JAVA right now. It's my favorite out of all of them so far.

        guss



          Rookie

          Thanked: 1
          • Experience: Beginner
          • OS: Unknown
          Re: Favorite programming software?
          « Reply #14 on: February 07, 2011, 04:34:17 PM »
          dev-c++ is outdated.  Most of the programmers from dev-c++ are working on codeblocks, which is more up-to-date, and better in general, I think.