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
![]() |
|
![]() |
|
![]() |
|
![]() |
Microsoft CRM is now on the scene and it is... Read More
Microsoft CRM is winning market share step-by-step from such the... Read More
Whether you are an experienced web programmer or a complete... Read More
GroupwareThe internet is full of 1.5 million to 7 million... Read More
GroupwareEfforts are continually made to manage the unavoidable ad hoc... Read More
There are certain pluses and minuses in both cases and... Read More
Microsoft Great Plains ? ERM from Microsoft Business Solutions and... Read More
Many reasons made GBM a unanimous choice for experts, one... Read More
If you are in a business that passes documents around... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
Mapping Software Improves Data VisualizationFrom the outset, it is important... Read More
Whether you need to close a sale, gather end-user feedback,... Read More
It is possible that if one avoided all sources of... Read More
Microsoft Business Solutions Great Plains is very generic accounting application... Read More
Finding the best spyware removers to detect and remove spyware... Read More
It's all about turn times in the eMedia industry! The... Read More
Innovative Maintenance Systems (IMS) is one company that offers solutions... Read More
Microsoft Business Solutions Small Business Manager is Great Plains Dexterity... Read More
C/SIDE (Client/Server Integrated Development Environment) - The core of... Read More
The destruction of the Soviet Union about 15 years ago,... Read More
RSS (Really Simple Syndication) is a way for a site... Read More
Are you a whiz at calculating financial information? Not the... Read More
The most important benefit of XML is its simplicity. Though... Read More
TikiWiki is open source software - it is written in... Read More
1. With mapping software you can create a report that... Read More
Bar charts, bar graphs, and any other chart or graph... Read More
Microsoft Business Solutions Great Plains, former Great Plains Software eEnterprise,... Read More
During the years of our consulting practice, which comes back... Read More
Fortunately one of the most common reasons cited for the... Read More
Security flaws have long plagued Internet Explorer (IE), the market-dominating... Read More
Microsoft Business Solutions Great Plains and MS CRM (client relation... Read More
Although statistics often is blamed for various deadly sins --... Read More
Microsoft CRM customization techniques are very diversified and based on... Read More
We live in a post-industrial age where information is the... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
"Pfishing", sometimes spelled "Phishing", is a word that's used to... Read More
Program Flow is what you think it is. How the... Read More
Former Great Plains Software Dynamics/eEnterprise and currently Microsoft Business Solutions... Read More
Icons are used everywhere; right from software applications, to internet... Read More
I have yet to see a business that, sometimes in... Read More
Many reasons made GBM a unanimous choice for experts, one... Read More
Microsoft Business Solutions Great Plains was historically designed to serve... Read More
With this small article we are continuing Microsoft Business Solutions... Read More
Need help making sense of algebra? Have algebra lectures in... Read More
1. Replace Dexterity cursor with SQL Stored Procedure Dexterity... Read More
Costs of fleet maintenance software can vary widely. It is... Read More
Before September 1995, Microsoft Windows was an MS-DOS program. DOS... Read More
In a previous article, I wrote about OpenOffice... Read More
Microsoft Outlook is one of the most widely used software... Read More
I completed an experiment recently. I wanted to find out... Read More
Microsoft Business Solutions Great Plains has substantial market share and... Read More
Hi, Guys,I believe a lot of programmers are trying to... Read More
If you copy something from a Web site or elsewhere...... Read More
XML parser is a software module to read documents and... Read More
The purpose of Project Management Software is to provide an... Read More
Great Plains Inventory Management (IV) module gives your business a... Read More
Scrapbooks are very popular these days. I think that almost... Read More
I have recently created my first Php program. I wanted... Read More
Assertion facility is added in J2SE 1.4. In order to... Read More
Considering whether or not your software company should hire a... Read More
The adware and spyware definitions list is very long. But... Read More
Microsoft Business Solutions Great Plains fits to majority of horizontal... Read More
So, why should you use any O/R mapping tool? I... Read More
If you have Microsoft Great Plains and support it for... Read More
In the previous ISDN article, we looked at how and... Read More
Software |