User profile: kenglong

User info
User name:kenglong
Email:kenglong@gmail.com
Name:Ken Long
Location:Albuquerque, NM
Bio:Beginning C++ student at Central New Mexico Community College. Am working toward a CIS degree in Network Administration.
Statistical data
Birthdate:Jun 13, 1957
Gender:Male
Occupation:Student
History
Joined:
Number of posts:9
Latest posts:

Testing integers for nearness to each other
Thanks everyone. Narrowing the scope of the parenthesis did the trick. It works fine now. Ken

Testing integers for nearness to each other
I'm working on a homework assignment, and one little part has me stuck. I get an 8 character phrase ...

I'm confused with references syntax
I just got back from class where another student was able to explain how the compiler relates the tw...

I'm confused with references syntax
So, rX and x as well as rY and y are indeed separate entities? How does the compiler know to relate ...

I'm confused with references syntax
I'm in a C++ 1 class at the local community college. I'm confused with the syntax of using reference...