Forum

> > Off Topic > How to programing programs
ForenübersichtOff Topic-ÜbersichtEinloggen, um zu antworten

Englisch How to programing programs

15 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Comment

buraxia3
User Off Offline

Zitieren
I recommend Notepad ++ but default notepad should be enough for you.

alt Re: How to programing programs

DC
Admin Off Offline

Zitieren
all you need is a programming language and a compiler that compiles code written in this language to binary/executable files. and of course you have to know/learn how to program in the used language.

alt Re: How to programing programs

Anti-Grav
User Off Offline

Zitieren
Start with Visual Basic 2008. It is the best for starting.
Simple Message:
1
MsgBox("Hello World!")
It is really simple. You can even make small games. After that you should learn C++ or C#.
1× editiert, zuletzt 07.09.11 18:59:39

alt Re: How to programing programs

Globetrotter
User Off Offline

Zitieren
1. Learn how to use Computer
2. Learn how to use Google
3. DONE

But because I am a nice guy (or at least I pretend to be) I tell you how
1. Learn how to use Computer
2. Choose a programming language (For example: C++)
3. Get a book for beginners for said language
4. Read and learn
5. Read Internet tutorials and more books for the next 5 years
6. ...
7. PROFIT!!
8. Congratulations, you are now a programmer!

alt Re: How to programing programs

Erik963
BANNED Off Offline

Zitieren
user Globetrotter hat geschrieben
1. Learn how to use Computer
2. Learn how to use Google
3. DONE

But because I am a nice guy (or at least I pretend to be) I tell you how
1. Learn how to use Computer
2. Choose a programming language (For example: C++)
3. Get a book for beginners for said language
4. Read and learn
5. Read Internet tutorials and more books for the next 5 years
6. ...
7. PROFIT!!
8. Congratulations, you are now a programmer!


Someone with his brain complaining on forums wouldnt learn programing even for 12 years.

alt Re: How to programing programs

kamac
User Off Offline

Zitieren
Zitat
Someone with his brain complaining on forums wouldnt learn programing even for 12 years.


Zitat
Make me a sandwich first, then I'll tell you.


Zitat
A screen would help.


Zitat
Oh,and brain can help too!


... Get out you people.


Answering your question, i don't recommend starting with C++/C. I'd pick up some BASIC language on your place. You can try out DarkBASIC Pro, since it's free and effective, or if you have money, you can take a look, as others have mention, on BlitzMax.

There is also Game Maker, you can make great things with it and it has it's own scripting language.

Yet, it also costs, but not as much as BlitzMax does, it is more basic throught.


If you are going to pick-up C++, then Allegro is great and i presume, one of the easiest graphical 2d libraries.

That's all. Happy game making

alt Re: How to programing programs

Lee
Moderator Off Offline

Zitieren
Zitat
If you are going to pick-up C++, then Allegro is great and i presume, one of the easiest graphical 2d libraries.


There's a fine line between graphics development and software development in general. For the most part, game/graphics development also requires a somewhat concrete understanding of linear algebra and other higher level mathematics whereas general programming is just a logical tool that helps people understand certain sets of problem domains.

alt Re: How to programing programs

kamac
User Off Offline

Zitieren
Zitat
There's a fine line between graphics development and software development in general. For the most part, game/graphics development also requires a somewhat concrete understanding of linear algebra and other higher level mathematics whereas general programming is just a logical tool that helps people understand certain sets of problem domains.


He've asked about game making, so i told him what tools could he use

alt Re: How to programing programs

Lee
Moderator Off Offline

Zitieren
However, you give the impression that the only use of these programming languages revolves around game development, which may likely deter new comers to the field. For the most part, Allegro is a DSL over native graphics calls implemented in the C++ language. Familiarity with C++ is usually required beforehand.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenOff Topic-ÜbersichtForenübersicht