give me the functions and headers to load image files; and a small example
amirun -12 Newbie Poster
Recommended Answers
Jump to Postgive me the functions and headers to load image files; and a small example
C:
Header:
stdio.hFunctions:
fopen()
fread()
fclose()C++:
Header:
iostreamFunctions:
ifstream()
read()
get()Have fun.
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.