User profile: Austink95

User info
User name:Austink95
Email:austinkenward@ymail.com
Name:Austin
Location:Florida
Bio:In the process of completing a bachelors in cyber security.
Statistical data
Birthdate:Jun 6, 1995
Gender:Male
Occupation:Administrator
Skills:C++
History
Joined:
Number of posts:8
Latest posts:

Troubles with ifstream
I am not able to get my program to pull the neg/pos/nut effects out of file. I named the notepad fil...

Making a calculation based on the operator a user inputs
if the operation is declared as a string would this still work?

Making a calculation based on the operator a user inputs
Hello, not sure how to go about solving this. [code] cout << "Enter the first number: "; ...

Writing functions that require a single parameter
Thank you all so much, Emailed my teacher 2 days ago...

Writing functions that require a single parameter
Is there a reason as to why the original code was written as [code] void sums(int); void products(in...