Home > Archive > C > August 2004 > Help on C
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hey Guys! I am Saadi, and working on C language for some small and
simple projects for a long time. But now I have start working with C
Graphics, and want to create a small scale Operating System. Can any
body help me on this topic or recommend me some nice and juicy books
that help me. It is new topic for me and I want to learn it from
scratch. I have sound knowledge on C graphics and mouse handling
features. Please guys help me out. Thanking you in advance :)
Saadi
| |
| Mark A. Odell 2004-08-26, 3:57 pm |
| im at@hotmail.com (Saadi) wrote in
news:72f103c.0408250952.4aae6738@posting.google.com:
> Hey Guys! I am Saadi, and working on C language for some small and
> simple projects for a long time. But now I have start working with C
> Graphics, and want to create a small scale Operating System. Can any
> body help me on this topic or recommend me some nice and juicy books
> that help me. It is new topic for me and I want to learn it from
> scratch. I have sound knowledge on C graphics and mouse handling
> features. Please guys help me out. Thanking you in advance :)
You are welcome. There is no mouse in C nor are there "graphics" in the
sense I suspect you mean. ISO C is a portable language and thus cannot
make too many assumptions about the hardware common to all possible
platforms. You're probably looking for a newsgroup that discusses OS
development, graphics programming, or something like that. We cannot help
you here with such things.
--
- Mark ->
--
| |
| anonymous 2004-08-26, 3:57 pm |
| im at@hotmail.com (Saadi) wrote in message news:<72f103c.0408250952.4aae6738@posting.google.com>...
> Hey Guys! I am Saadi, and working on C language for some small and
> simple projects for a long time. But now I have start working with C
> Graphics, and want to create a small scale Operating System. Can any
> body help me on this topic or recommend me some nice and juicy books
> that help me. It is new topic for me and I want to learn it from
> scratch. I have sound knowledge on C graphics and mouse handling
> features. Please guys help me out. Thanking you in advance :)
>
> Saadi
<OT>
Have a look at the book
Operating Systems: A Design-Oriented Approach
by Charles Crowley.
It has the code and explanation for a simple OS, but not anything
about graphics.
</OT>
| |
|
| iunknown2k4@yahoo.co.in (anonymous) wrote in message news:<f7d84cf3.0408252328.4784b594@posting.google.com>...
> <OT>
> Have a look at the book
> Operating Systems: A Design-Oriented Approach
> by Charles Crowley.
> It has the code and explanation for a simple OS, but not anything
> about graphics.
> </OT>
Thanks man! thanks for your help, I will check it out and hopefully it
will help me alot.
thanks again
|
|
|
|
|