|
||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
| Some recent topics started on our forums | |
| "Is a"/"Has a" debacle solved with semantics. | WARNING-- This isn't ground breaking by any stretch of the imagination, just a different perspective on a common problem. (And if the Bold bugs you I apologize -- Sometimes its hard to get stuff read without making it easy for people ;) So I... |
| Posted March 22, 2006 4:23:46 PM | |
| [4E4] #9 Toy Robo | Toy Robo is my entry for the 4E4 contest. [EDIT 10-30-05] I've uploaded my final version to gamedev.net and also made it public. Here's a link for anyone who wants to give it a spin: Install Toy Robo Thanks to everyone who tested it and ga... |
| Posted October 26, 2005 1:28:57 AM | |
| Profiler for VC++ 2005 beta 2? | I'm looking for a profiler that will integrate nicely into VS 2005 beta 2 for non-managed c plus plus. I've been poking around google and found nothing. Suggestions? Thanks. |
| Posted September 4, 2005 2:39:40 PM | |
| typeof() operator | Guru programmers out there: Is there anything potentially wrong with the following code? // Returns A Unique Integer for every Type template <typename T> inline Int64 typeof (const T& rT) { static T data; return reinter... |
| Posted June 9, 2005 5:09:46 PM | |
| Class Naming | I have to admit that I am not very good at creating good names for my classes (yet). When I think of a good name, I look at the following: Is it clear? Is the purpose of the class communicated through the name? Is it consise? (Network vs Netwo... |
| Posted May 21, 2005 11:33:21 PM | |
| enumeration size | I would like to force the compiler to allocate one byte for a specific enumeration. I googled around, and found that the HP C compiler supports the following syntax: long long enum bigger_enum {barge, yacht}; /* 8-byte enum type */ enum d... |
| Posted April 1, 2005 2:28:02 PM | |
| Direct Object Messaging | I would like get some feedback on a simple network design, to find out if it is flawed; I'd rather redesign sooner then later ;) Network connection and packet reliability isn't really the topic here, I'm working with messaging design. I... |
| Posted March 28, 2005 8:45:03 PM | |
| progressive thinking | thinking progressively... I found this page while doing research for an english paper. I'm wondering if this therapist is really as stupid as he appears...or if its some sort of cruel joke on humanity. opinions? |
| Posted March 11, 2005 11:13:28 PM | |
| STL Error - C2784 | I'm trying to use the stl map class to hold cells for my game map (irony.) I have a std::map < D3DXVECTOR3, MAPCELL > cells_; with the purpose of allowing my map design to be very flexible. ( All of the rendering code is completely ab... |
| Posted March 6, 2005 3:07:42 PM | |
| ID3DXAnimationController Problem | I am having a problem with the ID3DXAnimationController Class. My goal is to seperate the AnimationController from the mesh class in the same way that the MultiAnimation sample from the SDK does. I load the mesh from a D3D9Mesh class, which conta... |
| Posted February 27, 2005 2:38:23 PM | |
| View All Topics Started By This User | |
| Some recent replies made on our forums | |
| Career advice from those who know the industry..? | I'd say your best bet is to call on a favor from a friend already in the industry. If you don't have any, find a way to make some. It sounds like your skill set would transfer perfectly into several different kinds of senior/lead positions b... |
| Posted January 29, 2009 9:21:45 PM | |
| What Testers Make | Having worked as an entry level tester for SCEA in San Diego many years ago, I would say that the $9 dollar/hour starting rate (while hard to live on in the area) is sufficient compensation for the skill set the job requires: mainly just being a... |
| Posted March 31, 2008 7:28:48 PM | |
| 2 proposed policy changes - feedback wanted | Quote:Original post by nsmadsen Quote:Original post by Nuget5555 How many people here have actually used the HW forum to find a project? It seems like there are a lot of strong opinions and not a whole lot of experience. Wrong. Several members... |
| Posted March 26, 2008 5:10:53 PM | |
| 2 proposed policy changes - feedback wanted | How many people here have actually used the HW forum to find a project? It seems like there are a lot of strong opinions and not a whole lot of experience. Having used the HW forum here on GDnet before to both find a team member for a projec... |
| Posted March 26, 2008 3:00:41 PM | |
| Post Your Blogs Here | blog for the recording of my band's cd - its the only place i talk online on a regular basis any more. indigo kids |
| Posted January 21, 2008 6:41:57 PM | |
| What qualifies someone to teach computer science? | With six years at university and four years in industry, i would say the best teachers I've ever encountered were at the office and not in a classroom. At least in my area, the perks of being a professor don't hold a candle to those of being a profe... |
| Posted January 2, 2008 6:07:54 PM | |
| Underground plumbing on mars? | So what you're saying is we need to paint a giant face on some mountain using nuclear waste? |
| Posted February 19, 2007 7:19:50 PM | |
| A catchy title for my degree? Clever people much appreciated! | I've got a friend in a program similar to what your describing at UCSD: ICAM |
| Posted January 30, 2007 12:58:30 PM | |
| Streaming boost::any | I've played around with this idea before and this is what I came up with: (this code won't compile - its just a sketch to get you started) /// we'll start by making a new struct that contains /// operator function pointers for any type struct... |
| Posted January 19, 2007 2:31:48 AM | |
| A very special comment. | Quote:Treating suspected terrorists as combatants? I'm sorry, but I really don't have a problem with this. Non-citizens don't have Constitutional rights to start out with, so I don't see how this is an attack against it. Obligatory: When the Na... |
| Posted October 20, 2006 12:18:49 AM | |
| View All Replies Made By This User | |