36 Replies - 4253 Views - Last Post: 24 October 2008 - 04:16 PM
#1
WTH , Java and C++ in High School
Posted 12 October 2008 - 10:25 AM
Replies To: WTH , Java and C++ in High School
#2
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 11:13 AM
I find this very annoying because the schools don't take into account what the students want to do with their lives. I for one loath Java, and would much rather be learning C/C++, but considering that there aren't any higher level C/C++ classes at my school I am screwed in that aspect, and am forced to teach myself the language. This becomes fairly difficult when you have to keep up with school work and have a ton of things that need to be done. But, at least I will be able to choose what I want to study most of in a year, then maybe I wil be getting something useful done at school.
#3
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 11:22 AM
I don't think you're giving it it's due respect BW, Java is not the greatest language, but it is easy to teach AND easy to learn as far as basics go and the structure can help to learn anything else.
Learning any language builds a foundation for knowing if you like programming or not and it really is up to each person to teach themselves other languages to determine what they like best. I've gone through more than a dozen university programming courses and I've yet to learn anything useful without teaching it to myself.
In my opinion highschool doesn't teach you much and is presented all wrong. All it is meant to do is start your abilities to learn many subjects at once. By touching the surface in this respect it leads into the extensive multi-topic learning that University or College will do.
#4
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 11:39 AM
Quote
That I would have to agree with. The classes tend to jump all over the place.
Quote
It is mostly that my current passion is trying to create things through C++ and learning as much about that as I can, and Java gets in the way.
I heard this (or something like this) "C lets you shoot yourself in the foot, C++ makes it harder, but when you succeed you blow your whole leg off." Taking that a little further, you come to Java, which won't allow you to shoot yourself in the foot, or even touch a dangerous object. This makes things very annoying to try and do.
In C++ you can overload all but like 4 operators. In Java, well, you aren't allowed to overload anything. C++ just makes things very straight forward (at least from my point of view), and allows you to do anything you want to. It is has been used for such a long time for a reason.
If it is okay I think that this should be featured. Any seconds?
#5
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 11:45 AM
Quote
I heard this (or something like this) "C lets you shoot yourself in the foot, C++ makes it harder, but when you succeed you blow your whole leg off." Taking that a little further, you come to Java, which won't allow you to shoot yourself in the foot, or even touch a dangerous object. This makes things very annoying to try and do.
In C++ you can overload all but like 4 operators. In Java, well, you aren't allowed to overload anything. C++ just makes things very straight forward (at least from my point of view), and allows you to do anything you want to. It is has been used for such a long time for a reason.
If it is okay I think that this should be featured. Any seconds?
All fair points and I completely understand, I took a web development course hoping to learn something about server side languages, they taught us what PHP stood for and moved on, lol.
This could turn into a good discussion if featured, but it might fit better in the CS instead of CL.
#6
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 12:07 PM
#7
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 12:11 PM
#8
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 12:12 PM
By the way, as far as Advanced Placement Computer Science classes go, they aren't offered in our school at all. Nationwide, AP Computer Science AB is going to be discontinued. I was even planning to try and take an AP CS class at another school in my senior year
#9
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 12:16 PM
#10
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 12:23 PM
Quote
Yes, I know it is going to be discontinued, I just got lucky enough to be in the last year it is taught, though I find the class to be very boring. Hopefully that will speed up as we get further along.
Basically all we have covered thus far in the year is Variables, functions (methods), classes, references (pointers), comments, arrays, and some interface basics. It is likely that you could learn all of that and more in less time on your own. In fact you could probably get quite a head start on programming in various languages if you take some time and read through DIC tutorials in the section you are wanting to learn about.
Hopefully, one day, schools will come up with some program where they teach an actual language in depth and allow students to choose from a number of different languages where the classes go something like so:
<Language> 10 - Intro to <Language>
<Language> 20 - Programming
<Language> 30 - Advanced Programming
<Language> 40 - Advanced Application of <Language> in the real world
... and so on
With something like:
Programming 00 - Introductory sampler to languages
So that people can sample a few languages before they choose to go into a certain one.
This thing that bugs me with AP Comp is that my school has allowed Freshmen/ Sophomores into it (even though they haven't taken the prequisites required for the class, and are lost more than half the time; or messing aroun on something that is totally unrelated to the class). It my school had only allowed people who were qualified to take the class it would be far smaller (like half the size) but we would likely be 2-3x further than we currently are.
#11
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 02:48 PM
Moonbat, on 12 Oct, 2008 - 08:12 PM, said:
We didn't even have that. The most advanced thing we did in 6th form was a little bit of Excel.
w00t.
We had to do a little bit of "web design" in year 12, but everything was in design view of DreamWeaver. No code whatsoever.
I had to get into it though, so I used HTML CSS and Javascript.
They even had a go at me for doing what I wasn't supposed to do, because I should have been copy/pasting from Wikipedia.
Wow, I live in such a technological country.
#12
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 03:11 PM
Best we were offered was taking ICT from 10-12 where all i learned was stuff i knew when i was in year 7. (being 13)
No college course where available what-so-ever when i was looking at hitting college, (being 5 years ago).
Go Go Gadget England!
#13
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 03:25 PM
Moonbat, on 12 Oct, 2008 - 12:12 PM, said:
By the way, as far as Advanced Placement Computer Science classes go, they aren't offered in our school at all. Nationwide, AP Computer Science AB is going to be discontinued. I was even planning to try and take an AP CS class at another school in my senior year
I agree with you guys being lucky. I didn't have any programming or any computer related classes at all in High School. Definitely something I would like to see more of.
#14
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 04:39 PM
#15
Re: WTH , Java and C++ in High School
Posted 12 October 2008 - 05:24 PM
|
|

New Topic/Question
Reply



MultiQuote














|