Search:

Type: Posts; User: Benzina

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    4,230

    Its an old Russian Crypter based on RC4.

    Its an old Russian Crypter based on RC4.
  2. Replies
    4
    Views
    4,230

    It isnt my code. Here you have mroe code....

    It isnt my code.



    Here you have mroe code. Its the file opening. But I dont know why it allocates in the Heap?


    WCHAR curdir[MAX_PATH];
    WCHAR *filepath = (WCHAR*)locate(MAX_PATH *...
  3. Replies
    4
    Views
    4,230

    Heap File Allocation:?

    Im following some examples of opening dialog for a builder of hexedit files. Here the code I dont know why the HeapAlloc is used!


    void* locate(size_t size){
    return HeapAlloc(GetProcessHeap(),...
  4. Replies
    4
    Views
    5,123

    Thanks Guys for you replys, above alllthe errors...

    Thanks Guys for you replys, above alllthe errors the code had, Code Blocks didnt update my code fixes.
    Thanks
  5. Replies
    4
    Views
    5,123

    C++ Dialog Not Opening OPENFILENAME

    Im coding in CodeBlocks with the help of ResEdit for the GUI. I dont know why it doesnt open the Open File Dialog Box when pressing the IDC_FILEEXE.

    Anyone can give me a tip?

    Thanks

    CODE

    ...
  6. Replies
    2
    Views
    5,097

    Thank you very much @laserlight.

    Thank you very much @laserlight.
  7. Replies
    2
    Views
    5,097

    C++ Accelerated Questions Chapter 2.( II )

    Hi im new, Im getting crazy and playing with this values (2+3, 2+2) what are they!>?:


    const string::size_type cols = greeting.size() + spacer * 2 + 2;
    const int rows = pad * 2 + 3;

    ...
Results 1 to 7 of 7