Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #36.9K
Ranked #3K
~31.5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for BHUJI

[CODE]/*This program is going infinite.PLS help*/ #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 date"); scanf("%d%d%d",&d,&e,&f); const int days[13]={0,31,28,31,30,31,30,31,31,30,31,30,31}; while(c!=f||b!=e||a!=d) { a++; if((b==4)||(b==6)||(b==9)||(b==11)) f=30; else if(b==2) { if(d%4==0) f=29; else f=28; } else f=31; if(a>f) { b++; a=1; } if(b==13) { c++; b=1; } flag++; …

Member Avatar for Sby_1
0
22K
Member Avatar for xFreeWord311x

Ok, I have an Intel(R) 82845G/GL/GE/PE/GV Graphics Controller. 64 mb ram. 52mb AGP. It says it is integrated... I am using a SiSoftware Sandra program to look at this. First off, I would like to know if there are anywayz to make this better while I still have it? If …

Member Avatar for caperjack
0
774
Member Avatar for rdwickman

is there any way to get this video driver to display a wide screen resolution? I installed a wide screen monitor but have no option in display properties to choose a resolution with appropriate ratio.

Member Avatar for jvereecken
0
450
Member Avatar for Bryfry221

I'm looking to upgrade my video card from a Nvidia GeForce 7300LE to something a bit better. My system specs are: Windows XP sp2 2gb ram 3.00ghz Pentium D cpu Dell 0WG864 Motherboard (i think that's all, tell me if there's something else i need to post) Which cards would …

Member Avatar for dirt14
0
118
Member Avatar for DennisB

I am having problems trying to figure out exactly what is going wrong with my code. I am trying to create a factorial program using an array. I have tried, unsuccessfully, various ways to make it work but I can not figure it out. Any assistance would be appreciated. [code=c] …

Member Avatar for Narue
0
8K