📄 tr_ln_get_1.cc
字号:
// file: tr_ln_get_1.cc// // isip include files//#include "train_link_node.h"#include "train_link_node_constants.h" // method: get_prev_cc//// arguments: none//// return: a Train_Link_node* pointer to the previous node//// this method gets the previous node pointer//Train_Link_node* Train_Link_node::get_prev_cc() { // get the previous node pointer and return // return prev_d;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -