User profile: MrinalVig

User info
User name:MrinalVig
History
Joined:
Number of posts:6
Latest posts:

C++ Class function and vectors
I need help. I haven't been able to start much because I'm not sure how to set it up and lay it out....

C++ Class function and vectors
Hello everyone, currently I am taking a C++ class and we have an assignment based on the class and v...

Setting parameters on command line?
This is what the assignment prompt looks like: Assignment: LinAppleSoft has received a contract f...

Setting parameters on command line?
yeah, so the above is what my assignment looks like so far. to correct my current issue, I tried to ...

Setting parameters on command line?
#include<iostream> #include<string> using namespace std; int main(int parameterCount, char* inputs...