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 #55.0K
3 Posted Topics
I would advise you to do what Rik from RCE says, a new mobo these days is much more expensive than a new PSU. And, if it's modular, you can always just get longer cables.
Re: Unequal ram
I think that it may be a problem with the video card, if it isn't displaying anything. If there is an onboard video card, try that.
Actually, C does support boolean values, but you have to declare them with the _Bool operator. However, you can add to the #include block [code=c]#include <stdbool.h>[/code]. This will allow you to define booleans with [code=c]bool[/code] instead of [code=c]_Bool[/code]
The End.
HHBones