Hello There, Guest! Login or Register


Any programmers out there?
#11
I know Pawn, HTML and abit of PHP but have no clue about C++ and VB.

I guess C++ wouldn't be too hard to learn as Pawn was built off it, but I have no use for it even if I did know C++.

When i'm finished with PHP I plan to learn XHTML and CSS, maybe after that i'll get onto C++.
Reply
#12
Done a bit of C++, no VB though.
Reply
#13
(08-29-2009, 03:40 PM)Mutou link Wrote: I know Pawn, HTML and abit of PHP but have no clue about C++ and VB.

I guess C++ wouldn't be too hard to learn as Pawn was built off it, but I have no use for it even if I did know C++.

When i'm finished with PHP I plan to learn XHTML and CSS, maybe after that i'll get onto C++.

Pawn, HTML, PHP, XHTML, CSS are all scripting languages, NOT programming. Programming has little to know limits and is by far better. Scripting would give you a bit of a boost I guess but don't do what Weeyin said in Agent's army thread, that if you're good at CoD you'll be good in the army. Am sure even he knows that's a load of crap. Same goes for scripting with programming. It'll give you a little basic knowledge perhaps but no way does it prepare you.
Reply
#14
C++ & VB & PHP are the best languages to learn IMO.
Reply
#15
(08-30-2009, 06:48 AM)Matthias link Wrote: C++ & VB & PHP are the best languages to learn IMO.
where did you learn PHP from?
Reply
#16
VB is useless, only good to learn if you're a beginner, as it's a good head start. Unless you're me and still can't learn a thing from it no matter what I read.
Reply
#17
VB is fun to learn.

(08-30-2009, 09:21 AM)GTA_Killer link Wrote: where did you learn PHP from?
I barely know it, but what I've learned comes from tutorials
Reply
#18
(08-30-2009, 06:48 AM)Matthias link Wrote: C++ & VB & PHP are the best languages to learn IMO.

I would strongly recommend not to start learning with PHP and Visual Basic. Firstly, Visual Basic is a dying language. The last version of the language was released in 1998 and all support for the language has been stopped since last year. Alternative may be the successor, Visual Basic.net, but I would really advice you to learn C# instead. It's a .NET language as well, has exactly the same possibilities, however, features a sane syntax as well.

As for PHP, it's nice and has an easy learning curve. It's easy to see results straight ahead, you type a single line of text and it works. A large advantage of PHP is that it's well documented, everything can be found on the php.net website. A large downside of the language is that there's loads of crap out there. There simply are thousands and thousands of people who think they can program in PHP, but actually cannot. At all. That logically results in a huge amount of badly written scripts with performance and security problems. Still, if you're going to aim for web-based programming (websites and applications) I would indeed advice using PHP, even if it were only because I'm member of the development group for it.

C++ simply still is one of the strongest and limitless languages out there. It has a tougher learning curve, is more complicated and requires you to keep many things in mind. Purely to name an example, every bit of memory you allocate needs to be freed by you, otherwise there will be memory leaks. Different from languages like C# and PHP it has no garbage collector which does that for you. If you have the motivation and time, C(++) certainly is the way to go.

In the end you don't learn a programming language, you learn to program. It's the logic which defines the possibilities and limits, not nessesarily the language. Things like code architecture, frequent security-related issues and common sense are equal in almost every language. Languages which represent a lot of the implementation-techniques are C++, Java, C# and the newest versions of PHP, lots of schools use Java or C#, the latter of which still gets my preference.
Reply
#19
You could try learning SuperLogo :p

The only language I know that has less limits than C++ is Assembly, but that's just waaay too complicated, moreso than C++.
Reply
#20
(08-30-2009, 02:16 AM)Munch link Wrote: Pawn, HTML, PHP, XHTML, CSS are all scripting languages, NOT programming. Programming has little to know limits and is by far better. Scripting would give you a bit of a boost I guess but don't do what Weeyin said in Agent's army thread, that if you're good at CoD you'll be good in the army. Am sure even he knows that's a load of crap. Same goes for scripting with programming. It'll give you a little basic knowledge perhaps but no way does it prepare you.

Lmfao, Weeyin you failure!!  :D
Reply