octothorp
「octothorp」的意思
n. “#”号(用在数字前)
n."#"号(用在数字前)
「octothorp」的用法
octothorp井号,井字符 - 在编程中常用作注释符号
「octothorp」的例句
# This is a comment
# 这是一个注释
#include
#include
#define PI 3.14159
#define PI 3.14159
#if DEBUG == 1
#if DEBUG == 1
#pragma once
#pragma once
#error This is an error message
#error 这是一个错误消息
#warning This is a warning message
#warning 这是一个警告消息
#line 100 "filename.c"
#line 100 "filename.c"
#undef MACRO_NAME
#undef MACRO_NAME
#ifdef MACRO_NAME
#ifdef MACRO_NAME