- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
- 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…
7 Posted Topics
Re: 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... | |
Re: [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. | |
Re: 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 … | |
Re: 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 … | |
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 … |
The End.