Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~1K People Reached
Favorite Tags

10 Posted Topics

Member Avatar for Linda1

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 …

-1
67
Member Avatar for Linda1

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 …

Member Avatar for Alex Edwards
0
77
Member Avatar for amygoel

what's the answer??? question posted in 2004 and its 2008 already....

Member Avatar for Pikachumanson
0
86
Member Avatar for TacklesMcCaw

"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

Member Avatar for TacklesMcCaw
0
154
Member Avatar for Linda1

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? …

Member Avatar for Linda1
0
152
Member Avatar for Linda1

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 = …

Member Avatar for Prabakar
0
179
Member Avatar for Linda1

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; …

Member Avatar for Linda1
0
79
Member Avatar for Linda1

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 …

Member Avatar for cosette_hinds
0
119
Member Avatar for plusplus

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 …

Member Avatar for twomers
0
112
Member Avatar for Linda1

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 …

Member Avatar for Linda1
0
128

The End.