HELP MÍ PLÍÍZ CÉPLUSZLUSZ

Indította Radox, 2019-11-04, 01:36:45

2019-11-04, 01:36:45 Utolsó szerkesztés: 2019-11-04, 01:38:50 Szerző: Radox
Sziasztok, esetleg valaki meg tudná mondani ezek a sorok mire utalnak? Hol a hiba? Mit hagytam ki stb..?
Véletlennek azt nevezzük, amikor a számításaink kudarcot vallanak.

include van?

“Majdnem minden tudásunkért nem azoknak tartozunk, akik egyetértettek, hanem azoknak, akik nem.”

Idéz#include "StdAfx.h"

#include <windows.h>
#include <mmsystem.h>
#include <io.h>
#include <assert.h>

#include "EterPack.h"
#include "Inline.h"
#include "EterPackPolicy_CSHybridCrypt.h"

#pragma warning(push, 3)
#include <cryptopp/cryptlib.h>
#include <cryptopp/filters.h>
#include <cryptopp/modes.h>
#include <cryptopp/tiger.h>
#include <cryptopp/sha.h>
#include <cryptopp/ripemd.h>
#include <cryptopp/whrlpool.h>
#include <cryptopp/panama.h>

#include <cryptopp/cryptoppLibLink.h>
#pragma warning(pop)

#include "../EterBase/utils.h"
#include "../EterBase/Debug.h"
#include "../EterBase/CRC32.h"

#ifdef __THEMIDA__
#include <ThemidaSDK.h>
#endif

#include <iostream>
#include <fstream>
#include "mtrand.h"
#include <Shlwapi.h>
Véletlennek azt nevezzük, amikor a számításaink kudarcot vallanak.

Túl sok paramétert adtál meg, de ennyire nem nehéz az angol.

C++ programmer at Gameloft