No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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 … | |
Re: 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 … | |
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. … |
The End.