fopen, fclose
開檔, 關檔
fget, fput
讀取/寫入一字串
fread, fwrite
讀取/寫入一byte
fscanf, fprintf
格式化讀取/寫入一字串
class MyInterface
{
public:
// Empty virtual destructor for proper cleanup
virtual ~MyInterface() {}
virtual void Method1() = 0;
virtual void Method2() = 0;
};
class MyAbstractClass
{
public:
virtual ~MyAbstractClass();
virtual void Method1();
virtual void Method2();
void Method3();
virtual void Method4() = 0; // make MyAbstractClass not instantiable
};
cd C:\Windows\Microsoft.NET\Framework\v4.xxx.xxx aspnet_regiis -i
<system.webServer>
<modules runAllManagedModulesForAllRequests="true" />
</system.webServer>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
pre.prettyprint{
width: auto;
overflow: auto;
max-height: 600px
}
CFLAGS = -static -g -Wall -I${SOCEDS_DEST_ROOT}/ip/altera/hps/altera_hps/hwlib/include
取代成
ALT_DEVICE_FAMILY ?= soc_cv_av
HWLIBS_ROOT = ${SOCEDS_DEST_ROOT}/ip/altera/hps/altera_hps/hwlib
CFLAGS = -static -g -Wall $(MULTILIBFLAGS) -I${HWLIBS_ROOT}/include -I${HWLIBS_ROOT}/include/soc_cv_av -D$(ALT_DEVICE_FAMILY)