Go Back   Forums > Search Forums
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: Pangloth
Forum: Programming 13-03-2005, 08:22 PM
Replies: 19
Views: 6,251
Posted By Pangloth
Well, the best way to find a book that you like...

Well, the best way to find a book that you like is to go to the bookstore and browse through theirs.

One that I found useful is Stephen Prata's C Primer Plus, another is C++ Primer Plus. It might...
Forum: Blah, blah, blah... 13-03-2005, 12:56 AM
Replies: 104
Views: 8,352
Posted By Pangloth
There's this wonderful trilogy ot books by an...

There's this wonderful trilogy ot books by an author by the name of John Brosnan. I recommend it to everyone, since it is (in my opinion) an extremely well written story about a future that can...
Forum: Programming 12-03-2005, 07:42 PM
Replies: 9
Views: 1,660
Posted By Pangloth
Kon-Tiki, the example Quicksort source code you...

Kon-Tiki, the example Quicksort source code you link to uses the leftmost element as the pivot, which could lead to disastrous results.

Imagine feeding sorted input to the algorithm. Then, because...
Forum: Programming 12-03-2005, 07:24 PM
Replies: 9
Views: 1,660
Posted By Pangloth
Koen, look at your code. You have an outer loop...

Koen, look at your code. You have an outer loop on I and an inner loop on J, both of which run from 1 to the size of your input. Then you have a compare and 3 assignments. These don't matter, but the...
Forum: Programming 10-03-2005, 06:44 PM
Replies: 23
Views: 3,611
Posted By Pangloth
You might want to also look for the Quake source...

You might want to also look for the Quake source code, I believe the people from id Software released it to the public.

In addition, with some old FPS games (say, Wolf3D) the programmers had to do...
Forum: Programming 10-03-2005, 06:07 PM
Replies: 23
Views: 3,611
Posted By Pangloth
Can you please clarify your question? Do you wish...

Can you please clarify your question? Do you wish to know how to program, or how to make a FPS specifically, or something else? What do you mean by "dynamic"?

You stand a better chance of having...
Forum: Programming 08-03-2005, 03:37 PM
Replies: 26
Views: 3,889
Posted By Pangloth
Well, unfortunately the answer to many language...

Well, unfortunately the answer to many language semantic questions is "it depends on the compiler implementation" but in general a mature C++ compiler will yell at you for not returning a value when...
Forum: Programming 08-03-2005, 03:32 PM
Replies: 12
Views: 1,822
Posted By Pangloth
Right. I agree. I am only saying that it depends...

Right. I agree. I am only saying that it depends on what you want to achieve. Any reasonably large project will require more than that, but I understand that a "reasonably large project" might be far...
Forum: Programming 08-03-2005, 04:07 AM
Replies: 26
Views: 3,889
Posted By Pangloth
Not trying to be the code nazi or anything :) but...

Not trying to be the code nazi or anything :) but ANSI C++ mandates that main() is declared as returning an int and taking two arguments:

int main(int argc, char *argv[])

in which case you need to...
Forum: Programming 08-03-2005, 03:59 AM
Replies: 12
Views: 1,822
Posted By Pangloth
Przilicaturbak, it is nice to see that you are...

Przilicaturbak, it is nice to see that you are willing to learn new things, but you need to know that there's more to coding than getting a compiler and hacking away at some code.

If you want to...
Forum: Games Discussion 08-03-2005, 03:23 AM
Replies: 109
Views: 55,617
Posted By Pangloth
One way to get it working (simplest) if to simply...

One way to get it working (simplest) if to simply drag the Aladdin executable (ALADDIN.EXE) onto the DOSBox executable. DOSBox will automatically mount the proper directory for you.

The...
Showing results 1 to 11 of 11

 
Forum Jump

The current time is 05:52 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.