Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
Ranked #4K
~421 People Reached
About Me

University of Illinois, BA in mathematics. Started work with IBM as a programmer in 1965, retired in 1993. Since then I have done IT support, taught Computer Science at the university level, worked for a corporate training company teaching advanced programming…

Interests
I still like the big iron. Most experience is with the window platforms. Some UNIX and LINUX.
Favorite Forums
Favorite Tags
Member Avatar for dinamit875

does anyone know how to convert c program code into c++ program code? I have program written in c code, but need the same program and its functions in c++. I can post code if needed. Thanks.

Member Avatar for dinamit875
0
276
Member Avatar for Judgment

1. I need to make a program that creates a list that contains the first n perfect squares. All I know is that it starts with n = int(raw_input("How many squares? ")) and ends with print squares An example of how this program should work is: How many squares? 5 …

Member Avatar for vegaseat
-1
145