User profile: lonewohlf42

User info
User name:lonewohlf42
Name:Wayne Wohlfahrt
Location:Smiths Falls
Bio:I'm an Electronic engineering technician and a Network systems engineer. I have programming skills in C++ and C#. I like to program in C++ for fun. All of the desktop computers in my home run Ubuntu Linux and my laptops run Windows 10. I also have several android tablets and a home network. I use Code::blocks as my IDE on all my devices.
History
Joined:
Number of posts:7
Latest posts:

warning at function calc closing brace
Thanks for the advice. That worked. I added a return statement with a -1 return value to the end of...

warning at function calc closing brace
#include <iostream> using namespace std; double calc(double operand1, double operand2, char oper) ...

money
Does anybody know why when I try to use the get_money, put_money functions in <iomanip>, It only dis...

string header
thanks.

string header
I'm able to use all the string functionality in my program even though I have not declared #include ...