Eclipse - Standard Widget Toolkit (SWT) - Installation

SWT, the Standard Widget Toolkit, will help us to draw windows for the Java platform.

On this webpage you will find links to download last stable releases http://www.eclipse.org/swt/

C++ - Qt Framework - Hello World

Now that you have already installed Eclipse, Qt Framework Open Source and MinGW with the this tutorial, we will create our first program window.

Let's go.

Eclipse - Qt Framework - Installation

You like Qt framework and you like Eclipse as well.
So you already developed with Qt Creator, but your favorite IDE is missing you.

I understand.

That's why I will show you how to use Eclipse to compile a project with Qt framework.

Eclipse - C/C++ - Installation

You can follow this tutorial if you want to use C++ on Windows with Eclipse IDE:

http://www.badprog.com/c-eclipse-installation-of-c-c-development-tools-cdt-and-cygwin-for-windows

Eclipse - Tips'n tricks - Creating a Code Style

You can easily manage the Code Style of your pages in Eclipse.

For example, for C++ (this is exactly the same for all others languages), simply do this:

Window > Preferences > C/C++ > Code Style.

Eclipse - Tips'n tricks - Generating getters and setters from the Source menu

An easy way to generate getters and setters is to use the Source option within Eclipse Indigo.

For example, create a new file, add the following lines and select them:

Security - Checksum - MD5

You just download a new file and you want to know if this file is really the good one.

How to do that?

With checksum of course!

Of course, this is not a 100% secure way, but it is better than nothing!

Oracle - GlassFish Server Open Source Edition - Installation

A new tutorial to explain how to install the Oracle GlassFish server Open Source Edition 3.1.1 on Windows directly by running it and with the Eclipse IDE.

Apache - Ant - Installation

Ant is a Java tool that can help you building projects and setting them correctly.
It can generates files and directory from simple XML files.
So, let's get started with this tutorial of Apache Ant on Windows operating system.

C++ - Windows - Hello World!

Let's create our first C++ application.

For this tutorial, we will use:

Pages

Subscribe to BadproG.com RSS