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
~1K People Reached
Favorite Tags
Member Avatar for glenc70

Does anyone have the wiring diagram for these headphones as my wires are broken in the main earpeice with the microphone on it and im not sure which wire goes where. I have tried doing it myself but when i listen to music on them the tune sounds good but …

0
45
Member Avatar for glenc70

i am making my own trainers for games using c++, one of the main functions i use is the WriteProcessMemory but this is all good if you know the byte codes for the instructions i want to change like the nop instruction is 0x90 for example (DWORD) instructioncode = "0x90"; …

0
85
Member Avatar for glenc70

i am using ollydbg version 2.x.x and i cannot find view resource strings as i can in version 1.x.x, the thing is i have to use version 2.x.x because its the most stable with windows 7 64 bit, if anyone can help me on this ( or if anyone knows …

0
107
Member Avatar for glenc70

does anybody know how to access the solitaire playing cards in win 7 64 bit as i would like to make playing card games with c++ i used to be able to do this in xp through the cards.dll but windows 7 does not seem to have one Thanks in …

Member Avatar for deceptikon
0
133
Member Avatar for glenc70

when i had XP i used to be able to make my own card games using the cards.dll file for solitaire and freecell etc, but my probelm is now i have moved to windows 7 64 bit theses programs no longer work as there does not seem to be a …

Member Avatar for BobS0327
0
160
Member Avatar for glenc70

ok i can easily make a server and client sockets in python because of the very easy library it comes with but is there a easy library as easy for c++ as the library that c++ comes with seems very confusing to me thanks in advance

Member Avatar for SgtMe
0
102
Member Avatar for glenc70

OK im not sure if this is a programming or pc problem but please read on ok i made a program to display playing cards in random locations using cards.dll just for a bit of fun but on my main PC which has 2.19 GHZ processor and 1 GB ram …

Member Avatar for glenc70
0
168
Member Avatar for glenc70

i have created a window with a button but what i want to do when i press the button is delete or hide the Minimize, Maximaize and close buttons at the top right of the window now the thing is i know how to do this when i make the …

Member Avatar for mitrmkar
0
78
Member Avatar for glenc70

ok i made a class and a new pointer object to the class class *a = new class[50] but at the end i forgot to delete them, now i know this will cause a memory leak which is bad but will the memory leak be gone when i re-start the …

Member Avatar for Nick Evan
0
96
Member Avatar for glenc70

how do i create a new instance of a class at runtime? ok say i have a window open and every time i click inside the windows it puts a small image ( which is defined in the class ) at the location of the mouse pointer. But how can …

Member Avatar for Narue
0
96