Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
75% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~2K People Reached
Interests
Guitar Videogames Higher level math Programming Running My fiancee
PC Specs
(My first and only self built) MSI 790 FX mobo AMD Phenom II 550 BE ATI Radeon HD 4970 Antec P193 case…
Favorite Tags
c++ x 4

7 Posted Topics

Member Avatar for jcmartin

Also give the [URL="http://socghop.appspot.com/gsoc/program/home/google/gsoc2010"][U]Google summer of code[/U][/URL] program a look. It will give you some real experience with programming and you are paid for your time. Might want to act quick though as the deadline for applications is April 9th i think...

Member Avatar for rbross
0
309
Member Avatar for Famous16
Member Avatar for Fenlevi

[QUOTE]void display_matrix(const Matrix&grade,const vector<string>&names){ cout<<" "; for ( int j=0;j<names.size();j++) {cout<< setw(5)<<setprecision(2)<<names.at(j)<<" "; } for (int k=0;k<grade.size();k++) { [B]cout<< setw(5)<<setprecision(2)<<grade.at(k)<<" "[COLOR="Red"]<<[/COLOR][/B] cout<<endl;} } [/QUOTE] Right there.

Member Avatar for WaltP
0
105
Member Avatar for adamjmartin

Your survey assumes my organization uses green policy. What if it does not? What if I dont know what "green IT" is? For all I know you could be talking about anything from software that minimizes power usage to the less-than-qualified intern in our dept. In other words, your survey …

Member Avatar for _Set
0
100
Member Avatar for n21115

Ironic! We just completed our section on the bisection method in my Numerical Analysis class! Upon first glance you are using far too many lines of code for this. I would try to take advatage of more recursion in your program. If you like I can post some pseudocode back …

Member Avatar for _Set
0
1K
Member Avatar for ladies5235
Member Avatar for _Set

Hello all! My first name is Mandlebrot but I prefer to be called Set :). I found this site from a comment on /. and was very intrigued. While browsing I found was able to answer many of the questions in the C++ and Java forums, so why not join …

Member Avatar for mackone
0
35

The End.