Computer science
Anyone ever took that class in college?
Im taking it now and im wondering what you guys think about it.
Im taking it now and im wondering what you guys think about it.
Artificial wrote:Is it a class/subject or a course? I suppose I study CompSci at uni, but that's more my degree than an individual class.
Taz wrote:Did you learn alot? Whats the main things you learned from that class?
Thomas wrote:I learned NOTHING. So far all they've tried to teach is "This is a video card" and other painfully obvious facts. It's not until around the second half of your education that you actually learn worth while things. But I'm enjoying the fact that I don't have to pay attention or even show up to class to make an A.
Taz wrote:Fudge :/
The book we are supposed to buy has programming stuff in it so i hope i learn something.


Thomas wrote:In that case your university actually has a real computer science course. My school offers a pitiful computer science program. Which is why I'll be transferring to Plymouth University next year.
Edit: Here are some screenshots from an actual test. Seriously, this is the easiest class ever.
Flareboy323 wrote:Lol, my comp sci class said C and C++ and stuff are too old. That actually kind of pissed me off, if you get kids thinking that Java will get them a job, you're heartless.
Flareboy323 wrote:Lol, my comp sci class said C and C++ and stuff are too old. That actually kind of pissed me off, if you get kids thinking that Java will get them a job, you're heartless.
Artificial wrote:Java is the most common programming language in the world. Of course you're going to get work in it.
Flareboy323 wrote:wait wat
what good uses for java are there? Why not just use C++? Less resource-intensive, and lower-level.
Flareboy323 wrote:wait wat
what good uses for java are there? Why not just use C++? Less resource-intensive, and lower-level.
Flareboy323 wrote:wait wat
what good uses for java are there? Why not just use C++? Less resource-intensive, and lower-level.
Taz wrote:Anyone ever took that class in college?
Im taking it now and im wondering what you guys think about it.
Riddle wrote:Java is a cross-platform language. The code you use in a Windows machine will work equivalently in a Linux machine (with some exceptions of course). On the contrary, C++ is not cross-platform.
Also, Java is a very easy to understand language for beginners. There are no pointers (often confuses newbies) and object oriented design is part of the language.
The Unintelligible wrote:Java is cross-platform because of the Virtual Machine (JVM). Due to this, the same code would run on different machines without extensive modifications.
This however doesn't mean C++ isn't cross-platform. C++ will produce binaries native to the system you're using. Therefore you would only have to compile the same code on a different platform and of course tailor/shoehorn it to run on the system in question. It shouldn't pose any serious problems if you aren't using any native OS libraries (i.e. WinAPI for Windows).
I think that's what you more or less mean, but I'm just clarifying just in case.
The Unintelligible wrote:Java is cross-platform because of the Virtual Machine (JVM). Due to this, the same code would run on different machines without extensive modifications.
This however doesn't mean C++ isn't cross-platform. C++ will produce binaries native to the system you're using. Therefore you would only have to compile the same code on a different platform and of course tailor/shoehorn it to run on the system in question. It shouldn't pose any serious problems if you aren't using any native OS libraries (i.e. WinAPI for Windows).
I think that's what you more or less mean, but I'm just clarifying just in case.
Flareboy323 wrote:Yeah, I see what you mean. With java, cross-platform is built in, wherein with C++ you would have to use something like Qt. (Also, for GUIs, I definitely like Java better. I've never even tried to make GUIs in Qt for C++, it was just too much of a pain.)
Riddle wrote:
I'm sure there are tools to visually create GUIs in C++, like in Java... if that is what you meant.
Flareboy323 wrote:Nah, I was talking about how Java has built-in libraries for GUIs and 2D graphics and stuff like that.
Hey, question: Didn't you make an autoposter a while ago? I still have the .exe of it, it has a beautiful splash screen and stuff, but is now broken because of the new login. You should try updating it, it was awesome. Beeped and popped up whenever it ran into a captcha and stuff, it was wonderful. Also, you should use that splash on any new bots you make, haha.
