Problem using getline after cin in C++ Program
When you need to input numbers and strings you’ll certainly use cin and getline functions in C++. If you are beginning programmer, you must face this weird problem. Look at the code below: #include<iostream> #include<string> using namespace std; ...
Download Linked Lists Basics – C++ Lecture Notes
After going through Pointers and Memory eBook on Stanford CS Education Library, I feel it worth going through for you all. The eBook is concise; covering everything is bit greater speed but I hope it is sufficient for you to get started and sharpen your unders...
Download Pointers and Memory – C++ Lecture Notes
Surfing and searching for really useful study materials for computer science students, I ramble here and there, most often. This time I was looking for C++ refreshing courses. There are vast amount of materials, easy enough to tangle your feet, available in In...
#NUM! Error in Excel
Four of the error messages are often talked in the course of Computer Operator or Secondary Level Computer Science. #NAME! : Occurs when you make mistake in cell address or range name #VALUE! : Occurs when you provide string where numeric data was required. #D...

