Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for ae4jm

I'm trying to get this Evaluate macro to function properly. I'm not very familiar with programming macros, only for very basic tasks. The macro comes from the book "Excel by Example: A Microsoft® Excel Cookbook for Electronics Engineers" by Aubrey Kagan. The macro is suppose to evaluate, based on the …

Member Avatar for ae4jm
0
91
Member Avatar for bigben09

Try this, you should use formatting, that is where the setiosflags and setprecision comes from. I've tried this program and it works fine for me. Also, when using formatting, you must add [code] #include <iomanip>[/code] as a header file. Thanks, Matt [code] #include <iostream> #include <ctype.h> #include <iomanip> using namespace …

Member Avatar for tayster
0
251
Member Avatar for ae4jm

I'm having trouble getting this source code to compile. Could you guys please tell me where I'm going wrong? The source code is compiled in LC3EDIT and then ran in LC3simulator. Here is the source code and routines. I've changed everything that's suppose to be changed and the labels, etc. …

Member Avatar for ae4jm
0
1K

The End.