可读加号
使 C++ 更具可读性
c++ 不是一种可读的语言。 这是为了让它更令人愉悦和减少冗余。
##这个rpp文件:
class Sample
public
| static int * a b c d = NULL
Sample ()
Sample 1 2 3
Sample ( int first second , float third )
* a = first
* b = second
* c = third
void doStuff ( int yes )
switch yes
case 1. .4
print "yes is in the range 1 to 4"
case 5
print "it is 5"
case 6
print "it is 6"
| [] int deal nodea
2021-07-02 11:03:15
16KB
Java
1