|
-
November 23rd, 2009, 03:46 PM
#16
Re: What is this program asking for
I am self-taught. So when you say the teacher isn't teaching you, go ahead and learn by yourself. There are many useful tutorials, examples, articles, documents, references, books, faqs and free code that you can learn from by yourself without an instructor holding your hand. The best way to learn is to keep it fun, but highly technical.
http://www.cplusplus.com/doc/tutorial
http://www.cplusplus.com/reference/
http://parashift.com/c++-faq-lite/
http://www.cprogramming.com/tutorial.html
http://www.learncpp.com/
http://en.wikipedia.org/wiki/C%2B%2B
http://en.wikipedia.org/wiki/Design_...puter_science))
http://www.cppreference.com/wiki/
well that list can go on. the links have no order. there is a wealth of knowledge there that will take years to obtain.
Last edited by Joeman; December 19th, 2009 at 07:57 PM.
0100 0111 0110 1111 0110 0100 0010 0000 0110 1001 0111 0011 0010 0000 0110 0110 0110 1111 0111 0010
0110 0101 0111 0110 0110 0101 0111 0010 0010 0001 0010 0001 0000 0000 0000 0000 0000 0000 0000 0000
-
November 23rd, 2009, 04:09 PM
#17
Re: What is this program asking for
 Originally Posted by Joeman
So when you say the teacher isn't teaching you, go ahead and learn by yourself.
Believe it or not, that is what many teachers are looking for. Even though you're self-taught, you would still have done well in a formal programming course.
The students that need a lot of handholding are the ones that usually do not do well, and the teachers know this (however they don't want to say it to the student's face).
Basically, computer science/programming are subjects that just do not fit well with a lot of handholding -- either you understand it right away or close to right away, or you don't. If a student is still going on for days or even weeks not understanding the material, to many teachers, it's time for that student to look for a new major, field of study, or just drop the course (some will be kind and give the 'C', for effort, but that is only a few).
It's a harsh reality that most people do not have their brains wired for programming (thinking in logical/algorithmic, discrete, well-defined steps), but they take programming courses not knowing what's in store. Regardless of how smart they may be in other topics, programming just doesn't seem to click for them, and then in the end, the teacher gets wrongly blamed for their lack of understanding. I have seen this personally in college, both as a student and a teacher.
A lot of new posters surmise that the teachers are not good if the assignment cannot be completed by them. However, a teacher that doesn't seem "good" is looked that way because the student isn't improving or understanding the material. Granted, there are a lot of C++ teachers who just don't know C++, and that is a problem. However I'm refering to the ones who do know the language and are blamed for not being "good".
Regards,
Paul McKenzie
Last edited by Paul McKenzie; November 23rd, 2009 at 04:12 PM.
-
November 24th, 2009, 07:59 AM
#18
Re: What is this program asking for
To the original poster : Test your Displace() function.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|