No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 …
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 …
[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 …
[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 …
The End.
majicbeans