Looking for someone in the NYC area to help finish a simple data base program in c++. Excellent opportunity, will consider equity partner and/or profit...
I TRY TO WRITE THE CODE BY MY SELF BUT I HAVING SOME PROBLEM . I WOULD LIKE TO FINE SOME EXEMPLE OF CODE IN C language THAT MAKE THE FORMAT OF THE FLOPPY...
Hi Pals I want to know how to block 'Sleep', 'Wake Up' and 'Power' button in keyboard. Operating System : Windows 2000 Professional. Thanks & Regards Lakshmi...
OK, I don't know Linux very well, but with MS, they change the text that's displayed from those commands every now and then. They don't guarantee that the text...
Thanks! I'll give it a try and let you know what I end up with and how it works. ... format ... that ... struct ... address ... to get the ... OK......
... I should say it's a standard tool on Linux (and pretty much any flavor of Unix), it's a question of whether or not it gets installed as part of default...
i was just in New York for Christams. I am in Texas now. but i grew up there, on Long Island. __________________________________ Do you Yahoo!? Find out what...
Basilica Architecture Center To promote our site we are giving free web design for our visitors. If you are interested follow the link to know more: ...
Hi all, We have urgent requirement of C++ Tech lead from a leading software company, interested candidates can send their resumes to kldumawat@... ....
Hi all, We have urgent requirement of C++ / Unix Software professionals, interested candidates can send their resumes to kldumawat@... Please mention the...
... Sure, no problem. Show us your latest attempt. If you don't have any code, then try a simple websearch... http://www.google.com.au/search?q=LCM+C+source --...
well, I tried "arp -a" and got nothing on the linux box and nothing on windows. "ifconfig -a" turned up everything on Linux though. Can I assume that Linux...
... Get the source code for mkfs.msdos. There shouldn't be anything special you need to do to for formatting the floppy -- you just need to tell your code to...
... #include<stdio.h> #include <stdlib.h> int main () { int i; int myarray[10]; for(i=0; i<10;i++) scanf("%p", &i"); printf("%e", &i); return(0); } my output...
Speaking from experience, don't trust Cygwin to generate any kind of reliable executable code. I nearly failed my C Programming class at UCF because I relied...
Tarivus
Tarivus@...
Jan 5, 2004 3:23 am
34021
... What is you are trying to do with this code? You have a loop variable i, then you are taking numbers from standard input and then assigning that input to...
... What did CygWin's gcc do that was unreliable for you? -- Brett http://www.chapelperilous.net/ ... Most Texans think Hanukkah is some sort of duck call. --...
The project was to build a basic phone book using structs, standard lib file I/O and the like. When I compiled the project on Cygwin (Since all projects were...
Tarivus
Tarivus@...
Jan 5, 2004 3:42 am
34024
this was just an accuracy check program i wrote in two seconds. i was testing the output with different format specifiers to check cygwin's accuracy. Since you...
i am a new user to C.I heard that scanf() is also a function and all its definitions r avail in stdio.h file and that's why we r including that header file.Is...
... give me a break!! g++ is one of the more standard C++ compilers these days ... Victor A. Wagner Jr. http://rudbek.com The five most dangerous words...
you need to look at a book to see how header files refer to other header files. It's called a #ifndef #def option ... From: santo To: c-prog@yahoogroups.com ...
Sorry, definitions are not available in header files. You would find the prototype (declaration) scanf, printf, etc. Definitions are avaialable in the library,...
Hi all, We have urgent requirement of Oracle PL/ SQL professionals with knowledge of Unix and C language from a leading Software service company in Bangalore,...
Hello Assad, There's a formula which gives the lcm as a*b/gcd where a, b are ints and gcd is the Greatest Common Denominator of a,b. Since both are usually ...