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
~896 People Reached

4 Posted Topics

Member Avatar for Ene Uran

I am sorry I dont know html very good How do you find all that kinda stuff out in that huge header? Can you help out with win.cpp I dont understand the data types except Like longpointer lpstr Then it has word I can make due with hwnd (I understand …

Member Avatar for Ene Uran
1
347
Member Avatar for Acquire

place the data types into a struct it will be more organized and do fread and fwrite and fseek and line it up so offset calculation for adderess maybe do more then 1 textfile I think It should look like this struct albumdata { char albumname[44]; char songname[44][44]; //should be …

Member Avatar for majicbeans
0
245
Member Avatar for majicbeans

[CODE=c] #include<stdio.h> int main(void) { char letter; char *pletter; pletter = &letter; printf("%p", &letter; putchar('\t'); printf("%p", letter); putchar('\n'); puts("Understand?\nWhat is the right way? it is 4bytes different"); //*allows the value to be altered by the base adderess //&lets a datatype to value by its adderess from another datatype takes 2 …

Member Avatar for majicbeans
0
135
Member Avatar for SnowOptix

[quote=SnowOptix;262542]Hello everyone, I have a problem. I have a custom rig that I have used for maybe 5 months. It had an Intel board that I just swapped out with an Asus. It was working wonderfully until 3 days ago. I hibernated my computer and it would not boot. As …

Member Avatar for gerbil
0
127

The End.