Forum: C++ Oct 14th, 2008 |
| Replies: 7 Views: 904 i dont follow coding classes. im doing this on my own.
ill explain all over again
when you hex edit a file you have a certain value on a certain address
for example you have value 04 on address... |
Forum: C++ Oct 14th, 2008 |
| Replies: 7 Views: 904 this is the file it should read in the code.
if that is what you mean |
Forum: C++ Oct 13th, 2008 |
| Replies: 7 Views: 904 i didn't post code cause i knew i was totally wrong >_<
FILE *pFile;
char* buffer;
pFile = fopen("file.raw","rb");
//ill use the example address from original post
if(fseek(pFile,... |
Forum: C++ Oct 13th, 2008 |
| Replies: 7 Views: 904 hey there everyone
i was working on a program of mine when that should read the file in hex and display the value of a certain hex address (0x000068FC as example).
but i have no clue where to... |
Forum: C++ Apr 1st, 2008 |
| Replies: 11 Views: 2,748 i believe you lol. youre probably more a pro then me XD |
Forum: C++ Apr 1st, 2008 |
| Replies: 11 Views: 2,748 only the void
and yes, i included all needed things (and since i dont know what to do more then needed XD) |
Forum: C++ Apr 1st, 2008 |
| Replies: 11 Views: 2,748 which is odd as its a copy pasta lol |
Forum: C++ Apr 1st, 2008 |
| Replies: 11 Views: 2,748 lol, not my function. well no clue what happend. thats why i posted. cause i have no clue what a uchar is and my googling didn't help either.
EDIT: in the original code it works but for some odd... |
Forum: C++ Apr 1st, 2008 |
| Replies: 11 Views: 2,748 ncb_callname is a array, forgot to mention that...
that function used to work great... |
Forum: C++ Apr 1st, 2008 |
| Replies: 11 Views: 2,748 hi everyone, a friend of mine made a program that was bounded on your mac. a few days ago he released his code and i was interested so i downloaded it. i took the mac retrieving code and placed it in... |
Forum: C++ Jun 6th, 2007 |
| Replies: 4 Views: 3,281 WHY DIDNT I THINK OF THAT <_<
thx ^^; |
Forum: C++ Jun 6th, 2007 |
| Replies: 4 Views: 3,281 thx for the reply but i forgot that my bro was testing some crap, im using ShellexecuteA =) |
Forum: C++ Jun 6th, 2007 |
| Replies: 4 Views: 3,281 hey everyone,
im making a program that controls my cube using GCNRD.
but shellexecute is being a tard to me
the code should work like this:
enter a value and the program starts gcnrd to poke the... |