- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
10 Posted Topics
I am trying to build an lcd file. The project is, using a dragon 12 lcd, we need to put a string in 0,0 (top) lcd screen position and another string in 0,1 (bottom screen position. The strings has to rotate around the screen. I did part of the code … | |
I was doing well in this project until I was trying to do the math problem on the third class. The project is, we are supposed to create a base class of circle and create 2 derived classes The first is sector derived from circle then the segment is derived … | |
Re: what's the answer??? question posted in 2004 and its 2008 already.... | |
Re: "using namespace std;" is used instead of coding the using the usual ::iostream, cout and cin, endl; It's a shortcut to minimize the extra typing | |
I am practically done with this project but got stumped in one area I am trying to use operator overloading and multiplying 2 to the complex number. Since I used operator* already, how do I call the operator with 2* complex no? How do I write the code for it? … | |
My homework requires me to write a program for a matrix that bubble sorts in descending order, then multiply by two and output results Tried doing these in different ways, maybe, someone out there can help.. #include <iostream> #include <iomanip> #include < cmath> using namespace std; const int NO_OF_ROWS = … | |
Another project on arrays. I need to get the smallest number in an array. Enclosed is code. Your input highly needed! [code] #include<iostream> using namespace std; int smallestnumberindex(const int number[int index]) int main() { int number[10]; int index; int smallestnumber; //initialize the array for (index = 0; index < 10; … | |
I am a student in a technical institute, and started learning programming. I found your website after getting frustrated in a homework that I was supposed to write a code that was not even in our book! Our instructor expected us to be able to decipher it and write the … | |
Re: I think the best way to clear up a tired brain is exercise!!! Do you have an exercise room in your building? Go to the gymn, run for 30 minutes. The circulation is faster and makes the blood in your brain flow faster too. So, if there's some blood that's … | |
I am very new to C++ and one of my homework assignments involvemulti dimensional arrays. I was able to initialize and input and display the array (4x4) but the last step is to swap the data of the row to that of the column. Tried different ways and unable to … |
The End.