No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 … | |
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. … | |
Re: 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) … | |
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 … |
The End.