User profile: RSINGH

User info
User name:RSINGH
Old user name:rmunder
Email:rajwindersmunder@gmail.com
Name:Rajwinder Munder
Location:NEW YORK CITY
Statistical data
Birthdate:Oct 11, 1996
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:7
Latest posts:

How to underline User input
#include <iostream> #include <cmath> using namespace std; int main() { const double pi = 3.14159265...

Dynamic 2d array into a struct
You can't dynamically allocate a 2D array in one step like 'new int[rows][cols]'. Instead you either...

C++ program. Need solution.
In this project, you will sort envelopes as they arrive at the post office. Your program should sort...

C++ program. Need solution.
In this project, you will sort envelopes as they arrive at the post office. Your program should sort...

Help
Question A gallery needs to keep track of its paintings and photographs. It keeps at most 120 artwo...