分类:程序设计日期:2011-09-16 - 18:25:15评论:10条作者:老谢
一直想学一门语言,可以自己做一些小工具使用,做肉兔的指导下,开始踏上了C#的学习之路
依照国际惯例,Hello,world
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello,world");
Console.ReadKey(); //等待输入任意键
}
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello,world");
Console.ReadKey(); //等待输入任意键
}
}
}
分类:乱七八糟日期:2011-09-02 - 9:46:24评论:7条作者:老谢
哈哈,今天实在无聊了,买的书都没寄到,不能闲着吧,又重拾以前的《C程序设计》来看
#include<stdio.h>
main()
{
printf("hello,world!");
getchar();
} |
#include<stdio.h>
main()
{
printf("hello,world!");
getchar();
}
我都忘了当年C语言考试我是怎么蒙混过关了。。而且用笨笨的TC2.0来写程序~
最新评论
秦大叔:现在都是够用就好,不想太折腾了。
Andy烧麦:X1C 5th 2017年-2022年,走南闯北...
王叨叨:自从换了typecho,博客也不怎么出问...
王叨叨:我准备给我的老笔记本搞一个linux系...
大D:台式机现在只能是AMD YES!
springwood:查询了一下,ThinkPad x1c 9th ...
黑石:特斯拉和小米,选哪个?不是很懂车,就...
Huo:电车的确开着舒服,也是纠结想换电车,...
zwwooooo:类似以前做网站开发时,一开始有自...
老陳网志:有点高端,像我们整点nas玩玩就够...