This is the tutorial where we really get into programming. Input and variables are the essence of programming. In this tutorial you will learn how to get data from the user and use variables. You will learn the types of variables there are and how to do basic math with them. At first, this may seem boring and pointless, but you have to learn it, and it should go quick.
Basic Input
When you are making a console application, here is how you should get user input. Some of you may have guessed it, you use c[b]in[/b], of course, the 'c' meaning console and the 'in' meaning input, like 'cout'. So, here is a basic code, where the name of the variable x. cin>>x;
Defining Variables
A variable is what you guessed, a number or piece of data that will vary.
The diffrent types of variables:
bool - true or false
int - whole numbers
char - character (a, b, c, etc...)
string - multiple characters (words, etc..)
float,double - numbers that can have decimals
When deciding what type of variable to use, think about what kind of data it is going to be storing and remember that some data types use more memory than others, however most of your applications will use less memory than you have. To declare a variable, write the type of variable, then the name.
Examples:
int myInt = 7;
char thisChar= 'a', otherChar = 'b', char newChar;
string password= "password";
Syntaxes
Notice how I always had the first word not capatalized, but I capatalized all the other ones. You can also define more than one at a time, and you dont always need to set the value in the begining. Also, when you use a char, use a ' and for a string a ". Try to give your variables meaningful names.
Math
This is really the heart of programming, math! For now, we are going to be doing some simple arithmetic.
The basic math functions are:
+ = addition
- = subtraction
/ = division
* = multiplication
There are a bunch more, but that is all we need for now.
Go out and make a program!
Now that you know some of that basic stuff, try making a program, and dont be afraid to ask for help on http://www.syschat.com!
Chris Silop - http://www.syschat.com, Computer Forum
![]() |
|
![]() |
|
![]() |
|
![]() |
When Great Plains Software introduced the first graphical accounting application... Read More
If you've been using MySQL database to store your important... Read More
DBxtra is a powerful query and reporting tool that hides... Read More
While paper labeling CDs and DVDs may appear to be... Read More
There are certain pluses and minuses in both cases and... Read More
While I was preparing some personal background information for a... Read More
Many reasons made GBM a unanimous choice for experts, one... Read More
We are in a transition phase in the Managerial Administration... Read More
I suggest that you do not spend a lot of... Read More
Finding the best spyware removers to detect and remove spyware... Read More
The purpose of one of our projects was MS Exchange... Read More
Combining Microsoft Business Solutions Great Plains ERP with non-Microsoft Business... Read More
There are many commands that are used in linux on... Read More
Manufacturing in the USA is far away down from mid... Read More
How would you like to prevent spyware and adware from... Read More
Whether you are a small consultancy firm, a medium sized... Read More
Microsoft Business Solutions Great Plains is mid and even corporate... Read More
Since its release in 1987, QuarkXpress had made an immediate... Read More
Shareware is software that you can try before you buy;... Read More
Viruses and spyware usually show up on your computer one... Read More
OEComplete is a utility for managing the personal information of... Read More
Music downloads are off the charts! We're listening to digital... Read More
Microsoft Business Solutions Great Plains was historically designed to serve... Read More
If someone entered your home, uninvited and installed numerous cameras... Read More
As of now - Great Plains Dynamics/eEnterprise is transformed/renamed into... Read More
What is IRC?IRC is Internet Relay Chat. It is a... Read More
Adobe Photoshop is one of the world's leading graphics editing... Read More
Microsoft Great Plains ? ERM from Microsoft Business Solutions and... Read More
Adware is a type of Spyware program that displays some... Read More
Microsoft bought Navision, Denmark based software development company, along with... Read More
This article will not attempt to advocate the use of... Read More
Itâ??s easy to understand why you might be drawn to... Read More
Are you one of those people that keeps track of... Read More
And kill the best layout software in the process of... Read More
Spyware and Adware infest over 90 percent of computers in... Read More
In 2004 Oracle, Inc. made its new step toward J2EE... Read More
Looking at all the ads which promise to get rid... Read More
When Windows fails to boot it is normally caused by... Read More
I have recently created my first Php program. I wanted... Read More
For a long time now Microsoft's Internet Explorer has ruled... Read More
First we had the original Google search that evolved into... Read More
Security flaws have long plagued Internet Explorer (IE), the market-dominating... Read More
When you double-click a layer in the Layer Palette, you... Read More
Today's business world is fast-paced. No matter what it is... Read More
Whether you are a small consultancy firm, a medium sized... Read More
You've finally created databases that you can actually use to... Read More
XML Server can be a Web Server that stores the... Read More
Microsoft Business Solutions Great Plains serves multiple industries in the... Read More
Software development is a risky business.Many software developers are barely... Read More
Innovative Maintenance Systems (IMS) is one company that offers solutions... Read More
Microsoft Great Plains and Microsoft Retail Management System (Microsoft RMS)... Read More
Microsoft Great Plains serves the wide spectrum of horizontal markets.... Read More
Viruses and spyware usually show up on your computer one... Read More
You probably didn't casually invite, or extend a formal attendance... Read More
Adware is a type of Spyware program that displays some... Read More
So let's begin crunching down these 300 images using Adobe... Read More
Vince Lombardi once said that, "The achievements of an organization... Read More
DBxtra goes ASPGetting to the information hidden within corporate databases... Read More
C++ Function templates are those functions which can handle different... Read More
Is Photoshop CS2 worth the upgrade? You bet it is!... Read More
Accounts payable is just one area of office management where... Read More
Make-or-Break Factors in Success and ProfitabilityFor quick printers, estimating can... Read More
Microsoft Business Solutions Great Plains might be considered as ERP... Read More
Microsoft Business Solutions is now in process of creating so... Read More
Microsoft Business Solutions CRM is present several years on the... Read More
It won't matter how effective your WinRunner Team is if... Read More
Software |