Search found 6 matches
- Tue May 13, 2008 11:16 am
- Forum: Introversion Blog
- Topic: It's all in your head, Part 11
- Replies: 51
- Views: 67801
- Tue May 13, 2008 2:49 am
- Forum: Introversion Blog
- Topic: It's all in your head, Part 11
- Replies: 51
- Views: 67801
- Mon May 12, 2008 12:47 am
- Forum: Introversion Lounge
- Topic: A variable quantity of your time...
- Replies: 17
- Views: 6734
- Sun May 11, 2008 10:50 am
- Forum: Introversion Lounge
- Topic: C++, how to get started?
- Replies: 62
- Views: 13156
how would you program this:? (traveling salesman) create A (A<15) number of cities each at its own [x,y] coordinate on a 20 by 20 grid. each city computes it's distance to each and stores this in a ranked order. round 1 starts with the computer spawning 1 'salesman' in each city. each 'salesman' may...
- Fri May 09, 2008 9:44 am
- Forum: Introversion Lounge
- Topic: C++, how to get started?
- Replies: 62
- Views: 13156
- Fri May 09, 2008 8:39 am
- Forum: Introversion Lounge
- Topic: C++, how to get started?
- Replies: 62
- Views: 13156
hey guys, I have officially been programming in C++ for 2 days now, in an attempt to begin the long process of learning. My first program (of my own) was an attempt to create a dynamic endurance/capacity system for spellcasting. here's the code I used: // Laws of Magic v1.0 // Tolerance and stat sys...