请输入您要查询的俚语:

 

俚语 void main()
释义

void main()

archaic term replaced by int main()return 0; It did not allow for an exit status.
/* Will Greenhalgh 7.23.2003 */
/* Infinite loop */

#include <stdio.h>
int main(void)
{
for(;;)
{
fprintf(stdout,"Infinite loop\");
}
return 0;
}

void main()

it means you are so stupid that u r 1 pill shy of an excedrin bottle
you f'n void main()

public static void main(String[] args){

The most annoying line a beginner Java programmer has to type in each one of their programs. This is also the line where most n00bish typos appear.
Comparison of Java to QBASIC

Java:

public class PrintHi{
public static void main(String args){
System.out.println("Hi");
}
}

QBASIC:

?"Hi"

Hmm, 95 characters or 5? Tough choice.
随便看

 

英语俚语辞典收录了3210630条英语俚语在线翻译词条,基本涵盖了全部常用英语俚语的翻译及用法,是英语学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2024/9/20 12:31:19