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
~3K People Reached
Favorite Tags
c++ x 9
c x 2
java x 1
Member Avatar for eagles39

I have a final coming up and the professor has hinted in class that there would be a question on how to make the primitive min operation in Big-O(1). I know that its capable of and how it works in Big-O(log n). I have idea that it will involve the …

Member Avatar for Rashakil Fol
0
147
Member Avatar for eagles39

How does postfix notation and prefix notation work for exponents because I know how postfix notation works on order of operations for plus, minus, division, multiplication. I would like to know how this works with the use of a stack in a pseudo-code format.

Member Avatar for TrustyTony
0
150
Member Avatar for eagles39

I am creating a simple GUI with a few buttons and a text field. I set the window size to to 500x500 and the text field fits on the South perfectly but once i resize the window the text field stays the same size is it possible to make to …

Member Avatar for harinath_2007
0
168
Member Avatar for eagles39

I have written a function to place mines. I need 'X' to be in array position [0][0] I cannot randomize so it does not overlap the mines b/c I can have only four mines in a [4][5] array. The problem I am having so that it checks to see if …

Member Avatar for WaltP
0
420
Member Avatar for eagles39

I would like to install a "pretty p" function into my emacs i am using ubutnu 10.04. I dont know if its called pretty p, but my professor calls it that. It supposed to indent all the code correctly when you pres Esc-p. I would like to install into my …

0
65
Member Avatar for eagles39

I cant display a board for some reason I added a catch statemnt but there is something wrong with the if statment inside the for loop but i dont what is wrong thugh with the if else statement. [CODE]#include <iostream> #include <fstream> #include <string> using namespace std; const int size …

Member Avatar for eagles39
0
119
Member Avatar for eagles39

I am getting one error in this assignent and I am trying to find how i can seperate the total number of problems correct for each operator. I also get an error message but i cannot use a global variable or it is a 0 on the assignment. ERROR MESSAGE: …

Member Avatar for jonsca
0
97
Member Avatar for eagles39

I need help making this program setup in a way my professor wants it. I did the program and it works fine I have to add the percentage correct that I will finish after I try to set it up correctly. the files are attached below. biggest issue is understanding …

0
72
Member Avatar for eagles39

I need to output picture of a rocket using * the program works. The top of the rocket doesn't line up with the body of the rocket. Can someone point me in the write direction on how to start it. the function i am using is called drawCone. [CODE]#include <iostream> …

Member Avatar for Taywin
0
2K