Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
I've recently decided to change my area of focus in school to computer science
so lets talk about programming! who here programs and in what? how long have you been doing it? how good are you? any formal training?
myself right now I only know html and css, and tiiiiiiny bit of javascript and php, I'm pretty good at website building and can do what I want with a bit of time and troubleshooting, I've been doing a LOT of stuff since i started toying with html around 2006ish though I haven't done much recently I think I have quite a bit of experience
I'm sure a lot of you can kick my butt with what programming you can do, so post about it!
my programs are so awesome i haven't even begun to learn how to make one
Offline
Well, all you gotta do is put the exception in the rule, and then you win!
Also, before Riru taints you: JAVA IS TERRIBLE. LEARN C LIKE A MAN.
Offline
Well, all you gotta do is put the exception in the rule, and then you lose!
Also, before Riru taints you: C IS TERRIBLE. LEARN JAVA LIKE A MAN.
Last edited by UgotPwned (Dec 8 2012 12:41:46 am)
Offline
Well, all you gotta do is put the exception in the rule, and then you lose!
Also, before Riru taints you: C IS TERRIBLE. LEARN JAVA LIKE A MAN.
Wait, since when does Riru care about C? Go Riru!
Offline
UgotPwned wrote:Well, all you gotta do is put the exception in the rule, and then you lose!
Also, before Riru taints you: C IS TERRIBLE. LEARN JAVA LIKE A MAN.
Wait, since when does Riru care about C? Go Riru!
Riru cares about gamemaker now, you were his inspiration his whole childhood!
Offline
PHP is fun, I'd recommend looking into it more. I've always been interested in web programming. However, Java is my favorite - despite its limitations and Aslai's constant ridicule.
yeah the program I'm doing is somewhat minimal and I'm probably choosing not to do java for now whoops
I'm doing c and c++ and c# though
is c# pronounced c number or c sharp
edit: I wanna learn php because web stuff interests me the most but right now I'm going for the ones best at getting me a job haha
Kinda like the image, just ignore people who hate on languages/tools, more often than not they have no idea what they're on about. It's like people who hate on Dreamweaver and INSIST you code in notepad ( though dreamweaver is a horrible editor ;p ) because it's more "pro". Using C doesn't make you more hardcore, nor does using ASM or Binary...
Java is a fine language and one of the, maybe even the, fastest interpreted languages out there. Plus its OO model is really nice, something I enjoyed when moving away from ActionScript3, which has an awful OO implementation and is weakly-typed.
Different languages for different things, you can't just say "C is better" because it isn't in a lot of cases. My favourite language is C++ though. All the control of C but with objects, delicious.
I started with php too but since I began uni (Comp Sci too!) I haven't really found anywhere to use it besides one web module in the first year after I got tired with Perl
edit: (it's pronounced "c sharp")
However, Java is my favorite - despite its limitations and Aslai's constant ridicule.
But you kept yelling at me and giving me wrong answers when I was trying to learn it :<
I know Lua and I made a pixel art program in that with a lot of features. I know PHP, LHP, HTML, CSS, and JavaScript.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
I tend to focus on .NET too much for my own good.
I've always been interested in C++... however I never really found it to be my cup of tea.
My first programming language I've tried was RapidQ. It was fun to work with, but then again--old language.
I currently reside with coding in C# (C-Sharp) and intend on working with ASM (Assembly) in the future.
I've already taken some classes on it. I like the idea of working with hardware directly.
For a starting language I suggest C# as much as I suggest to stay away from Visual Basic.
*u stinky*
Offline
I do Visual Basic. Do C# so you can get used to harder languages.
PHP is a decent language for people who are starting out (the weak typing helps), and it can be used to develop advanced applications. It seems to be supported everywhere I look, which is good for those who are just playing around and like to show things off. Though, this post by Jeff Atwood may be a good read if you are looking into it.
PHP can be used to develop desktop applications (PHP-GTK), though I started out doing that with VB.NET. It is pretty relaxed for a lot of things, such as formatting, but it has stronger typing than PHP. It uses the .NET framework, so that helps with a lot of things, and it makes it easier to switch between .NET languages.
C#.NET is a great language, and I managed to switch into it really easily because it uses the .NET framework. There really isn't too much I can say about it, mainly because I have only used it with .NET and haven't done anything too advanced.
Java is pretty nice, I'm currently taking courses on it. My opinion is pretty much the same as Toby, but the AS3 comments also apply to PHP.
When I speak with people nowadays who are learning to program, I generally refer them to Python. It reminds me a lot of PHP, without a lot of the issue that I see PHP developers having. It also has a nice OO implementation which makes it pretty awesome to use.
But you can start off with tons of different languages and still end up being a good programmer. As long as you understand the basic concepts, learning the syntax of a language (and the bugs) isn't too difficult.
For a starting language I suggest C# as much as I suggest to stay away from Visual Basic.
Honestly, I've never found a good reason for why people shouldn't start with VB.NET and then move on to C#.NET.
I've used them both, and the differences between them haven't been enough for me to tell people learning a language for the first time to use one or the other.
tl;dr: Languages have their pros and cons, there isn't really one language that can be used for everything.
I also like to use terminal/konsole in backtrack 5.
piet beats the crap out of all other languages.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
piet beats the crap out of all other languages.
Yay for esoteric languages! Pretty much OP-codes but with fun pixel colors!
*u stinky*
Offline
Months ago I stopped learning PHP, now I try some codes in C# and a bit C.
If I get bored on C#, I'll switch back to PHP bacause there is always something new to find.
I can't say much, because I only know the basics of C# and even less in Java.
If anyone plans on coding in Java, I'd recommend this course -- Prof. Mehron from Stanford uploads his lectures to Youtube.
(It also helps if you have candy on you so you can ask questions that he won't hear.)
Yeah, well, you know that's just like, uh, your opinion, man.
Offline
I just got one question to ask you all: Whats the difference between c# and e#?
I just got one question to ask you all: Whats the difference between c# and e#?
C# is very popular, googling E# Programming returns very little.
Player Since 2011. I used to make bots and stuff.
Offline
For a month or two I got into coding in C++ and made a few simple programs then lost interest.
Maybe I should get into it again.
aka towwl
Offline
I just got one question to ask you all: Whats the difference between c# and e#?
Different syntax. It also has pure encapsulation. That's just about it. They're both OO and decently flexible.
Yeah, well, you know that's just like, uh, your opinion, man.
Offline
Pages: 1
[ Started around 1738817792.6043 - Generated in 0.108 seconds, 13 queries executed - Memory usage: 1.64 MiB (Peak: 1.85 MiB) ]