资源描述:
《vb c c 的hello word程序的写法(vb c c hello word program writing)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、vbcc++的helloword程序的写法(VBCc++Hellowordprogramwriting)Vb/c/c++'s"Helloword"programThesedaysareidle,somepracticetyping,choosetowritethisarticle,intheprogramminglanguageinallIknowisVB,thisseveraldayalsogotsomeClanguageandc++,Ihavetolearnwhatlanguageisnotveryimportant(atleastforbeginner
2、slikemespeaking),becausetheideaofprogrammingisthesame,onlytheexternalmanifestationsofgrammaticaldifference.Disclaimer:thesoftwareprogrammingplatformusedinmyexampleVb:MicrosoftVisualBasic6C:Microsoftvisualc++6.0C++:Microsoftvisualc++6.0Thepurposeofwritinganarticle:Freetowritesomethi
3、ngtoplay,butalsoliketheoriginalme,thewholenetworktofind"Helloword"programoffriendsalittlehelp.Forthebeginnerprogramcomputerfriends,saidtheywantedtoseetheirearlierdesignprogram,saidthetextbookontheprogramis"HelloWord"program,oreditsomecodeinthecodeeditor,thestringoutputyouwantinoper
4、ation(whichisalotoftext).Thisistheeasiestprogramentry,butinthisprogram,wecanbefamiliarwitharunningplatform.(oh,whenIwasinschoolc++lookingforanHelloWordprogramisnotrunning,almostputmetodeath,Ithinktheinitiallearningshouldbealotoffriendslikeme,alsobringsmoreconveniencetoyou,Iwillwrit
5、eout).Afterrunningthe"HelloWord"program,Iurgentlywanttoknowmoreaboutit.Anyway,Ifeellikethis.Allright,stopgossipingandstarttalking.Intheseprocedures,theoutputsampletextis"treasureinstrumentworld."".1,VBintheHelloWordprogramRequiredcontrols:Thetextbox1,acommandbuttonOutputmethod:Code
6、editing:AfterenteringtheVBdesignstate,drawthenecessarycontrols,double-clickthecommandbutton,enterthecodeeditwindow,typethefollowingcode:Private,sub,command1_click()Text1.text="treasureinstrumentworld""EndSubNote:allpunctuationpointsmustbewritteninEnglishexceptfor"punctuation",other
7、wisegrammaticalerrorsoccur!Run:thereisarunbuttoninthetoolbar,asmallblacktriangleontheright,whichcanbeturnedonorrunontherun>startmenu.Afterrunning,clickthecommandbutton,youcanseeinthetextbox"treasureinstrumentworld"thesefourwords.Explanation:1,Private,sub,command1_click()EndSubThiss
8、ectionisnottyped,andthecod