首页
编程
java
php
前端
首页
编程
java
php
前端
请问DEV-C++中的stremp是什么?
if ( stremp(a.b) < 0)
{
puts(a)
puts(b)
}
写错l了吧,是strcmp,字符串比较(string comparison的缩写)
点击展开全文