Thread: Saving a game to a file...help...please...

  1. #16
    Registered User
    Join Date
    Aug 2004
    Posts
    731
    wow so impressed lol....it ain't hard when you got no school to worry about...but now I do...

  2. #17
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    Quote Originally Posted by Vicious
    Is anyone else here freakishly impressed with Rune's amazing ability to learn this crap?
    I've told him as much. Imagine if he took some advice and actually read a book. Please nobody tell him the secret to prgramming...if it ever gets out we are all doomed.
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  3. #18
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Lol, yes, I do think that a good book and patience would do him wonders.

  4. #19
    Registered User
    Join Date
    Aug 2004
    Posts
    731
    fist of all I can't read books s don't owrry. (I can't consentrate long enof. and I don't got enof patients to read something like that).

    And the secreet would be to have a teacher, like at school, teach you and you go really fast that way.

  5. #20
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >and I don't got enof patients to read something like that
    Then programming probably isn't for you. I find that the majority of my time is spent reading (code, documentation, etc.) with a very small amount of actual code monkeying. If you don't have the patience to read a book on programming then you certainly won't have the patience to write and debug programs.

    >And the secreet would be to have a teacher, like at school, teach you and you go really fast that way.
    Most teachers lack the knowledge necessary to properly teach. Not only do they need to know the language inside and out and the correct way to use it, they also need to know a great deal about programming concepts, far more than a working programmer because they'll encounter obscure issues with greater frequency. They need to be accurate at eyeball debugging and able to recognize a large number of common mistakes. And most importantly, they need the ability to communicate this knowledge to novices. If one way of explaining doesn't work, they need to switch gears and explain another way until the student gets it.

    In my opinion, teachers should be experts in all areas that their teaching touches on for them to be effective. I find it unfortunate that teachers tend to be beginners themselves.
    My best code is written with the delete key.

  6. #21
    Registered User
    Join Date
    Aug 2004
    Posts
    731
    lol that they you tink but I think a c++ teacher that only taught c++ would be good. And I guess I could read a book that is 100 pages long in about 5 days. Or if I didn't play
    Halo PC/CE/xbox anbd I was bored I could do it in a couple of days. But I am getting ready to quit c++ for a while sence school startrs in 2 days. After a while I will start learning it on the weekends maybe.

  7. #22
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >but I think a c++ teacher that only taught c++ would be good
    C++ is a complex language. Naturally I wouldn't expect any teacher to know it inside and out when I'm of the opinion that nobody in the world knows everything about C++. I would expect them to know the common features inside and out, and I would expect them to know what is correct and what isn't (so many teachers insist on having main return void), and I would expect them to be intimate with how to use the language properly. Just about every teacher I've met that specializes in C++ fails all of those prerequisites.
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie homework help
    By fossage in forum C Programming
    Replies: 3
    Last Post: 04-30-2009, 04:27 PM
  2. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  3. gcc link external library
    By spank in forum C Programming
    Replies: 6
    Last Post: 08-08-2007, 03:44 PM
  4. Game Engine Link Prob
    By swgh in forum Game Programming
    Replies: 2
    Last Post: 01-26-2006, 12:14 AM
  5. Simple File encryption
    By caroundw5h in forum C Programming
    Replies: 2
    Last Post: 10-13-2004, 10:51 PM