Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

9 Posted Topics

Member Avatar for NekoGráfico

Would be really fun if we could maybe have some game programming challenges posted here on a weekly basis. This could help adventuring programmers solve their problems by reading past challenges or even expanding their knowledge by solving these challenges. But we first need to set up a structure. In …

Member Avatar for MosaicFuneral
0
166
Member Avatar for arunpawar

There's a pretty decent list of game development books on GameDev. Here's the link: [url]http://www.gamedev.net/columns/books/[/url]

Member Avatar for the_swan
0
115
Member Avatar for amerninja2

Please don't use such vibrant colors... lol. Haven't tested the code but I think this should work... [CODE] #include <iostream> #include <fstream> #include <string> using namespace std; int main() { ifstream myfile("example.txt"); wstring line; if (myfile.is_open()) { while (! myfile.eof() ) { getline(myfile,line); wcout << line << endl; } myfile.close(); …

Member Avatar for NekoGráfico
0
136
Member Avatar for Huf91
Member Avatar for sciwizeh

I've messed around with Blender a couple times before, but never used the game engine. I found an interesting tutorial in the BlenderWiki about the basics of the [URL="http://wiki.blender.org/index.php/BSoD/Introduction_to_the_Game_Engine/The_basics_of_the_Blender_GE"]Blender Game Engine[/URL], check it out.

Member Avatar for sciwizeh
0
140
Member Avatar for NekoGráfico

Once the object is copied to the vector the pointer isn't updated. If I use a copy constructor to fix this problem I get awkward results. Could anyone please help me find a solution? Thanks in advance. [code=C++] #include <iostream> #include <vector> using namespace std; typedef struct { void *map; …

Member Avatar for NekoGráfico
0
117
Member Avatar for lil_panda

I don't know much about Cocoa, other than it uses Quartz which is mainly used for windowing and simple 2d graphics. I would only use it for applications and not games. I recommend you use OpenGL if you plan on making those [I]awesome[/I] games. Personal Conclusion: C++ /w OpenGL for …

Member Avatar for invisal
0
254
Member Avatar for jeremyhowell

I recommend you check out [URL="http://www.daniweb.com/tutorials/tutorial71858.html"]this[/URL] thread I found by doing a [I]simple[/I] search. Hope it helps!

Member Avatar for Salem
0
112
Member Avatar for NekoGráfico

Name: Giancarlo Nickname: NekoGrafico Height: 5'11'' Weight: 145 Hair: Light Brown Eyes: Hazel Location: Puerto Rico Age: 17 Hobbies: Listening to music, going out with my friends, making new friends, game programming, graphic design, anime, DDR Fav Music: Industrial, Trip-Hop, Power Metal, Experimental Rock, Neo-Classical Education: Studying Computer Science Work: …

Member Avatar for zandiago
0
138

The End.