Thread: New Computer App teacher looking for help

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ^ Read Backwards^
    Join Date
    Sep 2005
    Location
    Earth
    Posts
    282
    What books would be useful for me, and what software would I need?
    I would highly...highly recommend.
    Problem Solving with C++ The Object of Programming by Walter Savitch
    http://www.amazon.com/exec/obidos/tg...books&n=507846
    It also comes with the Student Edition of Visual C++ 6.0 (you would want to update that edition on the CD with the latest service pack download from microsoft.com).

    It not only teaches you how to program, but it also teaches the theory and how things are working in the background. But it is never too much information at once, very well paced. Plenty of examples and every example code in the book comes on a CD ready to run or tweak yourself.


    I tried learning to program for years on my own, but I could never find a book with enough information, or vice versa it had too much information, they never “flowed” right, and where just hard to read. I finally decided to take programming in College, this was the text book and I was like “wow, I wish I had tried this book before I put out all this money”. Even though I would still take the class( counts as my foreign language).


    But would there be another programming option that I could teach them?
    To tie that into your next question about web design.
    HTML creation in raw form (not using a program to do everything) is considered programming. Learning syntax and how to apply it. I suspect you would also find it easier to keep them interested in that since it would be “cool” to have their own website.

    http://www.w3schools.com/html/default.asp


    Good luck.

  2. #2
    aoeuhtns
    Join Date
    Jul 2005
    Posts
    581
    Quote Originally Posted by Enahs
    To tie that into your next question about web design.
    HTML creation in raw form (not using a program to do everything) is considered programming.
    HTML creation is not programming. It is word processing.

  3. #3
    Deprecated Dae's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    1,034
    Quote Originally Posted by Rashakil Fol
    HTML creation is not programming. It is word processing.
    Scripting?
    Warning: Have doubt in anything I post.

    GCC 4.5, Boost 1.40, Code::Blocks 8.02, Ubuntu 9.10 010001000110000101100101

  4. #4
    Registered User
    Join Date
    Sep 2005
    Posts
    5
    All right, I'm definitely holding off on the certification for now. $150 for each test? I'm a teacher! I don't have that kind of money

    Really the certification just sounds like something I'm not ready for. But I think I could learn C++ quickly if the need arises.

    Thanks for all the input!

  5. #5
    Registered User
    Join Date
    Jul 2003
    Posts
    450
    My advice is don't teach it.
    Even after you learn the fundamentals it is a different level to teach it without a couple years experience using it. Don't short change your students!

  6. #6
    Registered User
    Join Date
    Oct 2001
    Posts
    2,934
    I'm sorry ssjnamek, I was a little harsh considering some of the posts we get here.

  7. #7
    ^ Read Backwards^
    Join Date
    Sep 2005
    Location
    Earth
    Posts
    282
    Quote Originally Posted by Rashakil Fol
    HTML creation is not programming. It is word processing.
    http://dictionary.reference.com/sear...%20programming
    "n : creating a sequence of instructions to enable the computer to do something"

    That is what HTML code does. I did not claim it is as hard/usefull/in depth/the same kind of programming as C++. But I would still consider it programming (if you do it in a text editor).

  8. #8
    Registered User
    Join Date
    Nov 2001
    Posts
    255
    coming from someone who has mostly been self taught C++ one word of advice

    STAY AWAY FROM COMPUTER LINGO JUNK....that makes learning C++ a royal pain it needs to be known but keep that has a side thing. i would of figured out C++ in a 1/5 of the time if it werent for these freakin computer terms. otherwise i wish you luck and good job. i still dont know it completely but thats mainly logic stuff.

    and use standard C++ not managed microsoft C++ otherwise have fun with it cause programming is quite fun
    hooch

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Computer Scientists and Hacking
    By TheDan in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 12-04-2006, 09:44 PM
  2. upgrade computer ?
    By teeyester in forum Tech Board
    Replies: 4
    Last Post: 10-11-2003, 09:51 PM
  3. Regarding Undergraduate Computer Majors
    By UnregdRegd in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 10-04-2003, 11:55 AM
  4. Problems shutting off computer
    By frenchfry164 in forum Tech Board
    Replies: 9
    Last Post: 04-22-2003, 06:19 PM
  5. computer sex
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 09-17-2001, 07:09 PM