Integers
[Home Page] [Web
Navigation] [(In)FAQs]
[Class Schedule] [Textbook]
[Lecture Slides] [Additional
Coverage] [Supplementary Material]
[Evaluation Areas] [Course
Submissions] [Student
Information]
Site: http://www.arachnoid.com/cpptutor/data2.html |
| Not to oversimplify, but there are four basic data types in C++: booleans, integers, floats and strings. These ... ","This web site is very basic and to the point. They go into detail about the four basic data types. C++: booleans, integers, floats and strings. You also have a tutorial for C++. It helps, but that page is still under construction and other info is missing as well. You can also go into an introduction to Data Types and Operations. This page is helpful for beginners to get their feet wet. For the experts, this site might be to Mickey Mouse for them. So I recommend this page for the beginners, just like myself. |
|
Site:
http://www.arachnoid.com/cpptutor/index.html |
| This website contains a user-friendly introduction to basic data types among other things. It illustrates the basic data types such as integers, floats and strings. Also the site explains the handling of these data types and an easy to follow tutorial in C/C++.
|
|
Site:
http://www.mathleague.com/help/integers/integers.htm
|
| On this site you could find information about what integers. Also, it explnains how to multiply, add, subtract, divide,ect., integers. It gives examples for every explanation that is given. There are links to enter to participate on math contests. |
|
Site:
http://www.sccs.swarthmore.edu/users/02/no/tutorials/cstuff/data.html
|
| Integers are said to be a good starting point being that the data is easy to work with. Integers are numbers without decimal points, such as a -8 to 9. When creating a program in C a programer is able to create variables holding different types of data. Variables also must be declared at the top of every function, and must be declared before they can be used. When integers need to be declared you then use int. Thereis also type short, which is just like int except that it takes up less memory. Also existing is long, taking up more memory than int.
|
|
Site:
http://en.wikipedia.org/wiki/Integer
|
| I think that this website is really good, because i shows the information that i am looking for in detail giving examples and extra information. |
|
|