Forum: C++ Jan 26th, 2005 |
| Replies: 8 Views: 9,808 |
Forum: PCI and Add-In Cards Jan 25th, 2005 |
| Replies: 7 Views: 12,686 Try also this: http://www.daniweb.com/techtalkforums/showthread.php?t=9298 |
Forum: PCI and Add-In Cards Jan 25th, 2005 |
| Replies: 7 Views: 12,686 Perhaps you could give Linux a try, at least booting from CD the Knoppix distribution (http://www.knoppix.org) - no need to install!
Otherwise, try some 'googling' about card problems with XP. |
Forum: PCI and Add-In Cards Jan 25th, 2005 |
| Replies: 7 Views: 12,686 Hello,
Actually, I'm writing from a laptop (Compaq Presario 920) with an ATI Mobility Radeon ... but from Debian GNU/Linux. XP also works fine.
You should try the installation media that came... |
Forum: C++ Jan 25th, 2005 |
| Replies: 8 Views: 9,808 Of course, it's stdlib.h :o .
That's why I mencioned the errors and warnings. The ouput came from
$ gcc -Wall -o rand rand.c
Warnings are also welcome :cool:.
Ari |
Forum: C++ Jan 25th, 2005 |
| Replies: 8 Views: 9,808 Hello,
This is the output of the compiler (gcc 3.3.5) (with my comments inside):
rand.c:4: warning: return type defaults to `int'
/* the main() function should be declared as int main() */... |