Hmm,first sorry for some grammar mistakes...
I have a big problem with graphics in C... For 2 days i'm looking on internet and nothing...I saw some theards and posts but none of the lib didn't work...(It was forums on my language )
I'm working in VS 6.0 I saw here that lib "graphics.h" is old as a Rome,and i lost my time on it for 2 days,because i didn't figure why program wont work.
Can anybody tell me how can i do graphics in C...I find some function for windows but always get 1 warning,for conversion...
Or suggest some book or tut for it...
I look at one theard,where someone posted one link with lib "graphics2" but that didn't work too..
P.S I'm newcomer in programming
Tnx...
dukiduki 0 Newbie Poster
Recommended Answers
Jump to PostIt's kind of hard to read your post, but I don't blame you...
graphics.h
is a header file that is only for Turbo C, so don't bother trying to use it. ;)Are you trying to write console or Windows graphics? For console graphics, you can't use libraries such …
Jump to Post>>Our translations are sad,and it is not rare that code is wrong in books.
It is not your translator -- our books have those mistakes too.>>most of the good books are not for free
One reason people write books is to make money, and they can not do …
Jump to PostCheck this. Here you have OpenGL and graphics programming tutorial.
Jump to PostI had exame in C today and i wanted to astonish my profesor with some colors on console.
Printing text in color on the console is relatively easy, although there's no standard way to do it. On Windows, you can use the Win API to do the trick; this code …
Jump to PostYou might actually be getting a warning where you call system(), because system()'s prototype is in <stdlib.h>, which you haven't included.
char izbor[2];
You can't expect that string to be able to store "da\0", which is three characters. Remember, you have to leave space for the NULL.
…
All 20 Replies
John A 1,896 Vampirical Lurker Team Colleague
dukiduki 0 Newbie Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
andor 25 Posting Whiz in Training
dukiduki 0 Newbie Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
John A 1,896 Vampirical Lurker Team Colleague
SID_HAN 0 Newbie Poster
John A 1,896 Vampirical Lurker Team Colleague
dukiduki 0 Newbie Poster
John A 1,896 Vampirical Lurker Team Colleague
dukiduki 0 Newbie Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
John A 1,896 Vampirical Lurker Team Colleague
dukiduki 0 Newbie Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
dukiduki 0 Newbie Poster
John A 1,896 Vampirical Lurker Team Colleague
dwks 149 Posting Whiz in Training
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.