uw.cs.cs343
  Home FAQ Contact Sign in
uw.cs.cs343 only
 
Advanced search
September 2008
motuwethfrsasuw
1234567 36
891011121314 37
15161718192021 38
22232425262728 39
2930      40
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
uw.cs.cs343 Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Are routine pointers constants?         


Author: Graeme
Date: Sep 22, 2008 12:43

Sorry if this was mentioned in class, but I don't remember it and didn't
notice it in the notes.

Basically the code 'int (*fixup)(int) = myfixup1' works, but the code
'fixup = myfixup1' doesn't seem to compile. Are routine pointers
constants or am I using the wrong syntax?

Thanks.
1 Comment
  A2 Q2 question         


Author: Alan Demers
Date: Sep 19, 2008 22:31

Are we allowed to replace the fixup parametre with soem kind of flag?
1 Comment
  Assignment 2 update         


Author: Peter A. Buhr
Date: Sep 19, 2008 05:45

The instructions for the makefile in the submission guidelines was missing the
"fixup" target for question 2, so I added it and put up a new version of the
assignment.
no comments
  Submission of q2         


Author: Peter Pawelko
Date: Sep 18, 2008 20:19

FYI, it seems submit is wanting a q2.txt, but the assignment states that
it wants q2.(h,cc,C,cpp)

"FYI: q2*.txt NOT found as a file in ...".

Which also raises the question, should we include q2 in our Makefile? And
if so, what should we call the output?
1 Comment
  A2: Explanations for Q1         


Author: Peter Pawelko
Date: Sep 18, 2008 14:31

I probably should have asked this for A1, but anyway...when we are asked
to "explain the relative differences...", I don't want to write too much
when I don't need to, so my question is: Do we just explain what we saw,
or do we additionally explain WHY we think that is?

Also, putting no command line value works just fine for desired times, is
this okay to keep using this or are we required to use some other command
line value (I guess it doesn't really matter, just want to make sure)
Thanks!
1 Comment
  Re: A1 Makefile         


Author: Graeme
Date: Sep 15, 2008 10:19

The bullet mentions doing time tests with O2 on, but it doesn't say
anything about the Makefile we should be submitting. My assumption was
that this was only a temporary flag for 4b and shouldn't be used in our
final submit, but it doesn't really state one way or the other.

Similarly, I assume the code we submit for q4 should be from before we
commented out all the cout statements?

Thanks.

Peter A. Buhr wrote:
> In article ,
> Zhuoming Xie wrote:
>> For Q4, should it be compile with the -O2 flag?
>
> This point is stated in the assignment. See 4th bullet in 4 b).
2 Comments
  switch statement         


Author: Karen Ronen
Date: Sep 14, 2008 20:08

I looked on the web, couldn't find anything...
1 Comment
  A1 documentation         


Author: Alan Demers
Date: Sep 13, 2008 09:19

For questions 3 and 4 it says we do not need to provide program or testing
documentation. Do we still need to write something for User and System
documentation?
no comments
  Google newsgroup         


Author: Peter A. Buhr
Date: Sep 10, 2008 10:59

I was wondering if the uw.cs.cs343 newsgroup will be available as part of
Google Groups (ie: be placed on the public usenet). I have found that courses
which do not make the newsgroup publicly available have a much lower use. For
my current term CS 343 is the only newsgroup which cannot be accessed through
Google Groups and in order to view and post to it from both my Windows and
Linux machines I need to create an SSH tunnel to the school's network which
is annoying and time consuming.

If the newsgroup will not be made publicly available is there a particular
reason why?

Here is the best answer I could find. If anyone knows more please let me know.

==============================================================================
Show full article (2.84Kb)
no comments
  Expressions         


Author: Alan Demers
Date: Sep 10, 2008 06:30

Hello,

This may sound like a stupid question but I am unsure what is meant by the
term "expressions" in the assignment: "Rewrite the following C++ code
fragment using ONLY expressions (including & and |)"

Could someone please tell me what this means?
1 Comment
1 2 3 4 5 6 7 8 9