1 / 15

Mech-215 Tutorial 1

Mech-215 Tutorial 1. By: Shruti Rathee. My Introduction. My name is Shruti Rathee and I am a Masters Student in Concordia. My supervisor is Dr. Peter Grogono . My web page on ENCS is :- http://users.encs.concordia.ca/~s_rathe/. What we will do in tutorial?.

ordell
Télécharger la présentation

Mech-215 Tutorial 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mech-215Tutorial 1 By: ShrutiRathee

  2. My Introduction • My name is ShrutiRatheeand I am a Masters Student in Concordia. • My supervisor is Dr. Peter Grogono. • My web page on ENCS is :- http://users.encs.concordia.ca/~s_rathe/

  3. What we will do in tutorial? • We will learn how to do simple and basic programming in C++. • We will use Microsoft Visual Studio for the tutorial.

  4. How to Install Visual Studio on your device? • You can get free Microsoft Visual Studio from Concordia as it has agreement with Microsoft for free software to students. • The link is: http://www.encs.concordia.ca/msdnaa/ • Here click on go here in the web page as shown in next slide.

  5. Here after clicking that you have to enter your Concordia user id and password. • Then download the .exe file for your machine and install it.

  6. Now to write a program in Visual Studio for C++ • Go to start << All programs << Microsoft visual studio ..... And then click as shown in next slide.

  7. Now lets write our First C++ program • In Microsoft visual studio go like this:

  8. Then name your project anything you like and just click ok. I did Hello_world.

  9. Right click on Hello_world and then ....

  10. Choose c++ file and name it and click on Add. I named it “hello”

  11. After writing your program you can compile it as follows:

  12. By the above you can only compile the hello.cpp class but you can debug the whole project by selecting this:

  13. It will ask you to build the program then click Yes and you will get the output.

  14. So this was easy ??

More Related