This topic is locked from further discussion.
(Why the hell does gamespot block the word clas(s) does it really think I'm trying to spell arse??!?!?) JigglyWiggly_It blocks clas$ because there's an exploit that becomes available because they don't validate their inputs properly >_>
I entered uni into a computer science program back in September....dropped out yesterday because i really lost interest. Learning the basics is pretty simple, just logical stuff, but it definitely gets alot more complex as you progress. I was doing programming in Python and in high school i learned some C++, Java and Visual Basic.
[QUOTE="OrkHammer007"]VB isn't a true OOP language, that's likely the reason. Also, I don't know any companies that use VB exclusively like that do with C++ or C#/Java VB is NOT a programming language,it's simply a program that creates another programs as for me,I'm actually planning on taking the SCJP exam SCJP stands for Sun Certified Java Programmer I really like Java and I think everybody who wants to become a programmer should begin with Java or PythonI'm kind of surprised that they're starting you off with Java. They started us off with Visual Basic (I hate VB... it's irrational, but it's there), then moved us on to C++ and Java.
Personally, I love it. It's like assembling a puzzle from pieces you create yourself. There's no better feeling in the world than getting a program you wrote to run as it's intended to run (well, except for... you know :P...).
spazzx625
[QUOTE="GazaAli"]Dont get near Java, its outdated. Go with C#, very strong and easy to learn, with great support from MS.mhh91Can you back this up with something less subjective ?
Anything .NET is current technology. But, as I said, C# is just the "in" language, I think vb.net does more and is easier to develop in. But to each his/her own.
Can you back this up with something less subjective ?[QUOTE="mhh91"][QUOTE="GazaAli"]Dont get near Java, its outdated. Go with C#, very strong and easy to learn, with great support from MS.UltimoIce
Anything .NET is current technology. But, as I said, C# is just the "in" language, I think vb.net does more and is easier to develop in. But to each his/her own.
he says Java is outdated,I want to know why he said that[QUOTE="UltimoIce"][QUOTE="mhh91"] Can you back this up with something less subjective ?mhh91
Anything .NET is current technology. But, as I said, C# is just the "in" language, I think vb.net does more and is easier to develop in. But to each his/her own.
he says Java is outdated,I want to know why he said thatJava loves to outdate itself. The Sun people really don't like other people messing with their language and improving it, which is why C# came around to begin with. So, though it is not outdated per se, it is definitely losing its support more and more as time goes on.
[QUOTE="GazaAli"]Dont get near Java, its outdated. Go with C#, very strong and easy to learn, with great support from MS.mhh91Can you back this up with something less subjective ? Beside the platform independence advantage, i cant see any other advantage in Java. Its slow, and i mean really slow. The support isnt that great. C# and the .NET has a major corporation called MS that supports it, so i hope you see the point.
[QUOTE="spazzx625"][QUOTE="mhh91"]he says Java is outdated,I want to know why he said thatAnything .NET is current technology. But, as I said, C# is just the "in" language, I think vb.net does more and is easier to develop in. But to each his/her own.
kamikaze_pigmy
Java loves to outdate itself. The Sun people really don't like other people messing with their language and improving it, which is why C# came around to begin with. So, though it is not outdated per se, it is definitely losing its support more and more as time goes on.
Java is the No.1 programming language according to usage around the world,C++ is secondRead Here
C# is more closed source than java,for your information Microsoft takes 0% input from the language users,Java however creates the specification through a process called Java community process,which is based on the community,of course
JCP
[QUOTE="mhh91"][QUOTE="GazaAli"]Dont get near Java, its outdated. Go with C#, very strong and easy to learn, with great support from MS.GazaAliCan you back this up with something less subjective ? Beside the platform independence advantage, i cant see any other advantage in Java. Its slow, and i mean really slow. The support isnt that great. C# and the .NET has a major corporation called MS that supports it, so i hope you see the point. What version of Java have you tried working with? my PC runs Java programs just as fast as C# programs as for support,what do you mean by support exactly ?
My cousin is/was taking an online C++ course and taught me some over summer 2008, but I only got as far as looping. I'm taking HTML right now, it seems easier than cpp, plus you don't need a compiler (or a compilah as my cousin and I call it), all you need is notepad or wordpad. But cpp is more versatile than html, all html does is program websites.I will be doing some programming subjects in my upcoming semester at university (I think I'm learning Java). I haven't done much programming before so I'm wondering what's it like to be a computer programmer? and what experiences have you had when you first learned programming.
Also any advice would be great too.
Thanks
Rising_Star89
I've been purely a Java developer for the past 10 years. Prior to that, I worked in Pascal, C, C++ and assembly. I start my first .NET project next week. I must admit I was a little surprised to hear I'll be working in VB. I know it's just my inexperience with the language and Microsoft-centric tools in general, but I never realized that VB was so popular.
[QUOTE="UltimoIce"][QUOTE="mhh91"] Can you back this up with something less subjective ?mhh91
Anything .NET is current technology. But, as I said, C# is just the "in" language, I think vb.net does more and is easier to develop in. But to each his/her own.
he says Java is outdated,I want to know why he said that It's not... java keeps getting faster, c# might be faster but not insanely faster. Though it is very similar to java. But don't worry, java isn't going anywhere.[QUOTE="mhh91"][QUOTE="UltimoIce"]he says Java is outdated,I want to know why he said that It's not... java keeps getting faster, c# might be faster but not insanely faster. Though it is very similar to java. But don't worry, java isn't going anywhere. Which is a shame; Java is so overflowing with frameworks and infrastructures that I tend to spend more time getting whatever latest greatest environment set up and screwing around with build paths, etc than doing actual productive work.Anything .NET is current technology. But, as I said, C# is just the "in" language, I think vb.net does more and is easier to develop in. But to each his/her own.
JigglyWiggly_
Seems to have gotten completely off topic.
Anyways, to the OP:
If you want to survive your CS Bachelors, learn to google. Your professors will go over a lot of theory and what not, but rarely do they actually go over actual code implementations. If you have a good TA, he/she'll actually go over how to write code. Otherwise, Google is your best friend for everything else.
Oh man, I wish I had had Google (or, you know, the web) for the few CS classes I took back in the day :cry:Seems to have gotten completely off topic.
Anyways, to the OP:
If you want to survive your CS Bachelors, learn to google. Your professors will go over a lot of theory and what not, but rarely do they actually go over actual code implementations. If you have a good TA, he/she'll actually go over how to write code. Otherwise, Google is your best friend for everything else.
xionvalkyrie
I took a java class (even though im a math major, i was required to do so) and i had the longest headaches figuring out where i made the error. It was still a fun class though. Dante2710
If you use the Eclipse editor, it finds the errors as you go along...it saves the headaches later on.
[QUOTE="Dante2710"]I took a java class (even though im a math major, i was required to do so) and i had the longest headaches figuring out where i made the error. It was still a fun class though. Sky-
If you use the Eclipse editor, it finds the errors as you go along...it saves the headaches later on.
Everyone at my work uses Eclipse...I'm a big fan of Net Beans, though.[QUOTE="Dante2710"]I took a java class (even though im a math major, i was required to do so) and i had the longest headaches figuring out where i made the error. It was still a fun class though. Sky-
If you use the Eclipse editor, it finds the errors as you go along...it saves the headaches later on.
Professor never mentioned that.......i think we use something called netbeans :lol:[QUOTE="Dante2710"]I took a java class (even though im a math major, i was required to do so) and i had the longest headaches figuring out where i made the error. It was still a fun class though. Sky-
If you use the Eclipse editor, it finds the errors as you go along...it saves the headaches later on.
i dont think he means syntax error, i think they are semantic errors. Or else, he had been coding with Notepad :lol:[QUOTE="Sky-"][QUOTE="Dante2710"]I took a java class (even though im a math major, i was required to do so) and i had the longest headaches figuring out where i made the error. It was still a fun class though. spazzx625
If you use the Eclipse editor, it finds the errors as you go along...it saves the headaches later on.
Everyone at my work uses Eclipse...I'm a big fan of Net Beans, though.I too like Net Beans. :D[QUOTE="xionvalkyrie"]Oh man, I wish I had had Google (or, you know, the web) for the few CS classes I took back in the day :cry: what killed me was that a lot of my programming classes were done in unix and the profs. just assumed we were all unix experts coming in... so that made things VERY difficult. they're should have been like a tutorial class in basic unix skill at least before dumping assignments on us with no idea how to even use the debugger properly.. :(Seems to have gotten completely off topic.
Anyways, to the OP:
If you want to survive your CS Bachelors, learn to google. Your professors will go over a lot of theory and what not, but rarely do they actually go over actual code implementations. If you have a good TA, he/she'll actually go over how to write code. Otherwise, Google is your best friend for everything else.
xaos
[QUOTE="spazzx625"][QUOTE="Dante2710"]Professor never mentioned that.......i think we use something called netbeans :lol: Dante2710Net Beans does it too :x pffft, does not. Scary part was trying to compile what you just wrote and it would fail. You would fail! :x :cry: I love you, Net Beans!
what killed me was that a lot of my programming classes were done in unix and the profs. just assumed we were all unix experts coming in... so that made things VERY difficult. they're should have been like a tutorial class in basic unix skill at least before dumping assignments on us with no idea how to even use the debugger properly.. :( comp_atkinsThat's how one of my first classes was too..."Introduction to Unix", but we were expected to already know VI and Perl. :|
Everyone at my work uses Eclipse...I'm a big fan of Net Beans, though.spazzx625
Hmm, I have never used it. Then again, I have never taken a proper Computer Science course...I'm taking my first one over the summer.
i dont think he means syntax error, i think they are semantic errors. Or else, he had been coding with Notepad :lol:GazaAli
I used Notepad when I was learning HTML...it was horrible. :x
[QUOTE="comp_atkins"]what killed me was that a lot of my programming classes were done in unix and the profs. just assumed we were all unix experts coming in... so that made things VERY difficult. they're should have been like a tutorial class in basic unix skill at least before dumping assignments on us with no idea how to even use the debugger properly.. :( spazzx625That's how one of my first classes was too..."Introduction to Unix", but we were expected to already know VI and Perl. :| No one should be expected to use vi, let alone already know it :( It exists only to stroke the nerd egos of those who enjoy memorizing command key sequences !wq
Please Log In to post.
Log in to comment