Results 1 to 21 of 21

Thread: Run!

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    Run!

    my AP Comp teacher wants to start teaching MFC!!!!!!!!!1

  2. #2
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Shoot him, and take his job.

    Or simply report him to the schools admin... MFC has NOTHING to do with the AP curriculum.

    Z.

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Shoot him, and give me his bloody job
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  4. #4
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Most stories of computer science teachers make me half want to teach...

    "apvector... bah! apstring... bah! apstack.... bah! std::vector, string, stack!"

    Sure, they might fail the test, but they will be able to program =).

    Z.

  5. #5
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    What is the point of teaching completely different things to the language?

    The whole point of the Standard Library is that it *is* part of the language, in the same way that you'd get laughed down in C for not using strlen, etc., without a bloody good reason.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  6. #6
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Supposedly, the ap classes are easier to understand. Not that anyone ever teaches what is inside of them. Regardless, its idiotic.

    Z.

  7. #7
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    The Standard Library is easy enough to understand, if you're taught the principles behind it

    *sigh*
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  8. #8
    Frenzied Member Technocrat's Avatar
    Join Date
    Jan 2000
    Location
    I live in the 1s and 0s of everyones data streams
    Posts
    1,024
    So teach a class then Parksie, you have nothing else to do right?
    I would take it, I want to learn more on STL
    MSVS 6, .NET & .NET 2003 Pro
    I HATE MSDN with .NET & .NET 2003!!!

    Check out my sites:
    http://www.filthyhands.com
    http://www.techno-coding.com


  9. #9
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    parksie is overqualified for the position. In fact, he knows something... =).

    Z.

  10. #10
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Originally posted by Zaei
    parksie is overqualified for the position. In fact, he knows something... =).

    Z.
    True

    I have nowhere near the knowledge required to teach a class, there are some insidiously simple things in there that people don't use because they don't know they're there

    I started a bit the wrong way to know them, umm, "spiritually" as it were. I'm getting there though
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  11. #11
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    What's AP curriculum?

    Nobody should force MFC on anyone! It must be a free decision to use it or not. And I see great danger in programming teachers teaching MFC. *shiver*
    bad programming is bad, but bad MFC programming is worse!
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  12. #12
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    The AP Tests are a set of tests put together by The College Board (www.collegeboard.com), for students planning to attend colleges which accept the tests. If you get a high score (scores from 0..5), you can get x number of credits per test you take. For most of the tests, this can be pretty tough, but the CS one is quite easy. There are 40 multiple choice questions, as well as 6 free response questions (the real test). In the 6 free questions, you actually have to write code.

    The CS test, as well as the curriculum generally centers around a Case Study package that AP has come up with. In a few words, it is a load of crap.

    I believe all of this stuff i availible for free off the college board web site, here: http://www.collegeboard.com/ap/stude...sci/index.html . Take a look.

    Z.

  13. #13

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    they mention a marine biology program...I remember kids doing it a few years back...I don't get it? What are they trying to do with 'case studies'???

  14. #14
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Its a load.

    Z.

  15. #15
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396
    Originally posted by Zaei
    Supposedly, the ap classes are easier to understand. Not that anyone ever teaches what is inside of them. Regardless, its idiotic.

    Z.
    What are ap classes? I never heard of apstring and apvector, except they are mentioned by Zaei here.

  16. #16
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    They are exactly what they say. apvector is a vector class written by the AP people, apstring is a string... check the link above for more (bad) info.

    Z.

  17. #17
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396
    From what I feel about what you say, I think it is not a bad thing as it lets the students learn how the STL works by introducing a less sophisticated version.

    STL maybe is easy to use(eg << operator) but to get a gist of how it is possible, is not especially to an inquisitive C newbie, like me then, who likes to know how everything works, would not like being told that I will know how STL works, much later(templates).

    I finally knows how a << operator is overloaded and works.

  18. #18
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396
    Don't tell me the students don't get to write their own ap classes.

    Then that's bad. STL all the way.

  19. #19
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396
    Just found out ap classes are not templatized classes.

  20. #20
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    See?

    While I have to agree that you MUST teach the theory, you can only teach so much theory before your students go nuts. You need to let them code as well, if the course is a programming course. If all you learn is theory, you have no way to apply that theory. I have seen students, that, when assigned to write a queue program, will actually write the program in C, instead of taking advantage of the reusablility of template classes, because they just dont understand the benefits of classes.

    Might I add that the highest score on the AP CS Test is ~70%.

    Z.

  21. #21
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    They are template classes. The string is NOT, but the other are (if they werent... good god).

    Z.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width