User profile: Kevin C

User info
User name:Kevin C
Name:Kevin C
Website:http://www.programming4beginners.com/
Bio:I have created a tutorial titled Programming for Beginners which is available at www.programming4beginners.com
I would like to spread the knowledge and enjoyment of programming to others, and to make it easy for beginners to enter the world of computer programming.
History
Joined:
Number of posts:319
Latest posts:

Article: How to Spot a Bad C++ Course/Book/Tutorial?
@Cubbi I watched "Stop Teaching C", and I liked it (of course). About the giveaways, I was concerned...

Article: How to Spot a Bad C++ Course/Book/Tutorial?
I would like to start a discussion on this article I wrote. Feel free to comment. http://www.progra...

Loop question
Here is some info on nested loops: http://www.programming4beginners.com/tutorial/chapter12/nested-lo...

Please Help
#include<vector> ... int main() { double balance; vector<double> deposit(4); ... cin >> deposit[...

Please Help
Read this entire chapter and all the sub-chapters it contains: http://www.programming4beginners.com/...