Whats more commonly used in programming?

09/01/2009 06:42 woofwamples#1
fixed
09/02/2009 19:55 mas8rx8#2
C++ for sure.
09/03/2009 21:05 ~Yuki~#3
C++ if u can handle it.
If u need a easy but powerful language take c# its very balanced
09/03/2009 21:29 KraHen#4
The language of your choice depends on you and your project (of course you probably won`t go with QBasic...). If you want to make GUI programs for windows the .NET languages are a perfect choice. If you want to do bots then you might consider using AutoIt. For games I`d recommend either C++/DirectX/DarkGDK or C#/XNA.
09/03/2009 23:10 IAmHawtness#5
If you want something really simple and powerful go for VB.NET. If you want a little more flexibility (and a bigger challenge) go for C# or C++.
09/03/2009 23:32 InfamousNoone#6
Assembly > All, ok or no?
[Only registered and activated users can see links. Click Here To Register...]

I spent a couple months programming in this, great stuff.
09/04/2009 14:38 surfer25#7
Quote:
Originally Posted by woofwamples View Post
i know Visual Basic, thats my favorite and a little C++.. But what about C# is different. What would be my better option to use? please help :confused:
C# is a language created by Microsoft which is a implementation of Sun Microsystems Java which runs on the Java Virtual Machine. Now your question is a vexed one to answer because all programming languages have there pros and cons.

C++ is faster, (however these day's only 1.1x faster, which is very little) but you need to look at the broader scope. I program in Java because it is simple to use and powerful. C++ code can often be complex particularly for beginners and programming can be time consuming.

The best advice anyone can give you is experiment with languages and pick one that suits you. My self i settled for C and Java, but everyone is different :)
09/06/2009 07:07 InfamousNoone#8
IMO C#. Java's just not cutting it for me especially since it's open-source now.
JNI is a pain to go through, where as C#, you can directly DLL import.

I'd use C#, or a .NET language, and if you need to go low-level, or need/want more control, use C++
09/06/2009 07:53 Zion~#9
C#
09/07/2009 22:34 Lion2205#10
If you want to start coding i would recomment you start With C/C++
If you go with C# its gonna be a Waste of time, sure its easy but hey you learn crap from it. ^^, c++ is harder but its coding Plus more... Read a couple tuts and if your really into it, you will start coding with in 4-5days by your self. Start little like Window Applications then go into .dll files and you will see how easy it is =]
09/07/2009 23:10 Zion~#11
Quote:
Originally Posted by lion2205 View Post
If you want to start coding i would recomment you start With C/C++
If you go with C# its gonna be a Waste of time, sure its easy but hey you learn crap from it. ^^, c++ is harder but its coding Plus more... Read a couple tuts and if your really into it, you will start coding with in 4-5days by your self. Start little like Window Applications then go into .dll files and you will see how easy it is =]
Ignorance.
09/08/2009 00:05 InfamousNoone#12
Quote:
Originally Posted by lion2205 View Post
If you want to start coding i would recomment you start With C/C++ Bad idea.
If you go with C# its gonna be a Waste of time Please elaborate., sure its easy but hey you learn crap from it Then why're you complaining, I dont' get it.. ^^, c++ is harder but its coding So in C#, it's coding, whats your point. Plus more Um, cool, abstraction?... Read a couple tuts and if your really into it, you will start coding with in 4-5days by your self. Same thing with C#.Start little like Window Applications then go into .dll files and you will see how easy it is =] Same thing with C#
/poorargument
09/08/2009 02:31 Lion2205#13
Quote:
Originally Posted by Zion~ View Post
Ignorance.
Quote:
Originally Posted by InfamousNoone View Post
/poorargument
Im just giving my opinion on what's best, at least for me.
so there is no need on why you should come down on me saying its Ignorance nor a poor argument.
09/08/2009 02:50 Zion~#14
Quote:
Originally Posted by lion2205 View Post
Im just giving my opinion on what's best, at least for me.
so there is no need on why you should come down on me saying its Ignorance nor a poor argument.
You're giving a recommendation, based on a poor argument.
09/08/2009 03:08 unknownone#15
Quote:
Originally Posted by lion2205 View Post
If you go with C# its gonna be a Waste of time, sure its easy but hey you learn crap from it. ^^,
I'd love this one explained. You obviously don't use C#, or good, modern coding practices, which the language is built for. C++ is ancient, it doesn't support modern design patterns without an awful lot of fucking about, and it still retains all of it's ugliness, take multiple inheritance as an example.

C# is used massively in the industry, the design patterns you'll learn are what employers want, and some bad coding practices are thrown out before you get chance to learn them.

Quote:
Originally Posted by lion2205 View Post
c++ is harder
It's easier to shoot yourself in the foot, that's all. Not a question of difficulty, but a question of patience.