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
~993 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for Aenima

I just picked up the textbook for my ASM class and was suprised to see that it's for the 8085 processor. I know it's good to start simple so I don't think it's necessarily a bad thing as long as the basic principles apply to chips that aren't 30 years …

0
61
Member Avatar for Aenima

First of all, hello everyone. My problem is this. In writing a program which accepts multiple user inputs of type [B]int, [/B]during the first run through the program, after the first [B]cout << [/B]statement prints, I have to press enter twice in order for the second [B]cout [/B]statement to display. …

Member Avatar for Aenima
0
264
Member Avatar for vietbong87

Hi, I'm still pretty new to programming, but maybe this will help. [code] #include <iostream> using namespace std; int main() { const int MAX_NUM_INTEGERS = 10; long int integers[10]; long int i = 0, maximumValue = 0; cout << "Please enter 10 integers : \n\n"; while ( i < MAX_NUM_INTEGERS) …

Member Avatar for nanodano
0
622
Member Avatar for Aenima

Hi, my name's Carl. I'm a first year Comp Sci/Comp Engr student, and I'm sure I'll have plenty of questions for the experts here. Some Intrests: Music- if it's not rap/RnB or country, I probably like it. Video games - mostly role playing, some RTS Books- Wheel of Time/Song of …

Member Avatar for nizzy1115
0
46

The End.