wpe41.gif (23084 bytes)CIS3355: Business Data Structures
Fall, 2008
 

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
bulletNot 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
bulletThis 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://softpixel.com/~cwright/programming/datatypes.c.php
bulletI like it, it talks about ints and longs being 32 and sometimes 64.
Site: http://www.is.wayne.edu/mnissani/cs/How%20Bytes%20and%20Bits%20Work.htm
bulleti like the site because it explains how to work Decimal Numbers, bits, Bytes and more about Binary.
Site: http://www.mathleague.com/help/integers/integers.htm 
bulletOn 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
bulletIntegers 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://computerprogramming.suite101.com/article.cfm/types_of_integers__floating_point
bulletThis website is has a good general and basic understanding of integers and how they are stored.
Site:  http://en.wikipedia.org/wiki/Integer
bulletI think that this website is really good, because i shows the information that i am looking for in detail giving examples and extra information.
Site:   http://www.mathleague.com/help/integers/integers.htm
bulletthis web site help you alot in learning everything about an integer: positive and negative integer, absolute integer and much more