Be a Supporter!

C++ Images Tutorial

  • 543 Views
  • 5 Replies
New Topic Respond to this Topic
YoBro
YoBro
  • Member since: Dec. 3, 2005
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
C++ Images Tutorial 2005-12-25 07:23:46 Reply

Does anyone know any good tutorial/s for inputting images/pictures into c++?

elbekko
elbekko
  • Member since: Jul. 23, 2004
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to C++ Images Tutorial 2005-12-25 07:50:37 Reply

google google google google google google google google google google google google google google google google google google google google google google google google google google

try google


"My software never has bugs. It just develops random features. " - Unknown

[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]

BBS Signature
rmthegreat88
rmthegreat88
  • Member since: Apr. 17, 2004
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to C++ Images Tutorial 2005-12-25 10:00:39 Reply

At 12/25/05 07:50 AM, elbekko wrote: google google google google google google google google google google google google google google google google google google google google google google google google google google

try google

no, you should actually try to help him; if you are going to say google a bunch of times you do not deserve to post.

http://www.functionx..di/displaybitmap.htm

this is a tutorial for importin bitmap images, im not sure how to do other file types

YoBro
YoBro
  • Member since: Dec. 3, 2005
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
Response to C++ Images Tutorial 2005-12-25 13:26:25 Reply

Thanks and yeah I've tried Google it but couldn't find.
Do you think the tutorial will work with Dev-C++?

Craige
Craige
  • Member since: Jul. 17, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to C++ Images Tutorial 2005-12-25 13:48:51 Reply

At 12/25/05 07:50 AM, elbekko wrote: google google google google google google google google google google google google google google google google google google google google google google google google google google

try google

People do not need to use google ALL the time. Programming comunities are here for a reason, and part of it is to help. We just don't like it when nobody EVER uses google for the simpilest of tasks. But like I said, every now and then, we don't mind helping for somthing that could just if easily been googled.

Ravens-Grin
Ravens-Grin
  • Member since: Jun. 3, 2003
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to C++ Images Tutorial 2005-12-26 19:14:48 Reply

At 12/25/05 01:26 PM, YoBro wrote: Thanks and yeah I've tried Google it but couldn't find.
Do you think the tutorial will work with Dev-C++?

It should if it's ANSI compliant, which I believe it is.

I'll have more to say on the topic of images in maybe the months to come, I'm trying to learn image analysis.