(877) 999-2681  | BECOME A TUTOR | BECOME A STUDENT  |  Sign In
Search 70,374 tutors SEARCH
Marc V. for tutoring lessons in West Palm Beach FL Over 300 tutoring hours WyzAnt Tutoring Tutor Tutor United States

Marc V.

C++, Math, Science, Office, SPSS, Computer, TEAS, Programming

West Palm Beach, FL (33401)

Travel Radius 40 miles
Hourly Fee $40.00
Discount $34.00 - $38.00 Save up to 15% (i)
  134 ratings

Your first hour with any tutor is always 100% refundable!

Hello WyzAnt

Hello Programmers,

For anyone who is interested in programming, where do you start? Well, C++ is a good programing tool. The only thing you need is to download one of the free "C++ compilers" online to run your code. What kind of codes or programms can I write? Well, it's up to you and what you want it to do. It's probably good to start with something easy, and then make one that’s interacting, so you can input data and get cool output. Make an app..! a DataBase, a cool game, etc..

The first Program I’m going to show you is called “Hello Wyzant”.

#include iostream
using namespace std;
void main()
{
cout << "Welcome to C++ Programming" << endl;
cout << "Hello Wyzant!" << endl;
}

run this program, it should display on your computer the message in blue.
Welcome to C++ Programming
Hello Wyzant

Lesson 1

#include iostream

// this line of code is telling the compiler that while runing your code, use this file (class) as well which help your program display the output

using namespace std;

// this line is for my specific compiler (Visual basic)

void main()

// this line telling the program to start execute the codes within the //main and to return nothing to the main (don't focus on that)

{

// begining of the program

cout << "Welcome to C++ Programming" << endl;

// cout<< tell the compiler to display the following string of //character to your computer screen "Welcome to C++ //Programming".

// "endl" tell the compiler that this is the end of the line. go to the //next line.

cout << "Hello Wyzant!" << endl;

// cout<< tell the compiler to display the following string of //character to your computer screen ""Hello Wyzant!" .

// "endl" tell the compiler that this is the end of the line. go to the //next line.

}

//the end of the program, termination, retun nothing, exit.

I hope this short tutorial help your interest in programming.

Post a Comment

Display Name Will be displayed with your comment
Email (optional) Will not be displayed publicly
Comment

Marc's Hourly Rate

Hourly Fee: $40.00

Save up to 15% with a discount package

How do I receive a discount?

Save between 5 and 15% on tutoring by purchasing credit with one of our prepaid discount packages. You can buy one of our standard 5, 10 or 15% packages or customize your own package based on how much tutoring you need. The credit you purchase can be used towards any tutor at any time and does not expire. If you do not use the entire package, we will simply deduct what you did spend on tutoring from your original purchase price and give you a refund. Discount packages start as low as $190.

Credit For Only You Save
$200 - $399 $190 - $379 5%
$400 - $999 $360 - $899 10%
$1,000 + $850 + 15%

Guarantee Your first hour with any tutor is protected by our Good Fit Guarantee: You don't pay for tutoring unless you find a good fit!


Background Check Status for Marc V.

Marc has consented to a background check to be run by Lexis Nexis upon request for $7.99. You will be able to run a background check after you email Marc with your tutoring inquiry.

For more information, please review the background check policy.