下面内容为C++的教学

以下内容为大一C++课程的教学内容

本来想使用校内服务器做个主页的,但是觉得使用博客园更加方便,尤其是其代码功能。

测试一下各种内容

flash内容

 

代码内容

 

 

#include  < iostream >
#include
< windows.h >
using   std::cout;
using  std::endl;
using  std::cin;
ExpandedBlockStart.gifContractedBlock.gif
int  main() {
ExpandedSubBlockStart.gifContractedSubBlock.gif    STARTUPINFO si 
= sizeof(si) };
    PROCESS_INFORMATION pi;
ExpandedSubBlockStart.gifContractedSubBlock.gif    
if(::CreateProcess(NULL,"C:\\WINDOWS\\system32\\notepad.exe",NULL,NULL,false,CREATE_NO_WINDOW,NULL,NULL,&si,&pi)){
        CloseHandle(pi.hThread);
        CloseHandle(pi.hProcess);
    }

ExpandedSubBlockStart.gifContractedSubBlock.gif    
else{
        cout
<<"Create Failed\n"<<endl;
    }

   
//system("pause");
}

 

插入链接

上海交大动漫下载 

 

插入图片

 

测试一下文本

 

The BASIC (Beginner's All-purpose Symbolic Instruction Code) programming language was developed in the mid-1960s at Dartmouth College as a means of writing simple programs. BASIC's primary purpose was to familiarize novices with programming techniques. Microsoft's Visual Basic language, introduced in the early 1990s to simplify the development of Microsoft Windows applications, has become one of the most popular programming languages in the world.

Microsoft's latest development tools are part of its corporate-wide strategy for integrating the Internet and the Web into computer applications. This strategy is implemented in Microsoft's .NET platform, which provides developers with the capabilities they need to create and run computer applications that can execute on computers distributed across the Internet. Microsoft's three primary programming languages are Visual Basic .NET (based on the original BASIC), Visual C++ .NET (based on C++) and C# (a new language based on C++ and Java that was developed expressly for the .NET platform). Developers using .NET can write software components in the language they are most familiar with and then form applications by combining those components with components written in any .NET language.

转载于:https://www.cnblogs.com/xiaoyz/archive/2008/09/21/1295168.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值