Hi All
How can we plot the pixel without using the function putpixel(int x,int y,int color) .
pretu 0 Newbie Poster
Recommended Answers
Jump to PostIt's a meaningless question without some idea as to what your OS / Compiler / Hardware actually is.
Unless you want something vague like
struct pixel { char r, g, b; } screen[ROWS][COLS]; void putpixel ( pixel p, int r, int c ) { screen[r][c] = …
All 4 Replies
twomers 408 Posting Virtuoso
pretu 0 Newbie Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
Salem 5,265 Posting Sage
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.