Jump to content

cbox


Recommended Posts

Posted

I would just google but I know lots of members here do it and I can get daily responces to my questions.

So Where do I begin? I understand there are multiple languages can anyone tell me which language is "best" in their opinion and where, how, and which I should begin from.

Posted (edited)
Well the Two most common Coding languages are C# and C++. C# is Easier But C++ is better because you can do more with it i think. I'm no programmer but i can make a "Hello World" Program but thats about it haha. I'm not quite sure which you should learn first but i just dove right in with C#. Edited by BL4CKXHAWK
Posted (edited)

Sure No Problem! Just so you know, Programming can get annoying and frustrating so don't just give up, keep on trying!

 

What Compiler are you using?

Edited by BL4CKXHAWK
Posted
visual basic is a good introduction to programming for those with no prior experience. After learning it, you may wish to switch to C# for more power. Anything in the .NET framework is available for free, and all developed using visual studio. After learning about .net, you may want to change to a native language like C or C++, or another similar platform like Java etc.
Posted (edited)

VB.net all the way.

 

...until you understand the general jist of programming. Then you move on to a real programming language :)

 

I actually learnt BASIC first (no, not Visual Basic, proper BASIC).

 

It depends what you actually want to be able to program as to wether you should learn VB or BASIC.

 

Most people here would say VB, but BASIC will probably give you a better understanding of programming. BASIc is for learning how to program computers. VB is for learning to program microsoft crap.

 

yeah Im looking into C++ right now thanks for replying!

 

And a word of advice, don't look into C++ until you've at least looked into C first :D

Edited by miinaturvat
Posted

Microsoft C++ can compile c++.

 

Quote from me here...

 

What?.. What?... What?...

 

 

I'm just saying, C++ is like '1 up' from C.

 

If you actually use C/C++, you'll understand it translates to "C = C + 1".

 

Not looking at C before C++ is like watching 28 weeks later before 28 days later.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...