programmation time consumption (23)

1 Name: #!/usr/bin/anonymous : 2007-04-19 14:48 ID:nqIXoBCC

I'd like to learn some programming, I already have an idea about how it works, and may will have to learn it next year anyway. But I wonder if you can do some stuff in programmation, like, from time to time ? Can you practice it not regularly, and still be able to do some stuff when you have an idea ? Or do you have to work this as a job or an important hobby ?

2 Name: #!/usr/bin/anonymous : 2007-04-19 17:43 ID:A40Pb3wd

Learn it for what exactly? Most programmational products of worth consume time in gulps and swigs.

KOREA
koreo

3 Name: dmpk2k!hinhT6kz2E : 2007-04-19 20:02 ID:Heaven

Programming isn't hard; you can do kinds of interesting things if you know how to do a little research. So there's nothing wrong with dabbling in it.

Just don't expect to make the next Half-Life.

4 Name: #!/usr/bin/anonymous : 2007-04-20 14:09 ID:JBBiWX8Y

Programmation! Fighting crime!

5 Name: #!/usr/bin/anonymous : 2007-04-30 02:36 ID:DCtwuNra

What the hell is programmation?

6 Name: spacemarine : 2007-04-30 16:07 ID:/94DZWIQ

Visual Basic is probably the best for beginners. Just deal with Windows for a bit until you gain experience and knowledge and then move on to more advanced and effective languages. Programming is a long journey, just dont give up.

7 Name: #!/usr/bin/anonymous : 2007-05-01 15:21 ID:25l2P3QJ

>>6
I, having started programming with Visual Basic, would advise beginners to stay the FUCK away from it. Picking up any other language after having started with VB was much harder than neccesary. This might have changed with vb.net, but anyways, I'd suggest a language that is a little more like basically all important languages. But anyways: http://4-ch.net/code/kareha.pl/1109963434

8 Name: #!/usr/bin/anonymous : 2007-05-02 16:20 ID:JBBiWX8Y

Learning things based around UI (VB and such) is pretty pointless if you do it before you've learned to code in general.

9 Name: #!/usr/bin/anonymous : 2007-05-04 16:52 ID:IxzC9mJB

Having started with QBASIC and then moved to Visual Basic as my second language, I agree with >>7 and >>8. Don't make the mistake I did.

10 Name: #!/usr/bin/anonymous : 2007-05-04 19:17 ID:juRrMsfL

I started with QBASIC and moved to Visual Basic like >>9, but had no serious problems moving to c++, and then c.

11 Name: #!/usr/bin/anonymous : 2007-05-05 08:05 ID:BJzizIYA

I started with C, then learned assembly as well and now i laugh at most languages.

12 Name: #!/usr/bin/anonymous : 2007-05-05 09:26 ID:x+O7ESTT

>>11
You're using an electronic computer? Noob.
Posting from an abacus via IP over avian carrier.

13 Name: sushibot12 : 2007-05-07 07:05 ID:kUwqPYcg

I think that you will do fine learning C++ first. That is what i learned in Middle School. It is fairly easy to learn.

You can get a free compiler from microsoft. They have Visual Studio C++ express for free download.

If you are like most programmers that visit boards like these, i would assume that you are learning to program games.

So a good resource would be www.gamedev.net
It is a great place for people to start, because they have tutorials for beginners.

It is under resources on the left hand corner, as the label "for beginners"

I hope you have fun.

14 Name: #!/usr/bin/anonymous : 2007-05-10 16:03 ID:JBBiWX8Y

Dev C++ or other lighter things are nicer than VC++e.

They don't create multi-directory project folders with 5 different debug reports just to compile a 'Hello World' app.

15 Name: dmpk2k!hinhT6kz2E : 2007-05-10 19:35 ID:Heaven

> I think that you will do fine learning C++ first... It is fairly easy to learn.

I disagree. Compare a basic program (e.g. Hello World) in C++ to the equivalent dynamically-typed one. Easier is better for a beginner.

It's also better when you want to get more done in less developer time, much like appears to be the case with >>1.

16 Name: #!/usr/bin/anonymous : 2007-05-20 00:21 ID:Heaven

C_FLAGS || GTFO

17 Name: #!/usr/bin/anonymous : 2007-07-01 09:22 ID:jAlTpSYu

From my experience, programming is quite time consuming if you want to make anything bigger than a simple hello-world program.

18 Name: #!/usr/bin/anonymous : 2007-07-01 09:36 ID:S2lqitvl

Programming is not too difficult.
There are some basic concepts that carry pretty well from a programming language to another (variables, functions, flow control).

So just start with the easier one.

I think Visual Basic would not be bad and you could do little easy games to practice.

good luck! ^__^

19 Post deleted by moderator.

20 Name: #!/usr/bin/anonymous : 2007-07-06 21:27 ID:NOvlwH/d

>>1
Don't start out in BASIC. Doing that is like breaking your leg and getting it reset improperly. Yeah, you can get used to it, and you can still do some pretty cool stuff with it, but if you get it reset properly, it's going to be extremely hard to adjust.

Don't make the mistake I did. Start out in C/C++ or even Java. But stay far away from BASIC or any of it's derivatives.

21 Name: dmpk2k!hinhT6kz2E : 2007-07-06 22:06 ID:Heaven

I keep hearing people say that starting with BASIC is a mistake.

Why? Because of GOTO?

22 Name: not 20 : 2007-07-07 00:43 ID:Heaven

I'd say starting with Visual Basic could be a mistake, if it's approached poorly -- but then I suppose the same could be said for any language (or implementation thereof).

As for BASIC, I don't see any problem starting with it, or even using it for serious (if the tool works, use it!).

Also I dislike all this RAH RAH GOTO IS EVIL crap everywhere. Seems like 90% of people spouting that particular one these days are just repeating the party line and haven't actually been bitten by any perceived problem themselves. Besides, I've seen some terrible "structured" code too -- it's not inherently any better solely for not using GOTOs.

Maybe if more people had firsthand experience with GOTO tangles while they were beginning, they'd be able to produce more elegant code later -- because they really understand why they're doing what they doing, and aren't just parroting what they were told by someone else.

tl;dw

23 Name: #!/usr/bin/anonymous : 2007-07-09 12:23 ID:al1zDjga

I decided to bite the bullet completely, so i started out with m68k assembly (my personal computer at the time was an Atari Falcon which uses the m68k CPU); latern on I became quite the Fortran guru. More recently I taught myself perl.

It's all in the mindset. I disagree with the people saying starting out with BASIC is a bad idea - if you put your mind to it you can learn any language after any other. But the best decision is to start out like I did - don't choose a language based on it being a "good starter" - just find a language that you'd like to learn and start learning that language.

This thread has been closed. You cannot post in this thread any longer.