prime.plg

来自「RSA加密中的大整数运算」· PLG 代码 · 共 30 行

PLG
30
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Prime - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\dgl\LOCALS~1\Temp\RSP1F.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Prime.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta9\Prime.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\dgl\LOCALS~1\Temp\RSP1F.tmp" 
<h3>Output Window</h3>
Compiling...
Prime.cpp
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta9\prime.cpp(47) : error C2146: syntax error : missing ';' before identifier 'an'
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta9\prime.cpp(47) : error C2501: 'string' : missing storage-class or type specifiers
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta9\prime.cpp(47) : fatal error C1004: unexpected end of file found
Error executing cl.exe.



<h3>Results</h3>
Prime.obj - 3 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?