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 #55.0K
~414 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for amecily

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.

Member Avatar for HHBones
0
110
Member Avatar for newgeekintown

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.

Member Avatar for HHBones
0
81
Member Avatar for death_oclock

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]

Member Avatar for HHBones
0
223

The End.