Thanks Yep that was working.
I'm normally working with linux, and i must say the microsoft way is a lot harder, but i like your tutorials and the way MSVS 2005 gives you intiligence and that kind of things.
Can't wait for the next tutorials thanks a lot.
Bert Berrevoets
Search found 2 matches
- Sun May 11, 2008 8:47 am
- Forum: Beginning OS Development
- Topic: no Divide by Zero?
- Replies: 2
- Views: 17747
- Sat May 10, 2008 9:32 pm
- Forum: Beginning OS Development
- Topic: no Divide by Zero?
- Replies: 2
- Views: 17747
no Divide by Zero?
Hi all,
My question is why does the following code just work.
i have used demo8.zip.
give me a divide by zero error, but the above code just works?
Why?
Bert Berrevoets.
My question is why does the following code just work.
Code: Select all
int a=0,b=1,c;
c=b/a;
Code: Select all
geninterrupt(0);
Why?
Bert Berrevoets.