幽默:程序员的进化
高中时期
10 PRINT "HELLO WORLD"
20 END
大学新生
program Hello(input, output)
begin
writeln(\'Hello World\')
end.
高年级大学生
include
int main(void)
{
printf("Hello, world!\n");
return 0;
}
职业新手
#include
void main(void)
{
char *message[] = {"Hello ", "World"};
int i;
for(i = 0; i < 2; ++i)
printf("%s", message[i]);
printf("\n");
}
职业老手
#include
#include
using namespace std;
class string
{
private:
int size;
char *ptr;
string() : size(0), ptr(new char[1]) { ptr[0] = 0; }
string(const string &s) : size(s.size)
{
ptr = new char[size + 1];
strcpy(ptr, s.ptr);
}
~string()
{
delete [] ptr;
}
friend ostream &operator
转载于酷壳CoolShell 无删改 仅以此纪念陈皓(左耳朵耗子)
我花了 4 天时间创建一个 code agent, 核心代码不到 200 行。 试用:npm install -g wscode-cli ,github 仓库在: githu…
楼主现在大三,软件工程专业,学校主要学习是 Java 方向,但是个人比较倾向前端开发,目前正在自学前端,学校主要教了 HTML,CSS,Javascript,jquery,js…
如题 一搜一大堆 价格不贵还宣传稳定不封。不清楚会不会给偷偷降到其他模型或者数据隐私有没有保障。 降级是肯定的, 任何中转都一样 当然他们可能随机降 不知道和官方的价…
合速度