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
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
63
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
Member Avatar for TacklesMcCaw

Well to start let me say that I'm only a newbie, as my status says, but after a year of C++ I have what I consider a pretty good grasp over the basics of the language. I'm still at school for the summer doing an internship and have a lot …

Member Avatar for TacklesMcCaw
0
151
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
148
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
175
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
63
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

After a few hours of programming, sometimes even just after two hours, my head feels like it's exploding and I feel I just can't think straight anymore. What do you do to clear your head so that you can tackle the next problem?

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
125