User profile: mcrist

User info
User name:mcrist
Name:Matthew Crist
Location:Oklahoma City
Statistical data
Gender:Male
Occupation:Programmer
Skills:C
PHP
C++
Perl
C++/MFC
Cobol
Pascal
C++/.NET
Java
LISP
Javascript
Python
Haskell
History
Joined:
Number of posts:36
Latest posts:

Binary Search Tree -Insertion
[code] //BST #include<iostream> using namespace std; class bst { public: int data; b...

need help with while loop!
[code] #include <iostream> using namespace std; int main() { int n1, n2, floor, ceil; cout <...

good C++ course for UK engineer?
Learning a language is one thing; learning programming practice is another. I'd say it could take y...

computer science degree question
Well, I guess it all depends on how far you actually want to go with programming. Going into the ma...

How much support C++ has in comparision to C#?
I can confirm what Grey Wolf says. I am a C++ programmer and we transitioned into managed code. Be...