User: stringplayer92

  • Public profile

User profile: stringplayer92

User info
User name:stringplayer92
History
Joined:
Number of posts:8
Latest posts:

cin.get() question
I'm saying why is the '-' character not displayed as the user types the string "Hello World" rather ...

cin.get() question
[code]#include <iostream> using namespace std; int main() { char c = 0; while ( c != '\n' ) { cin...

B-tree degree 5?
http://en.wikipedia.org/wiki/B-tree I assume degree of 5 is same thing as 5th order.

Syntax error in templated linked list
You were correct, I guess it has to be: template <class myType> cKernel<myType> * cKernel<myType>:...

Syntax error in templated linked list
I solved the problem above and wanted to improve the above code to work with templates. This is my ...

This user does not accept Private Messages