Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

How to become a games programmer

Name: Anonymous 2007-08-13 6:52 ID:jpLp6ZBb

1. Learn C++. Possible alternatives: C, C#. If you are a fag: Java, Haskell or Python.
2. Learn Calculus
3. Learn Linear Algebra
4. Learn classical physics
5. Learn a 3D API. OpenGL or Direct3D.
6. Learn how to play sound get input etc on your target system.
7. Read about game engines and how to make them.
8. Make Game
9. Profit

Very simple. Good luck.

Name: Anonymous 2007-08-18 8:40 ID:JehOfpFR

>>33

while (true) {
1. Learn C++. Possible alternatives: C, C#. If you are a fag: Java, Haskell or Python.
2. Learn Calculus
3. Learn Linear Algebra
4. Learn classical physics
5. Learn a 3D API. OpenGL or Direct3D.
6. Learn how to play sound get input etc on your target system.
7. Read about game engines and how to make them.
8. true = false
}

fixd

Name: Anonymous 2007-08-18 9:28 ID:KfmxgIaA

>>33
>>33
>>33


BRACES GO ON THEIR OWN LINE FAGGOT.

Name: Anonymous 2007-08-18 9:40 ID:JehOfpFR

>>82
Not the first bracer.. learn to code faggot

Name: Anonymous 2007-08-18 9:57 ID:Hm9AnNFr

>>82
>>83
SYNTAX FAGGOTS FIGHTING LOL LOL LOL

Name: Anonymous 2007-08-18 9:58 ID:QjW8ZJ0o

>>83
Typical K&R fag.

Name: Anonymous 2007-08-18 10:37 ID:Heaven

ENTERPRISE

MyDataTypeReturn::Cocks
ThisIsAUselessFun ( string &szStrSource , char *szPtrDest )
    {
      int nSomeShit;
      for( nSomeShit = 0 ; nSomeShit < szStrSource.size() ; ++nSomeShit )
      {
        szPtrDest [nSomeShit] = [nSomeShit] szStrSource.c_str();
      }
      return szPtrDest [nSomeShit] = 0;
    }

Name: Anonymous 2007-08-18 11:01 ID:KfmxgIaA

>>83
>>83
>>83
>>83
>>83
>>83
>>83
>>83
>>83
>>83
>>83
>>83

Braces are statements. ONE STATEMENT PER LINE.

GB2 JAVATOWN.

Name: Anonymous 2007-08-18 11:05 ID:+juHNG84

>>87
No they aren't.

Name: Anonymous 2007-08-18 11:13 ID:Heaven

Name: Anonymous 2007-08-18 11:22 ID:ScYHVFmT

Braces are a fashion statement

Name: Anonymous 2007-08-18 12:05 ID:Heaven

>>90
DENTAL PLAN

Name: Anonymous 2007-08-18 12:26 ID:AbPJ/560

>>69

You people are arguing the meaning of ``strings.'' Truly pathetic anonymous.

Truly a discussion on Computer Science!

Name: Anonymous 2007-08-18 12:29 ID:AbPJ/560

>L"test"
>(int*)"test"
>
>No longer an array of chars IS IT?

The first one is an array of whatever wchar_t is for that platform.  The second one is an array of chars, casted to an array of int.  In this case, you're casting a 5-char array, of which I can pretty much guarantee that sizeof int is not an even multiple.

Name: Anonymous 2007-08-18 15:20 ID:YOXx/DrH

>>82
Faggot. I always wondered what kind of faggot would waste a line of code and make the code look ugly doing that (and obscuring loops since the line before indenting is not the loop declaration), and now I know. You would be that kind of faggot.

>>93
There's no such type as "array of chars", nor "array of int". There are pointers, though.

Name: Anonymous 2007-08-18 17:50 ID:AbPJ/560

>>94

There's no such type as "array of chars", nor "array of int". There are pointers, though.

Ah true, my bad.  Still not strings though.

Name: Anonymous 2007-08-18 18:39 ID:KS2Nq+I7

>>95
Of course they are not strings. I'm cgmoAS42.

Name: Anonymous 2007-08-18 20:46 ID:94SevuIy

>>94
There's no such type as "array of chars", nor "array of int". There are pointers, though.

You are an idiot for saying that. Apparently arrays and pointers being interchangable in many situations confuses some of the more feeble minds.

Name: Anonymous 2007-08-19 4:18 ID:phrHsXz6

Gawd, this is horrible.

Pointer => Variable that's value corresponds to a physical address in memory
Array => A set of contiguous elements

A function evaluating a Pointer to an Array has to know when to terminate. The reason '\0' is chosen is because the byte following the last character evaluates to false without any further manipulation of the expression. The manner in which the end of an Array is detected is entirely implementation dependent.

Game over. Insert coin. Insert coin again. Reset to zero credit.

Name: Anonymous 2007-08-19 7:41 ID:FiTiDkwb

>>98
The type of "asd" is not an array.

A function evaluating a Pointer to an Array has to know when to terminate. The reason '\0' is chosen is because the byte following the last character evaluates to false without any further manipulation of the expression. The manner in which the end of an Array is detected is entirely implementation dependent.
How's that related to what the expression "asd" is in C?

Name: Anonymous 2007-08-19 12:39 ID:Heaven

why don't you guys just read a book?

Name: Anonymous 2007-08-19 15:37 ID:FiTiDkwb

             / ̄∧_∧ ̄ ̄ ̄ // ̄\\
       __ ⊂/__(´∀` )__  /_⊃___| |\フ ヽ  CFLAGS JUST KICKED
   ,  ´_  /   / ̄ ̄ __ / ̄ ヽ    __ヽ ̄ ̄ |  IN, YO!
  /∠__/―/-。―/――∠_/__∧  |       | ∧_.| 
  ,========――´=============/⌒ヽ=|.=====| | ヽ ̄〕 
  | _   |GENTOO|    _  ″  |⌒| |/   __ /|  )ノ    vroom
  )_旧_∈≡≡≡≡∋_旧_″_|| ノ丿_ -――┘ 丿      vroom!
   \ \_ノ  ̄ ̄ ̄三三三\ \_ノ    三三三三 
    三三三三三三三三三三三三三三三三三三三三三三三三
       三三三三三三三三三三三三三三三三三三三三三三三

Name: Anonymous 2007-08-19 15:52 ID:o3frKa4D

suck my cock

Name: Anonymous 2007-08-19 15:57 ID:Heaven

>>100
! ! ! AWESOME 100 GET ! ! !

Name: Anonymous 2007-08-19 17:28 ID:+DxgSSVe

>>99
"asd" has type array of char, although in most contexts it will be converted to an expression of type pointer to char that points to its first element.

Name: Anonymous 2007-08-19 18:04 ID:Heaven

python has gotos

Name: Anonymous 2007-08-19 18:25 ID:Heaven

"asd"
HAS NO FUCKING TYPE
IT IS A C STRING
GET IT THRU YOUR FUCKING SKULLS

Name: Anonymous 2007-08-19 19:14 ID:FiTiDkwb

>>104
Since when does C differentiate between pointers and arrays for string immediate values, and more importantly, since when does it have a separate array type for vectors? Arrays only matter for matrices.

Name: Anonymous 2007-08-19 19:20 ID:NjuhW38U

Holy fuck. Well over half this thread is over whether C strings are really strings or not. I can't decide whether this is EPIC or FAIL.

Name: Anonymous 2007-08-19 19:27 ID:FiTiDkwb

>>108
More like trolling, my friend.

Name: Anonymous 2007-08-20 0:18 ID:rwgMshZi

>>108

It is truly FEPIC AIL.

Name: Anonymous 2007-08-20 11:56 ID:Z7L4TAvC

Game programmers fail because they get trapped in bullshit and never produce SHIT, let alone a product.

Name: Anonymous 2007-08-20 14:42 ID:rwgMshZi

>>111

I can only hope that more game programmers never produce shit.  Too much shit goes out the door nowadays.

Name: Anonymous 2007-08-20 16:35 ID:1mHx1Yvt

I <3 goto, because using it pisses so many people off

although in a professional setting i wouldn't use it unless needed also C# is king of faglands, i prefer it over all the other fag languages. c# is wonderful if you have to make your own tools for said game

Name: Anonymous 2007-08-20 17:56 ID:RM5LyLvO

10 PRINT "LOOK AROUND YOU ";
20 GOTO 10

Name: Anonymous 2007-08-21 7:31 ID:5qQKZpz9

>>114
!

Name: name 2009-01-13 1:55

テスト

Name: name !7Q9DuMHFlk 2009-01-13 1:55

テスト

Name: Anonymous 2009-01-13 1:58

test

Name: Anonymous 2009-01-13 1:59

テスト

Name: name !7Q9DuMHFlk 2009-01-13 2:02

テスト

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List