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
Member Avatar for jcmartin

Hi all, My name is Jeremy. I am a 31yr old, part time student hoping to get into an IT job while earning my CS degree. I got a late start in life due to a rough upbringing, and I need some advice on how to break into the field …

Member Avatar for rbross
0
300
Member Avatar for Famous16

Hi all, Can anyone help me to solve the problem that how can I raise the speed of my PC. Any help to solve the issue will be appreciated. With Regards,

Member Avatar for jwenting
0
179
Member Avatar for Fenlevi

[CODE]#include <vector> #include <iostream> #include <iomanip> using namespace std; typedef vector<double>row; typedef vector<row>Matrix; Matrix grade; void read_matrix(Matrix&grade,vector<string>&names); void display_matrix(const Matrix&grades,const vector<string>&names); void read_matrix(Matrix&grade,vector<string>&names) { int grades; cout << "Reading data into a Matrix " << endl; cin >>grades; if(grades== 0) { cout << "Making vector empty." << endl; grade.resize(0); } …

Member Avatar for WaltP
0
103
Member Avatar for adamjmartin

Hi everyone, I'm hoping some of you will be able to help with my final year project at uni. I’m completing a project on Green/Sustainable IT and looking for some more responses to a survey I have made. The survey is at [url]http://www.surveymonkey.com/s/9FN9FGP[/url]. Your help would be hugely appreciated! Adam

Member Avatar for _Set
0
100
Member Avatar for n21115

Hi everyone. This is my first post here at DW. I was just experimenting with programs and thus I am trying to implement [B]Bisection Method[/B] & [B]False Position / Regula Falsi Method[/B] into a C++ program. Once I am done doing these two, ill start coding the [B]Newton-Raphson Method[/B]. All …

Member Avatar for _Set
0
1K
Member Avatar for ladies5235

can anyone help me with my assignment about sequential access file?? i have attach 2 file..its about my assignment question..

Member Avatar for ladies5235
-2
130
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