Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am interested in building an image processing application using C++ .net. What should I use for graphics?

 

I am used to programing with Java and using java 2d graphics with java swing components but I have no Idea of what to use with C++.

 

In the book I bought on Visual C++ .net it talks very little about GUI applications but does mention MFC and Windows forms, both of which I have never used. Do these have the capability of rendering images and performing animation or should I be using something else?

 

thanks in advance.

  • *Gurus*
Posted

Windows Forms uses GDI+, which is great at rending and animation, but currently is not hardware accelerated. Still, if you're coming from Java you should find it quite speedy ;)

 

There's always the DirectX route, too.

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...