testing / password : testing2014连接自己/* this is the text widget with the "Inscription" link */ jQuery('.sp-widget-login-div form p input').load(function(){ });
jQ
我看到的大多数代码都使用缩写类型来声明变量,如short y; // short int y
我浏览了C++11标准(Sec )。3.9.1),并且类型总是完全声明为longlong int。我找不到任何提到缩写类型的地方。我很确定这些缩略语是符合标准的,但我想确定是否确实如此。因此,我的问题是,上述代码是否完全符合标准。