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
~2K People Reached
Interests
Computers and electronics, overclocking, DIY stuff, big sound systems, DJ'ing at parties, riding my…
PC Specs
Gigabyte P35-DS3 E6550 @ 3.50GHz 1.37v under Scythe Mugen 8GB (4x2GB) PQI DDR2-800 @ 1000MHz CL5 2.0v…
Favorite Forums
Favorite Tags
Member Avatar for Th3_uN1Qu3

Hey again. I'm working on and off on my little tool that currently installs fonts, writes the registry, and will do various other things i'm gonna need. I'm currently trying to implement full error checking before i go on, and i'm pretty clueless on how to use return values. I …

Member Avatar for Th3_uN1Qu3
0
95
Member Avatar for amerninja2

[COLOR="Red"]Hey, Im making a program in C++ that detects what the user types before pressing enter. So it uses GetAsyncKeyState in the following way: [CODE] #include <iostream> #include <fstream> #include <windows.h> using namespace std; int main() { SetCurrentDirectory("C:\\"); ofstream log; char loop; string input; loop = 'a'; while(loop = 'a') …

Member Avatar for amerninja2
0
309
Member Avatar for CodyOebel

I am wondering if theres code for removing this software completely, but through code ? It has been a while since I have been working on this type of a project, but now that I am trying I noticed security centers such as norton, and mcafee have changed a bit …

Member Avatar for Th3_uN1Qu3
0
143
Member Avatar for Th3_uN1Qu3

Hey, it's me again. This time with a thing that has been bugging me for months and i still haven't gotten around to solving it. I need to install a font without rebooting the computer. Sounds simple but i have to do it in code or with a batch file, …

Member Avatar for Th3_uN1Qu3
0
841
Member Avatar for Th3_uN1Qu3

A lot of blah blah, scroll down for the matter i need help with... Hello everybody. I'm a moderator of a gaming forum and a big fan of bishoujo games. I sometimes do my own game releases/revamps, but what i've did till now didn't involve much "real" coding. I want …

Member Avatar for Th3_uN1Qu3
0
197