free

Why do people spend so much time searching for, and hacking around with, "free" toolsets when superior pay ones are available?

Clarification: I'm referring to companies that pay developers, professionally. I understand why a "hobby" or "for fun" developer wouldn't want to (or couldn't afford) a fully-features pay tool, and may prefer to tinker. I'm talking about situations where a deadline is bearing down on a developer/company and development time is diverted a...

HTML editor - A free alternative to DreamWeaver

Hello, In the past, I used to work with DW4 and liked the way it allows you to visually write HTML pages. Can anyone suggest a free alternative for Windows? ...

Invalid Pointer Operation + Call Stack

Hi, it's my call stack window when i got "Invalid Pointer Operation" Error : What is the reason for this error? Thank you ...

Why is Open Source free?

It is widely accepted that Open Source also means free of charge. In particular, the "Open Source" definition by the Open Source Initiative states that Open Source, in addition to access to the source code and other criteria, means free redistribution. Their given rationale is: By constraining the license to require free redistribu...

when to use object.free and freeandnil(object);

Possible Duplicate: Which is preferable: Free or FreeAndNil? when to use free and freeandnil? in my way, i usually use the .free when the object that created is something like "object.create;" that has no self or nil parameter. if there is, that's the time i will use the freeandnil(); am i doing it right? or it has a big def...

How do I create a free C# development environment

For personal projects I cannot use my work-licence of Visual Studio Professional at home. Visual Studio Express just seem less appealing than the professional edition, what are my alternatives except notepad? ...

Why is this free failing when calling execvp?

First of all, I'm running in C on a Windows 32 bit system compiled with Visual Studio 2008. I'm running in debug mode. My code essentially is this: execvp( *argv, argv ); Where argv has three entries and looks like this: argv[0] = "pgserv"; argv[1] = "pgserv"; argv[2] = NULL; Yes, I am aware that that calls the pgserv application ...

Free professional development software

I've just stumbled on a Microsoft program that offers Visual Studio Professional, among other things like SQL Server and Windows Server 2008, for free (as in beer). The catch is that you have to be a student. Anyone know any other places where you can acquire software like this for free - legally that is. ...

Commercial development tools free/discounted for non-profit organizations?

I just started working for an official non-profit organization, and am finding out that some commercial software vendors offer free or discounted licenses for non-profits. For example, Atlassian (JIRA, Confluence) offers free licenses and Adobe offers some of their products at a discount. Are there any other good development tools or se...

Windows SDK License

A simple question I suppose, with a potentially complicated answer: Is the Windows SDK free as in Beer? I know it provides virtually the same compilers and commandline tools that the paid versions provide, and I believe you can only (legally) use it on a Windows machine, but am not even sure of anything more... I'm not well versed...

.NET: ObjectListView like

Hi, I need something like ObjectListView (http://objectlistview.sourceforge.net/cs/index.html), but it MUST be free and LGPL, BSD or some license that allow its uses in commercial applications. Thank you and sorry about my english. UPDATE: "Hi, To use ObjectListView commercially, companies normally buy a license. A license to use Obje...

Is there a way to clear the buffer element by element?

Hi, I've a fread line in my code that reads the contents of the file like this fread(buffer,sizeof(char),1024,file1); I kow that I can free the buffer using free(buffer); but my questions is, is there a way to delete the elements in the buffer one by one?. Say, I used the first element and I no longer need it so I want to delete it...

C++ string reassigned, is the old string correctly freed?

I have a c++ class with a member that is a string, something like: class Phone { string name; void foo() { name = string("new_name"); } } Now, within the function "foo", I reassign the string to "new_name". My question is: What happens to the old, empty string? Is it correctly "freed"? Does it still occupy memory? Now I ini...

SkyDrive alternative with API access?

Is there any 3th party service (no MS) similar to skydrive (CRUD files in the cloud) free to use and with an official API (REST could be perfect but even SOAP can be ok)? I don't need 100Gb, just few megs are ok, but accessible via API (I'm planning to develop a smarphone application...) thanks! ...

Delphi: What to do when a form fails to free when logging out of an application

I'm using Delphi (7-2010) and trying to figure out a good way to handle exceptions while freeing forms of an application. The application has several forms that are owned by the Application object. When the user logs out, I need to free all of the existing forms so no user state is maintained and then show the login dialog for the next...

Free ASP.NET shoutbox/chat

Hello everyone! I am searching for a simple and free ASP.NET C# shoutbox/chat application, so i can integrate it in a small gamming portal. The only important thing is that it should have some sort of "banned list", where the admin can ban and unban people. So far i got no luck on finding something with this ban functionality, i hope ...

Issue with putenv() on UNIX when using free()

Hello, I am trying to use putenv() on UNIX by concatenating str1 and str2 before that. I want to add a variable, or modify a variable, in the environment, so I am calling putenv() (or I could call setenv() identically). Basically, I receive str1 and str2, I create str1=str2 and pass it in putenv() as a parameter. The code I am showing...

reliable free XML plugin for Eclipse (Helios)

Reliable, free, XML plug-in for Eclipse. The good ones seem to be for pay and most of the free ones seem to be either very old or in beta (or alpha or pre-alpha!) What is your favorite? I don't need anything advanced, just a robust, honest piece of sw that does basic xml manipulation tasks. ps: I like the ones that can can be installed...

Can you mix free and constructor in C++?

Possible Duplicate: Is there any danger in calling free() or delete instead of delete[]? I was reading this question: http://stackoverflow.com/questions/184537/in-what-cases-do-i-use-malloc-vs-new/ Someone raised that one reason to use malloc was if you were going to use free. I was wondering: Is it valid to mix a free call ...

Free Unix Shell with open port ?

Hi,I'm in a restricted network,that way I'm looking for a free Unix shell with open port to use SSH tunnelling (remote port forwarding) and thanks. ...