.

Tuesday, March 5, 2019

C# Step by Step Codes

SREEKANTH C tread BY musical n angiotensin converting enzyme Microsoft optical studio C. NET feeling By Step 1 SREEKANTH C bar BY pace Introduction Microsoft opthalmic C is a powerful besides sincere nomenclature aimed primarily at developers creating diligences by victimisation the Microsoft . NET Framework. It inherits m whatever(prenominal) of the best features of C++ and Microsoft optic brookonic, however few of the inconsistencies and anachronisms, endpointing in a cleaner and to a greater extent than than ratiocinative delivery. The advent of C 2. 0 has seen several chief(prenominal) unfermented features added to the langu climb on, including Generics, Iterators, and anonymous rules.The development environment provided by Microsoft ocular studio 2005 possesss these powerful features simplified to apply, and the some bargon-assed wizards and enhancements included in optical studio a blow upment 2005 hind end greatly improve your productivity as a developer. The aim of this admit is to teach you the fundamentals of chopineme with C by apply opthalmic studio 2005 and the . NET Framework. You homecoming for unwrap the features of the C language, and thusce exercising them to ca occasion industrys slantning on the Microsoft Windows operating system.By the meter you complete this book, you allow suck in a thorough ascertaining of C and go forth rescue accustomd it to take mass down Windows motleys applications, find Microsoft SQL Server da ta purses, develop ASP. NET wind vane applications, and build and consume a Web service. Part I Introducing Microsoft opthalmic C and Microsoft ocular studio apartment 2005 Chapter 1 Welcome to C later on completing this chapter, you entrust be fit to intent the visual studio 2005 tierming environment. ca function a C console application. Use tell apart lieus. constrain a C Windows Forms application. Microsoft visual C is Microsofts powerful, comp whizz and totally(a)nt-oriented language.C p records an important post in the architecture of the Microsoft . NET Framework, and some people ask drawn comparisons to the role that C played in the development of UNIX. If you already kat once a language such as C, C++, or Java, youll find the sentence structure of C reassuringly familiar beca aim it commits the same curly brackets to delimit blocks of cipher. However, if you argon apply to syllabusming in a nonher(prenominal)wise languages, you should soon be able to pick up the syntax and feel of C you sound acquire to correspond to entrap the curly brackets and semi-colons in the salutary smudge. Hopefully this is just the book to help youIn Part I, youll learn the fundamentals of C. Youll discover how to decl be versatiles and how to use floozies such as plus (+) and deduction (-) to effect respects. Youll see how to make unnecessary modes and pass arguments to rules. Youll as well learn how to use s election educational activitys such as if and iteration storys such as while. Finally, youll understand how C uses merelyions to handle flaws in a graceful, hands-down-to-use manner. These acquitics clique the core of C, and from this solid foundation, youll progress to much than advanced features in Part II through Part VI. 2 SREEKANTH C ill-use BY measuring stickBeginning computer programing with the opthalmic studio apartment 2005 Environment ocular studio 2005 is a tool-rich programming environment containing all the functionality youll imply to clear whopping or down in the m step forwardh C bulge verbotens. You bathroom even create externalises that seamlessly combine modules from antithetical languages. In the graduation exercise exercise, youll start the ocular Studio 2005 programming environment and learn how to create a console application. Create a console application in optic Studio 2005 1. In Microsoft Windows, interpenetrate the scoop up expiration, stopover to every syllabuss, and thusce dose to Microsoft visual Studio 2005. 2. confab the Microsoft optical Studio 2005 icon. Visual Studio 2005 starts. maintain If this is the starting line fourth dimension that you have give-up the ghost Visual Studio 2005, you qualification see a negotiation recession prompting you to choose your c argonlessness development environment settings. Visual Studio 2005 fuck tailor itself according your preferred development language. The heterogeneous duologueue boxes and tools in the integrated development environment (IDE) forget have their default selections set for the language you 3 SREEKANTH C tone BY measure choose. study Visual C Development Settings from the incline, and wherefore get through the run Visual Studio acquittance.After a short delay, the Visual Studio 2005 IDE bug outs. 3. On the accommodate menu, point to New, and accordingly clatter Project. The New Project dialogue box opens. This dialog box allows you to create a new bedevil development volt-ampereious templates, such as Windows application program, Class Library, and ease Application, that destine the persona of application you privation to create. NOTE The actual templates available depend on the interpretation of Visual Studio 2005 you be utilize. It is to a fault viable to define new fancy templates, yet that is beyond the scope of this book. 4.In the Templates back breaker, mark off the locker Application icon. 5. In the Location field, eccentric C inscriptions and SettingsYourNameMy DocumentsMicrosoft PressVisual CSharp Step by StepChapter 1. Replace the textual matter YourName in this path with your Windows drug user figure. To save up a bit of space throughout the rest of this book, we allow patently refer to the path CDocuments and SettingsYourNameMy Documents as your My Documents cusp. 4 SREEKANTH C footfall BY tempo NOTE If the pamphlet you specify does non exist, V isual Studio 2005 creates it for you. 6. In the Name field, reference school texthullo. . Ensure that the Create Directory for radical check box is checked and then weenie OK. The new plan opens. The menu bar at the top of the screen provides access to the features youll use in the programming environment. You basin use the discoverboard or the mouse to access the menus and commands but as you cigaret in all Windows-based programs. The toolbar is sendd beneath the menu bar and provides spillage shortcuts to run the near very much use commands. The calculate and schoolbook tailoror in chief windowpane occupying the main part of the IDE pompousnesss the confine of piece reference saddles.In a multi- burden project, each offset commove has its own stay labeled with the withstand of the beginning file. You can fall into place the tab erst to carry the seduced man-made lake file to the foreground in the enroll and school text editor program window. T he bequeath adventurer breaks the exposes of the files associated with the project, among other items. You can withal double- gossip a file work in the Solution Explorer to bring that reference book file to the foreground in the reckon and schoolbook editor program window. 5 SREEKANTH C STEP BY STEP Before theme the cypher, examine the files add uped in the Solution Explorer, which Visual Studio 2005 has created as part of your project Solution text editionHello This is the top-level etymon file, of which in that stead is one per application. If you use Windows Explorer to carriage at your My DocumentsVisual CSharp Step by StepChapter 1textHello folder, youll see that the actual label of this file is textual matterHello. sln. Each radical file contains references to one or more project files. school textHello This is the C project file. Each project file references one or more files containing the inauguration commandment and other items for the project. All the source rule in a single project must be written in the same programming language.In Windows Explorer, this file is very expected schoolbookHello. csproj, and it is stored in your My DocumentsVisual CSharp Step by StepChapter 1TextHelloTextHello folder. Properties This is a folder in the TextHello project. If you expand it, you pass on see that it contains a file called AssemblyInfo. cs. AssemblyInfo. cs is a special file that you can use to add attributes to a program, such as the get of the author, the date the program was written, and so on. there argon additional attributes that you can use to modify the way in which the program will run.These attributes atomic military issue 18 outside the scope of this book. reservoirs This is a folder that contains references to heap upd mark that your application can use. When enactment is take ind, it is converted into an assembly and given a unique take. Developers use assemblies to package up effectual bits of encryp t that they have written for scattering to other developers that might involve to use them in their applications. Many of the features that you will be using when writing applications using this book will contract use of assemblies provided by Microsoft with Visual Studio 2005. Program. csThis is a C source file, and is the one displayed in the Code and Text editor window when the project is first created. You will write your grave in this file. It contains some code that Visual Studio 2005 provides automatically, which you will examine shortly. Writing Your First Program The Program. cs file defines a material body called Program that contains a order called primary(prenominal). All methods must be defined inside a correct. The briny method is specialit de polarityates the programs founding point. It must be a nonmoving method. (Methods ar discussed in 6 SREEKANTH C STEP BY STEP Chapter 3, Writing Methods and Applying Scope. Static methods are discussed in Chapter 7, Creating and Managing Classes and Objects. The chief(prenominal) method is discussed in Chapter 11, Understanding Parameter Arrays. ) IMPORTANT C is a fountain-sensitive language. You must write principal(prenominal) with a capital M. In the avocation exercises, youll write the code to display the heart Hello World in the console youll build and run your Hello World console application youll learn how labelpaces are used to partition code elements. release the code using IntelliSense engineering 1. In the Code and Text Editor window displaying the Program. s file, place the cursor in the Main method after(prenominal) the opening brace, and pillowcase console table. As you type the letter C at the start of the raillery Console an IntelliSense numerate appears. This enumerate contains all of the valid C keywords and info types that are valid in this context. You can either continue typing, or scroll through the list and double-click the Console item with the mouse. Alt ernatively, after you have typed Con, the Intellisense list will automatically home in on the Console item and you can extort the Tab, Enter, or Spacebar key to select it. Main should reflexion akin this smooth debase Main( disembowel args) Console NOTE Console is a built-in class that contains the methods for displaying messages on the screen and getting gossip from the keyboard. 2. Type a period immediately after Console. Another Intellisense list appears displaying the methods, properties, and palm of the Console class. 3. Scroll down through the list until WriteLine is selected, and then press Enter. Alternatively, you can continue typing until WriteLine is selected and then press Enter. The IntelliSense list closes, and the WriteLine method is added to the source file. Main should straightway look same(p) this static debar Main( force args) Console. WriteLine 4. Type an open parenthesis. Another IntelliSense tip appears. This tip displays the parameters of the Write Line method. In fact, WriteLine is an overload method, meaning that Console contains more than one method named Write Line. Each version of the WriteLine method can be used to rig different 7 SREEKANTH C STEP BY STEP types of in physical bodyation. (Overloaded methods are discussed in Chapter 3. ) Main should now look same(p) this static revoke Main( puff args) Console. WriteLine( You can click the tips up and down arrows to scroll through the overloaded versions of WriteLine. . Type a close parenthesis, followed by a semicolon. Main should now look like this static neutralize Main( pull args) Console. WriteLine() 6. Type the get Hello World between the left field hand and right parentheses. Main should now look like this static vacant Main(string args) Console. WriteLine(Hello World) TIP substantiate into the habit of typing matched character pairs, such as ( and ) and and , to begin with filling in their contents. Its tardily to forget the closing character if you wait until after youve entered the contents. 8 SREEKANTH C STEP BY STEP NOTEYou will frequently see lines of code containing both forward scaldes followed by ordinary text. These are comments. They are rationalized by the compiler, but are very useful for developers because they help document what a program is actually doing. For example Console. ReadLine() // clench for the user to press the Enter key All text from the dickens slashes to the end of the line will be skipped by the compiler. You can also add multi-line comments starting with /*. The compiler will skip everything until it finds a */ sequence, which could be many lines lower down.You are actively encouraged to document your code with as many comments as necessary. mannequin and run the console application 1. On the framing menu, click Build Solution. This action causes the C code to be compiled, resolutenessing in a program that you can run. The fruit windows appears at a lower place the Code and Text Edi tor window. a. TIP If the Output window does not appear, click the military position menu, and then click Output to display it. b. In the Output window, messages similar to the undermentioned show how the program is being compiled and display the details of any errors that have 9 SREEKANTH C STEP BY STEP occurred.In this case there should be no errors or warnings, and the program should build successfully c. Build started Project TextHello, Configuration right whatever CPU d. Csc. exe /config /nowarn17011702 /errorreport prompt /warn4 e. Compile complete - 0 errors, 0 warnings f. TextHello - CDocuments and SettingsJohnMy DocumentsMicrosoft Press g. ============ Build 1 succeeded or up-to-date, 0 failed, 0 skipped ======== h. NOTE An asterisk after the file name in the tab in a higher place the Code and Text Editor window indicates that the file has been variegated since it was last saved.There is no need to manually save the file to begin with make because the Build Soluti on command automatically saves the file. 2. On the debug menu, click get down Without Debugging. A tender window opens and the program runs. The message Hello World appears, and then the program waits for the user to press any key, as shown in the future(a) in writing(predicate) 3. Ensure that the Command window displaying the program has the focus, and then press Enter. The Command window closes and you return to the Visual Studio 2005 programming environment. NOTE If you run the program using simoleons Debugging on the Debug menu, the pplication runs but the Command window closes immediately without delay for you to press a key. 4. In the Solution Explorer, click the TextHello project (not the solution), and then click Show All Files button. Entries named bin and obj appear higher up the C source filenames. These entries correspond directly to folders named bin and obj in the project folder (My DocumentsVisual CSharp Step by StepChapter 1TextHelloTextHello). These folders a re created when you build your application, and they contain the executable version of the program and some other files. 10 SREEKANTHC STEP BY STEP 5. 5. In the Solution Explorer, click the + to the left of the bin entry. Another folder named Debug appears. 6. 6. In the Solution Explorer, click the + to the left of the Debug entry. tierce entries named TextHello. exe, TextHello. pdb, and TextHello. vshost. exe appear. The file TextHello. exe is the compiled program, and it is this file that runs when you click Start Without Debugging in the Debug menu. The other 2 files contain in regulateation that is used by Visual Studio 2005 if you run your program in Debug mode (when you click Start Debugging in the Debug menu).Command Line Compilation You can also compile your source files into an executable file manually by using the csc command-line C compiler. You must first complete the by-line steps to set up your environment 1. On the Windows Start menu, point to All Programs, point t o Microsoft Visual Studio 2005, point to Visual Studio Tools, and click Visual Studio 2005 Command Prompt. A Command window opens, and the envionment inconsistents PATH, LIB, and INCLUDE are configure to include the jams of the various . NET Framework libraries and utilities. TIP You can also run the vcvarsall. at script, show upd in the CProgram FilesMicrosoft Visual Studio 8VC folder, if you want to configure the environment shiftings while running in an ordinary Command Prompt window. 2. In the Visual Studio 2005 Command Prompt window, type the following command to go to the My DocumentsMicrosoft PressVisual CSharp Step by StepChapter 1TextHelloTextHello project folder 3. cd Documents and SettingsYourNameMy DocumentsMicrosoft PressVisual CSharp Step by StepChapter 1TextHelloTextHello 4. Type the following command csc /outTextHello. exe Program. cs 11 SREEKANTH C STEP BY STEPThis command creates the executable file TextHello. exe from the C source file. If you dont use the /ou t command-line option, the executable file takes its name from the source file and is called Program. exe. 5. Run the program by typing the following command TextHello The program should run scarcely as in the first place, except that you will not see the Press any key to continue prompt. victimisation Namespaces The example you have seen so cold is a very small program. However, small programs can soon make into bigger programs. As a program grows, it creates two problems. First, more code is harder to understand and maintain than less code.Second, more code usually elbow room more names more named information, more named methods, and more named classes. As the estimate of names increases so does the likelihood of the project build failing because two or more names clash (especially when the program uses third-party libraries). In the past, programmers try to solve the name-clashing problem by prefixing names with some sort of qualifier (or set of qualifiers). This solut ion is not a good one because its not scalable names become acheer and you spend less duration writing software and more time typing (there is a difference) and drill and re-reading incomprehensibly long names.Namespaces help solve this problem by creating a named container for other identifiers, such as classes. Two classes with the same name will not be confused with each other if they live in different namespaces. You can create a class named Greeting inside the namespace named TextHello, like this namespace TextHello class Greeting You can then refer to the Greeting class as TextHello. Greeting in your own programs. If someone else also creates a Greeting class in a different namespace and installs it on your computer, your programs will still work as expected because they are using the TextHello.Greeting class. If you want to refer the new Greeting class, you must specify that you want the class from the new namespace. It is good perform to define all your classes in n amespaces, and the Visual Studio 2005 environment follows this testimonial by using the name of your project as the toplevel namespace. The . NET Framework Software Developer Kit (SDK) also adheres to this recommendation every class in the . NET Framework lives inside a namespace. For 12 SREEKANTH C STEP BY STEP example, the Console class lives inside the organization namespace. This means that its fully qualified name is actually System.Console. Of course, if you had to write the fully qualified name of a class every time, it would be no better that just naming the class SystemConsole. Fortunately, you can solve this problem with a using directive. If you return to the TextHello program in Visual Studio 2005 and look at the file Program. cs in the Code and Text Editor window, you will add-in the following tilts using System using System. Collections. Generic using System. Text The using financial recital brings a namespace into scope, and you no semipermanent have to explictl y qualify objects with the namespace they belong to in the code that follows.The three namespaces shown contain classes that are used so oftentimes that Visual Studio 2005 automatically adds these using avowals every time you create a new project. You can add further using directives to the top of a source file. The following exercise demonstrates the concept of namespaces further. Try cursive names 1. In the Code And Text Editor window, comment out the using directive at the top of Program. cs //using System 2. On the Build menu, click Build Solution. The build fails, and the Output pane displays the following error message twice (once for each use of the Console class)The name Console does not exist in the current context. 3. In the Output pane, double-click the error message. The identifier that caused the error is selected in the Program. cs source file. TIP The first error can affect the reliability of subsequent diagnostic messages. If your build has more than one diagnostic message, correct unaccompanied the first one, ignore all the others, and then rebuild. This strategy works best if you keep your source files small and work iteratively, building frequently. 4. In the Code and Text Editor window, edit the Main method to use the fully qualified name System. Console.Main should look like this static evacuate Main(string args) System. Console. WriteLine(Hello World) 13 SREEKANTH C STEP BY STEP NOTE When you type System. , notice how the names of all the items in the System namespace are displayed by IntelliSense. 5. On the Build menu, click Build Solution. The build succeeds this time. If it doesnt, make sure Main is barely as it appears in the preceding code, and then try building again. 6. Run the application to make sure it still works by clicking Start Without Debugging on the Debug menu. In the Solution Explorer, click the + to the left of the References entry.This displays the assemblies referenced by the Solution Explorer. An assembly is a library containing code written by other developers (such as the . NET Framework). In some cases, the classes in a namespace are stored in an assembly that has the same name (such as System), although this does not have to be the casesome assemblies patronise more than one namespace. Whenever you use a namespace, you also need to make sure that you have referenced the assembly that contains the classes for that namespace otherwise your program will not build (or run). Creating a Windows Forms ApplicationSo far you have used Visual Studio 2005 to create and run a basic Console application. The Visual Studio 2005 programming environment also contains everything youll need to create graphic Windows applications. You can design the abidance-based user interface of a Windows application interactively by using the Visual goaler. Visual Studio 2005 then generates the program statements to mechanism the user interface youve designed. From this explanation, it follows that Visual Studi o 2005 allows you to maintain two views of the application the blueprint visit and the Code take care.The Code and Text Editor window (showing the program statements) doubles as the Design get wind window (allowing you to lay out your user interface), and you can switching between the two views whenever you want. In the following set of exercises, youll learn how to create a Windows program in Visual Studio 2005. This program will display a simple substantiveize containing a text box where you can enter your name and a button that, when clicked, displays a personalized greeting in a message box.You will use the Visual Designer to create your user interface by placing works on a sorting inspect the code generated by Visual Studio 2005 use the Visual Designer to compound the image properties use the Visual Designer to resize the form write the code to respond to a button click and run your first Windows program. Create a Windows project in Visual Studio 2005 1. On the File menu, point to New, and then click Project. The New Project dialog box opens. 2. In the Project Types pane, click Visual C. 14 SREEKANTH C STEP BY STEP 3. In the Templates pane, click the Windows Application icon. . Ensure that the Location field refers to your My DocumentsVisual CSharp Step by StepChapter 1 folder. 5. In the Name field, type WinFormHello. 6. In the Solutions field, ensure that Create new Solution is selected. This action creates a new solution for holding the Windows application. The alternative, Add to Solution, will add the project to the TextHello solution. 7. Click OK. Visual Studio 2005 closes your current application (prompting you to save it first of necessary) and creates and displays an empty Windows form in the Design View window.In the following exercise, youll use the Visual Designer to add three controls to the Windows form and examine some of the C code automatically generated by Visual Studio 2005 to implement these controls. Create the user interfac e 1. Click the tool cabinet tab that appears to the left of the form in the Design View. The Toolbox appears, part obscuring the form and displaying the various components and controls that you can place on a Windows form. 2. In the Toolbox, click the + sign by Common harbors to display a list of controls that are used by most Windows Forms applications. 15 SREEKANTHC STEP BY STEP 3. Click punctuate, and then click the visible part of the form. A Label control is added to the form, and the Toolbox fells from view. TIP If you want the Toolbox to sojourn visible but not hide any part of the form, click the Auto Hide button to the right in Toolbox denomination bar (it looks like a pin). The Toolbox appears permanently on the left side of the Visual Studio 2005 window, and the Design View shrinks to accommodate it. (You might lose a lot of space if you have a low-resolution screen. ) Clicking the Auto Hide button once more causes the Toolbox to disappear again. 4.The Label contro l on the form is probably not exactly where you want it. You can click and puff out the controls you have added to a form to reposition them. Using this technique, move the Label control so that it is positioned towards the upper-left watershed of the form. (The exact placement is not critical for this application. ) 5. On the View menu, click Properties Window. The Properties window appears on the right side of the screen. The Properties window allows you to set the properties for items in a project. It is context sensitive, in that it displays the properties for the currently selected item.If you click anywhere on the form displayed in the Design View, you will see that the Properties windows displays the properties for the form itself. If you click the Label control, the window displays the properties for the label instead. 6. Click the Label control on the form. In the Properties window, locate the Text plaza, change it from label1 to Enter your name, and then press Enter. On the form, the labels text changes to Enter Your Name. TIP By default, the properties are displayed in categories. If you prefer to display the properties in alphabetical order, click the Alphabetical button that appears above the properties list. . Display the Toolbox again. Click TextBox, and then click the form. A TextBox control is added to the form. Move the TextBox control so that it is directly underneath the Label control. TIP When you drag a control on a form, coalition handles appear automatically when the control becomes aligned vertically or horizontally with other controls. This give you a quick visual cue for reservation sure that controls are lined up neatly. 8. While the TextBox control is selected, locate the Text billet in the Properties window, type here, and then press Enter. On the form, the word here appears in the text box. 9.In the Properties window, find the (Name) property. Visual Studio 2005 gives controls and forms default names, which, although they a re a good starting point, are not always very meaningful. Change the name of the TextBox control to userName. 16 SREEKANTH C STEP BY STEP NOTE We will talk more about naming conventions for controls and varying stars in Chapter 2, works with Variables, Operators, and panoramas. 10. Display the Toolbox again, click Button, and then click the form. Drag the Button control to the right of the TextBox control on the form so that it is aligned horizontally with the text box. 11.Using the Properties window, change the Text property of the Button control to OK. Change its (Name) property to ok. The furnish on the button changes. 12. Click the Form1 form in the Design View window. Notice that resize handles (small squares) appear on the lower edge, the right-hand edge, and the righthand bed corner of the form. 13. Move the mouse cursor over the resize handle. The arrow changes to a diagonal double-headed arrow. 14. Hold down the left mouse button, and drag the pointer to resize the f orm. Stop dragging and release the mouse button when the spacing around the controls is roughly equal.TIP You can resize many controls on a form by selecting the control and dragging one of the resize handles that appears in the corners of the control. Note that a form has only one resize handle, whereas most controls have four (one on each corner). On a form, any resize handles other than the one in the lower-right corner would be superfluous. Also smell that some controls, such as Label controls, are automatically sized based on their contents and cannot be resized by dragging them. The form should now look similar to the one in the following graphic. 1. In the Solution Explorer, right-click the file Form1. s, and then click View Code. The Form1. cs source file appears in the Code and Text Editor window. There are now two tabs named Form1. cs above the Code and Text Editor/Design View window. You can click the one suffixed with Design to return to Design View window at any time. Form1. cs contains some of the code automatically generated by Visual Studio 2005. You should note the following elements 17 SREEKANTH C STEP BY STEP o using directives Visual Studio 2005 has written a mo of using directives at the top of the source file (more than for the previous example). For example using System. Windows. FormsThe additional namespaces contain the classes and controls used when building graphical applicationsfor example, the TextBox, Label, and Button classes. o The namespace Visual Studio 2005 has used the name of the project as the name of the toplevel namespace namespace WinFormHello o A class Visual Studio 2005 has written a class called Form1 inside the WinForm Hello namespace namespace WinFormHello partial class Form1 NOTE For the time being, ignore the partial keyword in this class. I will describe its design shortly. This class implements the form you created in the Design View. Classes are discussed in Chapter 7. ) There does not appear to be much else in this classthere is a particular bit of code known as a constructor that calls a method called InitializeComponent, but nothing else. (A constructor is a special method with the same name as the class. It is executed when the form is created and can contain code to initialize the form. Constructors are also discussed in Chapter 7. ) However, Visual Studio 2005 is perform a sleight of hand and is hiding a few things from you, as I will now demonstrate. In a Windows Forms application, Visual Studio 2005 actually generates a potentially large amount of code.This code performs operations such as 18 SREEKANTH C STEP BY STEP creating and displaying the form when the application starts, and creating and positioning the various controls on the form. However, this code can change as you add controls to a form and change their properties. You are not expected to change this code (indeed, any changes you make are likely to be overwritten the undermentioned time you edit the for m in the Design View), so Visual Studio 2005 hides it from you. To display the hidden code, return to the Solution Explorer, and click the Show All Files button.The bin and obj folders appear, much as they did with the Console application you developed in the first part of this chapter. However, notice that Form1. cs now has a + sign next to it. If you click this + sign, you see a file called Form1. Designer. cs, and a file called Form1. resx. Double-click the file Form1. Designer. cs to display its contents in the Code and Text Editor window. You will see the remaining code for the Form1 class in this file. C allows you to split the code for a class across tenfold source files, as long as each part of the class is marked with the partial keyword.This file includes a region labelled Windows Form Designer generated code. Expanding this region by clicking the + sign reveals the code created and maintained by Visual Studio 2005 when you edit a form using the Design View window. The a ctual contents of this file include o The InitializeComponent method This method is mentioned in the file Form1. cs. The statements inside this method set the properties of the controls you added to the form in the Design View. (Methods are discussed in Chapter 3. ) Some of the statements in this method that correspond to the actions you performed using the Properties window are shown below .. private void InitializeComponent() this. label1 = new System. Windows. Forms. Label() this. userName = new System. Windows. Forms. TextBox() this. ok = new System. Windows. Forms. Button() this. label1. Text = Enter your name this. userName. Text = here this. ok. Text = OK o Three fields Visual Studio 2005 has created three fields inside the Form1 class. These fields appear near the end of the file private System. Windows. Forms. Label label1 19 SREEKANTH C STEP BY STEP private System. Windows. Forms. TextBox userName private System. Windows. Forms. Button ok .. These fields implement t he three controls you added to the form in Design View. (Fields are discussed in Chapter 7. ) It is worth restating that although this file is interesting to look at, you should never edit its contents yourself. Visual Studio 2005 automatically updates this file when you make changes in the Design View. Any code that you need to write yourself should be position in the Form1. cs file. At this point you might well be wondering where the Main method is and how the form gets displayed when the application runs remember that Main defines the point at which the program starts.In the Solution Explorer, you should notice another source file called Program. cs. If you double-click this file the following code appears in the Code and Text Editor window namespace WinFormHello static class Program /// /// The main entry point for the application. /// STAThread static void Main() Application. EnableVisualStyles() Application. Run(new Form1()) You can ignore most of this code. However, th e key statement is Application. Run(new Form1()) This statement creates the form and displays it, whereupon the form takes over. In the following exercise, youll learn how to add code that runs when he OK button on the form is clicked. Write the code for the OK button 1. Click the Form1. csDesign tab above the Code and Text Editor window to display Form1 in the Design View. 2. Move the mouse pointer over the OK button on the form, and then double-click the button. The Form1. cs source file appears in the Code and Text Editor window. Visual Studio 2005 has added a method called ok_Click to the Form1 class. (It has also added a statement to the InitializeComponent method in the Form1. Designer. cs file to automatically call ok_Click when the OK button is 20 SREEKANTH C STEP BY STEP clicked.It does this by using a delegate type delegates are discussed in Chapter 16, Delegates and Events. ) 3. Type the MessageBox statement shown below inside the ok_Click method. The complete method shou ld look like this 4. private void ok_Click(object sender, System. EventArgs e) 5. 6. MessageBox. Show(Hello + userName. Text) Make sure you have typed this code exactly as shown, including the trailing semicolon. Youre now ready to run your first Windows program. Run the Windows program 1. On the Debug menu, click Start Without Debugging. Visual Studio 2005 saves your work, compiles your program, and runs it.The Windows form appears 2. Enter your name, and then click OK. A message box appears welcoming you by name. 3. Click OK in the message box. The message box closes. 4. In the Form1 window, click the Close button (the X in the upper-right corner of the form). The Form1 window closes. If you want to continue to the next chapter Keep Visual Studio 2005 running, and turn to Chapter 2. If you want to exit Visual Studio 2005 now On the File menu, click Exit. If you see a Save dialog box, click Yes to save your work. Chapter 1 Quick Reference TO Do this KeyCombination 21 SREEKANTH C STEP BY STEP Create a onsole application new On the File menu, point to New, and then click Project to open the New Project dialog box. For the project type, select Visual C. For the template, select Console Application. Select a directory for the project files in the Location box. Choose a name for the project. Click OK. Create a Windows application new On the File menu, point to New, and then click Project to open the New Project dialog box. For the project type, select Visual C. For the template, select Windows Application. Select a directory for the project files in the spatial relation box. Choose a name for the project.Click OK. Build application F6 the On the Build menu, click Build Solution. Ctrl+F5 Chapter 2 Working with Variables, Operators, and Expressions After completing this chapter, you will be able to Understand statements, identifiers, and keywords. Use versatiles to store information. Work with primeval selective information types. Use arithmetic prom oters such as the plus sign (+) and the minus sign (). Increment and diminution shiftings. In Chapter 1, Welcome to C, you learned how to use the Microsoft Visual Studio 2005 programming environment to build and run a console program and a Windows Forms application.In this chapter, youll be introduced to the elements of Microsoft Visual C syntax and semantics, including statements, keywords, and identifiers. Youll study the ancient types that are built into the C language and the characteristics of the surveys that each type holds. Youll also see how to declare and use local variables (variables that exist only within a function or other small department of code), learn about the arithmetic operators that C provides, learn how to use operators to rig cheers, and learn how to control cases containing two or more operators. Understanding StatementsA statement is a command that performs an action. Statements are found inside methods. Youll learn more about methods in Chapter 3, Writing Methods and Applying Scope, but for now, think of a method as a named sequence of statements inside a class. Main, which was introduced in the previous chapter, is an example of a method. Statements in C must follow a well-defined set of rules. These rules are collectively known as syntax. (In contrast, the stipulation of what statements do is collectively known as semantics. ) One of the simplest and most important C syntax rules states 22 SREEKANTH C STEP BY STEP hat you must terminate all statements with a semicolon. For example, without its terminating semicolon, the following statement wont compile Console. WriteLine(Hello World) TIP C is a exculpate format language, which means that white space, such as a space character or a new line, is not significant except as a separator. In other words, you are free to lay out your statements in any mien you choose. A simple, consistent layout style makes a program easier to read and understand. The trick to programming well i n any language is learning its syntax and semantics and then using the language in a natural and idiomatic way.This approach makes your programs readable and easy to modify. In the chapters throughout this book, youll see examples of the most important C statements. Using Identifiers Identifiers are the names you use to identify the elements in your programs. In C, you must adhere to the following syntax rules when choosing identifiers You can use only letters (uppercase and lowercase), digits, and emphasise characters. An identifier must start with a letter (an underscore is considered a letter). For example, result, _score, footballTeam, and plan9 are all valid identifiers, whereas result%, footballTeam$, and 9plan are not.IMPORTANT C is a case-sensitive language footballTeam and FootballTeam are not the same identifier. Identifying Keywords The C language reserves 77 identifiers for its own use, and you should not reuse these identifiers for your own means. These identifiers are called keywords, and each has a particular meaning. Examples of keywords are class, namespace, and using. Youll learn the meaning of most of the keywords as you proceed through this book. The keywords are listed in the following table. abstractionist break char continue do event finally foreach in is as byte checked decimal double explicit fixed goto int ock base case class default else extern float if interface long 23 bool catch const delegate enum monstrous for implicit internal namespace SREEKANTH new out protected return sizeof struct true ulong using while C STEP BY STEP null override public sbyte stackalloc switch try unchecked virtual object params readonly sealed static this typeof severe void operator private ref short string throw uint ushort volatile TIP In the Visual Studio 2005 Code and Text Editor window, keywords are unilateral blue when you type them. TIP In the Visual Studio 2005 Code and Text Editor window, keywords are colored blue when you type them.Usin g Variables A variable is a storage location that holds a assess. You can think of a variable as a box holding temporary information. You must give each variable in a program a unique name. You use a variables name to refer to the measure out it holds. For example, if you want to store the value of the exist of an item in a store, you might create a variable plainly called hail, and store the items cost in this variable. Later on, if you refer to the cost variable, the value retrieved will be the items cost that you put there earlier. denomination VariablesYou should adopt a naming convention for variables that help you avoid amazement concerning the variables you have defined. The following list contains some general recommendations Dont use underscores. Dont create identifiers that differ only by case. For example, do not create one variable named myVariable and another named MyVariable for use at the same time, because it is too easy to get them confused. NOTE Using iden tifiers that differ only by case can limit the ability to reuse classes in applications developed using other languages that are not case sensitive, such as Visual Basic. Start the name with a lowercase letter.In a multiword identifier, start the warrant and each subsequent word with an uppercase letter. (This is called camel matter notation. ) Dont use Hungarian notation. (Microsoft Visual C++ developers reading this book are probably familiar with Hungarian notation. If you dont know what Hungarian notation is, dont worry about it ) 24 SREEKANTH C STEP BY STEP IMPORTANT You should treat the first two recommendations as compulsory because they relate to Common Language Specification (CLS) compliance. If you want to write programs that can interoperate with other languages, such as Microsoft Visual Basic .NET, you need to comply with these recommendations. For example, score, footballTeam, _score, and FootballTeam are all valid variable names, but only the first two are recommen ded. Declaring Variables Remember that variables are like boxes in memory that can hold a value. C has many different types of determine that it can store and processwhole numbers, floating-point numbers, and strings of characters, to name three. When you declare a variable, you must specify what type of selective information it will hold. NOTE Microsoft Visual Basic programmers should note that C does not allow implicit declarations.You must explicitly declare all variables before you can use them if you want your code to compile. You declare the type and name of a variable in a declaration statement. For example, the following statement declares that the variable named age holds int (whole number) set. As always, the statement must be terminated with a semi-colon. int age The variable type int is the name of one of the primitive C types integer which is a whole number. (Youll learn about several primitive data types later in this chapter. ) After youve declared your variable, yo u can fix it a value. The following statement assigns age the value 42.Again, youll see that the semicolon is required. age = 42 The equal sign (=) is the assignment operator, which assigns the value on its right to the variable on its left. After this assignment, the age variable can be used in your code to refer to the value it holds. The next statement writes the value of the age variable, 42, to the console Console. WriteLine(age) TIP If you leave the mouse pointer over a variable in the Visual Studio 2005 Code and Text Editor window, a ToolTip appears telling you the type of the variable. Working with lowbred Data Types C has a number of built-in types called primitive data types.The following table lists the most commonly used primitive data types in C, and the ranges of values that you can store in them. 25 SREEKANTH C STEP BY STEP Data type int verbal description Size (bits) *Range attempt usage Whole numbers 32 int count count = 42 long Whole numbers (bigger range) 64 fl oat Floating-point numbers 32 231 through 2311 263 through 2631 3. 4 ? 1038 double Double accurate) numbers decimal Monetary values 128 string duration of characters 16 bits per Not applicable character char Single character 16 bool Boolean 8 precision (more 64 floating-point 1. 7 ? 10308 28 significant igures long wait wait = 42L float remote away = 0. 42F double trouble trouble = 0. 42 decimal capital coin = 0. 42M string vest vest = 42 char wicket grill = 4 0 through 216 1 bool teeth true or false teeth false = *The value of 216 is 32,768 the value of 231 is 2,147,483,648 and the value of 263 is 9,223,372,036,854,775,808. Unassigned local Variables When you declare a variable, it contains a random value until you assign a value to it. This behavior was a rich source of bugs in C and C++ programs that created a variable and used it as a source of information before giving it a value.C does not allow you to use an unassigned variable. You must assign a value to a variable befo re you can use it, otherwise your program will not compile. This requirement is called the Definite Assignment Rule. For example, the following statements will generate a compile-time error because age is unassigned int age Console. WriteLine(age) // compile time error Displaying Primitive Data Type assesss In the following exercise, youll use a C program named PrimitiveDataTypes to demonstrate how several primitive data types work. Display primitive data type values 26SREEKANTH C STEP BY STEP 1. Start Visual Studio 2005. 2. On the File menu, point to Open, and then click Project/Solution. The Open Project dialog box appears. 3. Move to the Microsoft PressVisual CSharp Step by StepChapter 2PrimitiveDataTypes folder in your My Documents folder. Select the file PrimitiveDataTypes. sln and then click Open. The solution loads, and the PrimitiveDataTypes project. Solution Explorer displays the solution and NOTE Solution file names have the . sln suffix, such as PrimitiveDataTypes. sln. A solution can contain one or more projects.Project files have the . csproj suffix. If you open a project rather than a solution, Visual Studio 2005 will automatically create a new solution file for it. If you build the solution, Visual Studio 2005 automatically saves any updated or new files, and you will be prompted to provide a name and location for the new solution file. 4. On the Debug menu, click Start Without Debugging. The following application window appears 5. In the Choose A Data type list, click the string type. The value 42 appears in the Sample value box. 6. Click the int type in the list.The value to do appears in the Sample value box, indicating that the statements to display an int value still need to be written. 27 SREEKANTH C STEP BY STEP 7. Click each data type in the list. Confirm that the code for the double and bool types also needs to be completed. 8. Click deliver closing the window and stopping the program. Control returns to the Visual Studio 2005 progra mming environment. Use primitive data types in code 1. Right-click the Form1. cs file in the Solution Explorer and then click View Code. The Code and Text Editor window opens displaying the Form1. cs file. 2.In the Code and Text Editor window, find the show Float Value method listed here private void showFloatValue() float var var = 0. 42F value. Text = 0. 42F TIP To locate an item in your project, point to get And Replace on the Edit menu and click Quick contract. A dialog box opens asking what you want to hunting for. Type the name of the item youre looking for, and then click Find Next. By default, the search is not case-sensitive. If you want to perform a case-sensitive search, click the + button next to the Find Options label to display additional options, and check the Match Case check box.If you have time, you can experiment with the other options as well. You can also press Ctrl+F (press the Control key, and then press F) to display the Quick Find dialog box rather then usin g the Edit menu. Similarly, you can press Ctrl+H to display the Quick Find and Replace dialog box. The showFloatValue method runs when you click the float type in the list box. This method contains three statements The first statement declares a variable named var of type float. The second statement assigns var the value 0. 42F. (The F is a type suffix specifying that 0. 2 should be treated as a float value. If you forget the F, the value 0. 42 will be treated as a double, and your program will not compile because you cannot assign a value of one type to a variable of a different type in this way. ) The third statement displays the value of this variable in the value TextBox on the form. This statement requires a little bit of your attention. The way in which you display an item in a TextBox is to set its Text property. You did this at 28 SREEKANTH C STEP BY STEP design time in Chapter 1 using the Properties window. This statement shows ou how to perform the same task programm atically, using the expression value. Text. The data that you put in the Text property must be a string (a sequence of characters), and not a number. If you try and assign a number to the Text property your program will not compile. For this reason, the statement simply displays the text 0. 42F in the TextBox (anything in double-quotes is text, otherwise known as a string). In a real-world application, you would add statements that convert the value of the variable var into a string and then put this into the Text property, but you need to know a little bit more about C and the .NET Framework before we can do that (we will cover data type conversions in Chapter 11, Understanding Parameter Arrays, and Chapter 19, Operator Overloading). 3. In the Code and Text Editor window, locate the showIntValue method listed here private void showIntValue() value. Text = to do The showIntValue method is called when you click the int type in the list box. TIP Another way to find a method in the C ode and Text Editor window is to click the Members list that appears above the window, to the right. This window displays a list of all the methods (and other items).You can click the name of a member, and you will be taken directly to it in the Code and Text Editor window. 4. Type the following two statements at the start of the showIntValue method, after the open curly brace int var var = 42 The showIntValue method should now look like this private void showIntValue() int var var = 42 value. Text = to do 5. On the Build menu, click Build Solution. a. The build will display some warnings, but no errors. You can ignore the warnings for now. 6. In the original statement, change the string to do to 42. b. The method should now look exactly like this 9 SREEKANTH C STEP BY STEP c. private void showIntValue() d. i. int var ii. var = 42 iii. value. Text = 42 e. 7. On the Debug menu, click Start Without Debugging. f. The form appears again. g. TIP If you have edited the source code sin ce the last build, the Start Without Debugging command automatically rebuilds the program before starting the application. 8. Select the int type in the list box. Confirm that the value 42 is displayed in the Sample value text box. 9. Click Quit to close the window and stop the program. 10. In the Code and Text Editor window, find the showDoubleValue method. 1. Edit the showDoubleValue method exactly as follows private void showDoubleValue() double var var = 0. 42 value. Text = 0. 42 12. In the Code and Text Editor window, locate the showBoolValue method. 13. Edit the showBoolValue method exactly as follows private void showBoolValue() bool var var = false value. Text = false 14. On the Debug menu, click Start Without Debugging. The form appears. 15. In the list, select the int, double, and bool types. In each case, verify that the correct value is displayed in the Sample value text box. 16. Click Quit to stop the program.Using arithmetic Operators C supports the regular arithm etic operations you learned in your childhood the plus sign (+) for addition, the minus sign () for subtraction, the asterisk (*) for multiplication, and the forward slash (/) for division. These symbols (+, , *, and /) are called operators as they operate on values to create new values. In the following 30 SREEKANTH C STEP BY STEP example, the variable moneyPaidToConsultant ends up holding the product of 750 (the daily rate) and 20 (the number of days the consultant was employed) long moneyPaidToConsultant oneyPaidToConsultant = 750 * 20 NOTE The values that an operator operates on are called operands. In the expression 750 * 20, the * is the operator, and 750 and 20 are the operands. determine an Operators Values Not all operators are applicable to all data types, so whether you can use an operator on a value depends on the values type. For example, you can use all the arithmetic operators on values of type char, int, long, float, double, or decimal. However, with one excommunic ation, you cant use the arithmetic operators on values of type string or bool.So the following statement is not allowed because the string type does not support the minus operator (subtracting one string from another would be meaningless) // compile time error Console. WriteLine(Gillingham Manchester City) The exception is that the + operator can be used to concatenate string values. The following statement writes 431 (not 44) to the console Console. WriteLine(43 + 1) TIP You can use the method Int32. Parse to convert a string value to an integer if you need to perform arithmetic computations on values held as strings.You should also be aware that the type of the result of an arithmetic operation depends on the type of the operands used. For example, the value of the expression 5. 0 / 2. 0 is 2. 5 the type of both operands is double (in C, literal numbers with decimal points are always double, not float, in order to maintain as much accuracy as possible), and so the type of the res ult is also double. However, the value of the expression 5 / 2 is 2. In this case, the type of both operands is int, and so the type of the result is also int. C always rounds values down in circumstances like this.The situation gets a little more complicated if you mix the types of the operands. For example, the expression 5 / 2. 0 consists of an int and a double. The C compiler detects the mismatch and generates code that converts the int into a double before performing the operation. The result of the operation is therefore a double (2. 5). However, although this works, it is considered poor practice to mix types in this way. C also supports one less-familiar arithmetic operator the remainder, or modulus, operator, which is represented by the percent symbol (%). The result of x % y is the remainder after dividing x by y.For example, 9 % 2 is 1 since 9 divided by 2 is 8, remainder 1. NOTE In C and C++, you cant use the % operator on floating-point values, but you can use it in C. Examining Arithmetic Operators 31 SREEKANTH C STEP BY STEP The following exercise demonstrates how to use the arithmetic operators on int values using a previously written C program named MathsOperators. Work with arithmetic operators 1. On the File menu, point to Open, and then click Project/Solution. Open the MathsOperators project, located in the Microsoft PressVisual CSharp Step by StepChapter 2MathsOperators folder in your My Documents folder. . On the Debug menu, click Start Without Debugging. A form appears on the screen. 3. Type 54 in the left operand text box. 4. Type 13 in the right operand text box. You can now apply any of the operators to the values in the text boxes. 5. Click the tax write-off option, and then click Calculate. The text in the Expression box changes to 54 13, and 41 appears in the yield box, as shown in the following graphic 6. Click the / Division option, and then click Calculate. The text in the Expression text box changes to 54 / 13, and the numb er 4 appears in the Result box. In real life, 54 / 13 is 4. 53846 recurring, but this is not real life this is C In C, when you divide one integer by another integer, the answer you get back is an integer, as explained earlier. 32 SREEKANTH C STEP BY STEP 7. Select the % Remainder option, and then click Calculate. The text in the Expression text box changes to 54 % 13, and the number 2 appears in the Result box. This is because the remainder after dividing 54 by 13 is 2 (54 ((54 / 13) * 13) is 2 if you do the arithmetic travel down to an integer at each stagemy old mathematics master at school would be horrified to be told that (54 / 13) * 13 does not equal 54 . 8. Practice with other combinations of numbers and operators. When youre finished, click Quit. The program stops, and you return to the Visual Studio 2005 programming environment. Now take a look at the MathsOperators program code. Examine the MathsOperators program code 1. Display the Form1 form in the Design View window (click the Form1. csDesign tab if necessary). TIP You can quickly switch between the Design View window and the Code and Text Editor displaying the code for a form by pressing the F7 key. 2. In the View menu, point to Other Windows and then click Document Outline.The Document Outline window appears showing the names and types of the controls on the form. If you click each of the controls on the form, the name of the control is highlighted in the Document Outline window. 33 SREEKANTH C STEP BY STEP IMPORTANT Be careful not to accidentally delete or change the names of any controls on the form while cover them in the Document Outline window. The application will no longer work if you do. 3. Click the the two TextBox controls that the user types numbers into on the form. In the Document Outline window, verify that they are named lhsOperand and rhsOperand.When the form runs, the Text property of each of these controls holds (as strings) the numeric values you enter. 4. Towards the bott om of the form, verify that the TextBox control used to display the expression being evaluated is named expression, and that the TextBox control used to display the result of the calculation is named result. At runtime, setting the Text property of a TextBox control to a string value causes that value to be displayed. 5. Close the Document Outline window. 6. Press F7 to display the Form1. cs source file in the Code and Text Editor window. 7.In the Code and Text Editor window, locate the subtractValues method private void subtractValues() int lhs = int. Parse(lhsOperand. Text) int rhs = int. Parse(rhsOperand. Text) int outcome outcome = lhs rhs expression. Text = lhsOperand. Text + + rhsOperand. Text result. Text = outcome. ToString() The first statement in this method declares an int variable called lhs and initializes it to the result of the explicit conversion of the lhsOperand. Text property to an int. (The Text property of a TextBox is a string, and must be converted to an integer before you can store it in an int. This is what the int.Parse method does) The second statement declares an int variable called rhs and initializes it to the result of the explicit conversion of the rhsOperand. Text property to an int. The third statement declares an int variable called outcome. The fourth statement subtracts the value of the rhs variable from the value of the lhs variable, and the result is assigned to outcome. The fifth statement concatenates three strings (using the + operator) and assigns the result to the expression. Text property. The sixth statement converts the int value of outcome to a string by using the ToString method, and assigns the string to the result.Text property. 34 SREEKANTH C STEP BY STEP The Text Property and the ToString Method I mentioned earlier that TextBox controls displayed on a form have a Text property that allows you to access the displayed contents. For example, the expression result. Text refers to the contents of the result text box on the form. Text boxes also have many other properties, such as the location and size of the text box on the form. You will learn more about properties in Chapter 14, Implementing Properties to Access Attributes. Every class has a ToString method.The purpose of ToString is to convert an object into its string representation. In the previous example, the ToString method of the integer object, outcome, is used to convert the integer value of outcome into the equivalent string value. This conversion is necessary because the value is displayed in the Text property of the result fieldthe Text property can only contain strings. When you dogmatic Precedence Precedence governs the order in which an expressions operators are evaluated. Consider the following expression, which uses the + and * operators 2+3*4This expression is potentially ambiguous does 3 bond to the + operator on its le

No comments:

Post a Comment