Forum: C Dec 21st, 2005 |
| Replies: 1 Views: 3,550 Hi,
Probably everybody know that sound() function in C produces sound thru the PC speaker. I want to code a program in C to play sounds thru stereo speaker. I learnt that we need to make... |
Forum: C Oct 17th, 2005 |
| Replies: 3 Views: 3,267 Hi,
I want to know what is the logic used for generating a random number. Can anyone tell me the algorithm for random number generation without using standard library functions?
Thanks |
Forum: C Aug 28th, 2005 |
| Replies: 3 Views: 3,263 Hi,
I have tried a VGA mode in C with graphics.h which displayed graphics in 256 color but 320X240 resolution. I want to know the way to display graphics in 256 color in 640X480 resolution.Can... |