The following content is C ++'s teaching

Source: Internet
Author: User

The following content is the teaching content of freshman C ++.

I originally wanted to use an on-campus server to create a homepage, but I thought it was more convenient to use the blog garden, especially its code function.

Test various content

Flash Content

 

Code content

 

 

# Include <iostream>
# Include <windows. h>
Using std: cout;
Using std: endl;
Using std: cin;
Int main (){
STARTUPINFO si = {sizeof (si )};
PROCESS_INFORMATION pi;
If (: CreateProcess (NULL, "C: \ WINDOWS \ system32 \ notepad.exe", NULL, NULL, false, CREATE_NO_WINDOW, NULL, NULL, & si, & pi )){
CloseHandle (pi. hThread );
CloseHandle (pi. hProcess );
}
Else {
Cout <"Create Failed \ n" <endl;
}
// System ("pause ");
}

 

Insert Link

Shanghai Jiao Tong University animation download

 

Insert Image

 

Test the text

 

TheBASIC(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 1990 s 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 own ate-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 tables ss the Internet. Microsoft's three primary programming versions areVisual Basic. NET(Based on the original BASIC ),Visual C ++. NET(Based on C ++) andC #(A new language based on C ++ and Java that was developed expressly for. 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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.