User profile: Euqirne VSR
User info |
User name: | Euqirne VSR |
History |
Joined: | |
Number of posts: | 5 |
Latest posts: |
this - Why asterisk The asterisk (*) is the dereference operator, it tells the function to return the object pointed by ...
Basic array question [code]sum=sum+value[num];[/code]
can be
[code]sum+=value[num];[/code]
I assume with [code] if (n...
"Access violation writing location 0x00000000." - Object pointed by a pointer, returned by a function, cannot be accessed. yes, i did mean (pos_p==0)... Sigh, i've spent nearly 8h looking for this bug... no wonder it worke...
"Access violation writing location 0x00000000." - Object pointed by a pointer, returned by a function, cannot be accessed. tried it, no difference... pos_p actually gets the correct address, i can access it from this functi...
"Access violation writing location 0x00000000." - Object pointed by a pointer, returned by a function, cannot be accessed. A function -> int_to_coordinate(int, int id_array[5][5]) returns a pointer to an object in an arra...
|
This user does not accept Private Messages