compiler for vista

A

Adam Chapman

Hi,

I am an engineering student student with loads of MATLAB programming
experience and I now want to start writing programs in C++

I want to make a program that can take a screenshot and then do some
image analysis to find certain objects displayed on the screen.

I believe that this requires a visual C++ compiler with an integrated
environment from Microsoft.

My computer has windows vista.

can anyone recomend a good compiler that i can download?

Thanks,

Adam
 
A

Alf P. Steinbach

* Adam Chapman:
Hi,

I am an engineering student student with loads of MATLAB programming
experience and I now want to start writing programs in C++

I want to make a program that can take a screenshot and then do some
image analysis to find certain objects displayed on the screen.

Taking screen snapshot: off-topic, not covered by standard library or
general libraries.

Image analysis: some image handling support recently added to Boost.

I believe that this requires a visual C++ compiler with an integrated
environment from Microsoft.

No, it doesn't.


My computer has windows vista.

can anyone recomend a good compiler that i can download?

Microsoft Visual C++, free and fancy but limited IDE.

MingW g++. Works well with e.g. CodeBlocks free IDE.

In addition there's e.g. the Digital Mars compiler, but I haven't used it.
 
S

Scott McPhillips [MVP]

Adam said:
Hi,

I am an engineering student student with loads of MATLAB programming
experience and I now want to start writing programs in C++

I want to make a program that can take a screenshot and then do some
image analysis to find certain objects displayed on the screen.

I believe that this requires a visual C++ compiler with an integrated
environment from Microsoft.

My computer has windows vista.

can anyone recomend a good compiler that i can download?

Visual C++ express edition is a free download:

http://msdn.microsoft.com/vstudio/express/

To program Windows GUI apps you will also need to download the free
Platform SDK.

<http://www.microsoft.com/downloads/...43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en>
 
?

=?iso-8859-1?q?Erik_Wikstr=F6m?=

Visual C++ express edition is a free download:

http://msdn.microsoft.com/vstudio/express/

To program Windows GUI apps you will also need to download the free
Platform SDK.

Unless you can live with using the .Net framework, which comes with
Visual C++, for the GUI-part (though you might want to use native C++
for the image manipulation part).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,888
Messages
2,569,964
Members
46,293
Latest member
BonnieHamb

Latest Threads

Top