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.