Forum: Monitors, Displays and Video Cards Nov 14th, 2007 |
| Replies: 6 Views: 1,458 Windows XP sp2
2gb ram
3.00ghz Pentium D cpu
Dell 0WG864 Motherboard
excellent...
i wanna ask u , do you have to buy a new gpu . also i would prefer nvidia ( i dont remember the card exactly) |
Forum: Monitors, Displays and Video Cards Nov 14th, 2007 |
| Replies: 25 Views: 50,643 you dont need to but a new mother board.. but all u have to do is that , if you wanna buy a new graphics controller.. you should buy one of nvidia, i think the new cards from them do support the dx10... |
Forum: Monitors, Displays and Video Cards Nov 14th, 2007 |
| Replies: 8 Views: 10,125 you can have a new updated driver and using the software given ithink the problem might be solved. also u can use the windows resolution option to continue with the wide screen issue |
Forum: C Nov 14th, 2007 |
| Replies: 15 Views: 5,534 yes i have seen the thread but fding factorial is such a simple program and you are making it harder to undersatnd. also its not user friendly to coz there are no input or any thing from user |
Forum: C Nov 14th, 2007 |
| Replies: 4 Views: 5,221 hey i also solved in he same manner
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c,d,e,f,flag=0;
printf("Enter first date");
scanf("%d%d%d",&a,&b,&c);
printf("Enter second... |