📄 hc_cstr_1.cc
字号:
// file: hc_cstr_1.cc//// isip include files//#include "hash_cell.h"#include "hash_cell_constants.h" // method: constructor//// arguments: none//// return: none//// this is the default constructor for the class//Hash_cell::Hash_cell() { // set the hash table elements to null // key_str_d = (char_1*)NULL; key_vec_d = (int_4*)NULL; key_size_d = 0; item_d = (void_p)NULL; next_d = (Hash_cell*)NULL; // exit gracefully //}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -