Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

C++ Tutorial 2 (Pt 1 of 2) - Variables

Loading...

Sign in or sign up now!
21,746
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Oct 20, 2007

NEED HELP!! Please join the FORUM on my site. Thank you all. This is part 1 of 2 of my second video tutorial in my C++ tutorials series. In this video I teach you about variables, escape sequences, some system functions and I show you how to make a simple addition calculator. Visit my website at www.geocities.com/computersandplus for the source code, and an uninterupted full higher resolution download of this video. Thanks for watching.

  • likes, 3 dislikes

Link to this comment:

Share to:

Uploader Comments (2000ContourSVT)

  • can u pls tell me wat "using namespace std" for?

  • Sorry man I never seen the notification for this comment. Here is the basics of why I use "using namespace std;". There are librarys that are included in C++ and the "cout" is included in the standard library so normally you would type "std::cout" but if you use "using namespace std;" you are using the standard library which allows you to do less typing.

see all

All Comments (26)

Sign In or Sign Up now to post a comment!
  • you don't need "\n" in from of "please enter the second number"...

    Just use

    cout endl<< "please enter the second..." << endl

    it shopuld do the trick.

    endl is just short for "\n" :)))) a macros if you will

  • Thank you, that was very useful for me

  • JoinT

  • we cant see what system pause you typed so my project is just stuck...thanks

  • system *

  • Easy.. :P ... For those who dont know.. if you didnt saw the end part is  syste("PAUSE"); .... save it!

  • come have a look at my c++ lessons

  • the end part is: system("pause");

  • Yea, you can do anything with c++

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more