Intel sponsors gamedev.net search:
The site is presently in a read-only mode while we perform some internal maintenance. Thank you for your patience.
Control Panel Register Bookmarks Who's Online Active Topics Stats FAQ Search


Get to know supercoder74...  
Full Name  
Nickname supercoder74 
State/Province, Country
Contact Info
Homepage URL  
ICQ ID  
AIM ID  
Yahoo IM ID  
Current Occupation
Job Title  
Job Description  
Other Interesting Details
Rating 1035  (Rate this user)
Number Of Posts
In our forums
385  
Member Since 4/15/2005 9:37:49 PM
ContributionsContact Us if a contribution of yours isn't listed
Send a Private Message to this user...

Some recent topics started on our forums
Fourth dimension anyone? On my web-surfing, I came across something rather intresting: 4d maze. The name is rather self-explaining; It is a 3d-maze, but all super-hypercube-ey. The princible is that you can see a an object on an N-1 plane; you can see a 3d-object in a... 
Posted August 31, 2006 1:58:20 AM
std::find hates me I am having a problem with std::find. Here is the revelant code: class Card { public: Suit getsuit(); int getvalue(); Card(Suit s,int v):value(v),suit(s){} private: Suit suit; int value; }... 
Posted December 15, 2005 8:54:21 PM
LuaPlus question I have written this code: #include <stdlib.h> #include <iostream> #include <LuaPlus/LuaPlus.h> using namespace LuaPlus; using std::cout; using std::endl; int main(int argc, char *argv[]) { LuaStateOwner owner; ... 
Posted November 12, 2005 5:28:25 PM
Play my pong game! Hello, I have finished my first real game. I will just post my source code. entity.h: #include <SDL/SDL.h> #include <SDL/SDL_image.h> #include <string> #ifndef ENTITY_H #define ENTITY_H class entity { public: ... 
Posted October 5, 2005 7:03:43 PM
static member troubles I am having some trouble with using static members. here is what my class bassicly is: class instruction { static map<string,int> variables; }; If I dont declare the static map it provides the usual error mesage: [Linker erro... 
Posted August 23, 2005 6:58:46 PM
searching vector Hello, what is a fast way to search a vector to see if it contains a user defined class(it has an operator== only for other instances of the same class). I only need to know if it has one instance of the class. 
Posted August 15, 2005 9:14:54 PM
inverting a hashtable I have run into a bit of a problem with my code. If I have a hashtable like this: System.Collections.Hashtable h=new System.Collections.Hashtable(); h.Add("key1","value1"); h.Add("key2","value2"); h.Add("key3","value3"); Can I make a new h... 
Posted August 14, 2005 1:48:29 PM
strange vector problem ok, I have this function that iterates through a vector. here it is: #include<algorithm> void character::displayitems() { if(i.getitems().empty()) { cout<<"you are carrying nothing."<<endl; ... 
Posted August 9, 2005 9:50:48 PM
generics in c# hello, lets say I want to make a templated class, taking a typename, then an int. something like this: template<typename t,int c> class cclass { t arr[c]; cclass(){/*...*/} //some other functions... } I have read up about... 
Posted August 4, 2005 1:48:07 AM
question about installing debian ok, lets say that I already have windows installed. I start up the debian install cd. If I didnt want windows on it anymore, would it be safe to delete every partition other than the free space then make the linux partitions? 
Posted July 31, 2005 4:18:11 PM
View All Topics Started By This User

Some recent replies made on our forums
Alphabet Game saddles edit: it made more sense. 
Posted February 27, 2007 11:11:11 PM
Programming Languages as Religion What about C#? 
Posted February 22, 2007 1:48:54 AM
I want to make an Interactive To start in game development, you will want to start on much easier things to learn from; start with simple text based programs, move your way up to simple 2 dimensional games, and onto more difficult projects. For more information, refer... 
Posted February 14, 2007 1:59:47 AM
Facts about John Carmack Quote:Original post by spartanx Quote:Original post by born2die - Carmack can divide by zero. Holy crap! I want a fanboy t-shirt with that slogan on it! [smile] That actually sounds like a good idea 
Posted December 27, 2006 11:03:07 PM
Google Pages Why not? All you need is images, text, etc Its not going to cost anything, its google. 
Posted December 11, 2006 8:44:09 PM
Oh crap, here come the cells! That looks like a new addiction. 
Posted November 23, 2006 1:37:29 AM
A traggic event Good job! I like how the blood is focused in the picture, making the murder more dramatic. 
Posted November 23, 2006 1:35:37 AM
Is My T.V Ready For High Definition Gaming? You don't need a HD tuner to play xbox games in HD. All a HD tuner does is take signals from an outside source, be it satellite, cable, or anything, and transfer it to the component cables(the three video cables). HDTV means exactly that; it has high... 
Posted November 20, 2006 10:06:33 PM
apache + php = DISASTER I third XAMPP. Only way that I got MySQL to work properly. 
Posted November 14, 2006 12:14:03 AM
Tourettes Syndrome Quote:Original post by dustamulet Quote:Original post by agi_shi Quote:Original post by Salsa I have a weird thing, where like if I tense up a certain muscle on one side of my body, I feel like I have to on the other side. So if I s... 
Posted October 24, 2006 3:47:43 AM
View All Replies Made By This User