User profile: Boilerplate

User info
User name:Boilerplate
Old user name:sMav
Email:niftybruin@gmail.com
Name:Anthony Martin
Location:New England
Bio:Just here to learn and improve if I can. Love programming. C++, Python, HTML
History
Joined:
Number of posts:25
Latest posts:

How to print only first and last words of a string
If you don't need to slice up a string here's an easy way [code] std::string first, middle,...

Dynamicc Array Resizing
It's amazing how many courses insist on teaching C++ backwards.

Specific reading of CSV file
Check this out: http://www.cplusplus.com/reference/cctype/isdigit/ http://w...

write program with two nested for loops that produces the following.
@DesmondLee - Although I prefer kemort's solution :) here's another to get you started: Start with a...

HELP (Name, age and adress)
1. Use code tags please when you post code. 2. declare "address" as a type: std::string so you can u...