August 22nd, 2004 08:25 AM
guys i need some topic for my collge seminar
August 21st, 2004 05:46 PM
hello guys,
i need to give a seminar on some upcoming technology or research topic with some kind of implementaion too. can u guys plz suggest some.
thanx in advance
January 16th, 2004 12:20 PM
Hello guys i have done some digging in this problem and got a close solution the divide by zero error comes only when the 00h interrupt is generated or is trigrred by some external device or by thr...
January 15th, 2004 11:39 AM
her's two piece of Code
1.
{
int a=7,b=0,c;
c=a/b;
}
this code give's a error at run time divide by zero
2.
int c;
c=7/0;
December 24th, 2003 10:47 AM
c guys i have tried in vc++ but due to the non avalablity of textaddr and other cool stuff of conio.h the user friendlyness of my prog has gone down does turboc c/c++ 5.0 supports sockets
December 22nd, 2003 10:12 AM
hello guys i have project of mine written in turboc c/c++ 3.0 i want to improve this project by enablng networking support but turbo 3.0 doe'nt have any socket programming in it can any of u guys...
December 17th, 2003 10:00 AM
hello guys how' r u all
i need a 8086 simulator i have searched google for FREE ones but did'nt got any there was a emu8086 but was not freeware can any of u guys tell me where i can find a 8086...
November 8th, 2003 01:31 PM
What The Hek is This Vulneability Abt.
October 10th, 2003 12:34 PM
Helllo Guy's
I was thinking of this problem for the past one month. We have to generate the factoroial of say 100 using c and usual integer data type how can this be achived
thanx in advance
September 10th, 2003 01:04 PM
I searched For MACH kernel and gat MACH linux is this the Wht ur talking abt catch. I will try to run msdos over it is a problem encounter's i will post here thanx for ur cooperation
September 8th, 2003 02:11 PM
Thanx guys for ur gr8 suggestion here r thr details abt the project
1. i want my project to be like win 3.11 if some guys have used it the can very well understand my thoughts
2. As i have a gud...
September 7th, 2003 01:06 PM
Heloo Guys,
I am Intersted in making a simple GUI based multitasking OS like win 3.11 i have coded all the user interface classes and now i am left with the mouse interaction and multitasking...