User profile: bagrarajeev

User info
User name:bagrarajeev
Email:admin@digitalsplendid.net
Name:Rajeev Bagra
Location:India
Website:http://www.digitalsplendid.net
Bio:Passionate about delivering services related to content creation, web development, and internet marketing combining online technologies with offline tools while implementing financial solutions in between.
History
Joined:
Number of posts:11
Latest posts:

Help regarding a drill by Bjarne Stroustrup
@Enoizat Thanks for the elaborate help.

Help regarding a drill by Bjarne Stroustrup
[code] #include <iostream> #include <string> using namespace std; int main() { int age(0); cout<...

Help regarding a drill by Bjarne Stroustrup
@Thomas1965 Thanks! Not sure the utility of 'simple_error() from std_lib_facilities.h'. Perhaps I ne...

Help regarding a drill by Bjarne Stroustrup
Trying to solve a drill in the book Programming Principles and Practice Using C++ by Bjarne Stroustr...

Unable to figure out why assignment not working
@keskiverto Thanks, the problem is addressed by removing semicolon. @AlexNewport02 Thanks for the ti...