cost 220 ms
How to convert DWORD to Hex

I've searched a lot and found nothing useful regarding this thing. If anyone knows please share the knowledge. Problem: I have a DWORD "-476053499" a ...

Conversion from GB to DWORD or vice-versa

I want to compare a filesize to check if it is below 8GB. How could I convert either the filseSize( which is in DWORD) to GB or the 8 GB to DWORD? Th ...

2020-12-31 19:33:55   1   36    c / dword  
Incorrect argument to CreateThread

I'm getting the following error message: error C2664: 'HANDLE CreateThread(LPSECURITY_ATTRIBUTES,SIZE_T,LPTHREAD_START_ROUTINE,LPVOID,DWORD,LPDWORD ...

2019-11-17 19:57:15   1   393    c++ / c / dword  
Concatenate DWORDs

I would like to concatenate 2 non-string types so i can use them as one. This is the main kind of part of my code: I need to concatenate 0x to a Me ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM