Steve Gury

1,314
Reputation
118 views

Registered User

Name Steve Gury
Member for 1 year
Seen 6 hours ago
Website
Location Paris, France
Age 27
I've done a lot's of C++ in video game industry, I'm quite expert in network engine. I'm currently senior software engineer in Mimesis-Republic (Paris, France), I'm building the new generation of virtual world. I'm developing with the scala language.
Nov
20
awarded  Popular Question
Oct
30
awarded  Popular Question
Sep
28
revised Is there a way to initialize an array with non-constant variables? (C++)
Fix memory leak
Aug
18
awarded  Nice Answer
Aug
17
awarded  Yearling
Aug
4
awarded  Popular Question
Jul
8
awarded  Disciplined
Jun
29
awarded  Popular Question
Jun
20
revised GAE For Java: Mail API
edited tags
Jun
10
answered static stylesheets gets reloaded with each post request
Jun
10
comment Is there a way to initialize an array with non-constant variables? (C++)
Martin, you're right, I've taken your comment into account. Personnaly I definitely would have used a vector (as aaron mentionned), but as the title of the question is "Is there a way to initialize an array with non-constant variables?", I've written an answer corresponding to this question.
Jun
10
revised Is there a way to initialize an array with non-constant variables? (C++)
added 385 characters in body
Jun
10
revised Is there a way to initialize an array with non-constant variables? (C++)
added 496 characters in body
Jun
9
accepted Is there a way to initialize an array with non-constant variables? (C++)
Jun
9
comment Is there a way to initialize an array with non-constant variables? (C++)
Yes Keand64, simply use array[xpos][ypos];
Jun
9
answered Is there a way to initialize an array with non-constant variables? (C++)
Jun
9
answered gql does not work for get paramters for keys
Jun
9
comment breakpoint in eclipse for appengine
This is not an error, only a warning ! The system tell you that it has not found previous datastore (logic or a first execution) You are not obliged to specify the datastore path, by default the system with put the datastore file in the temp directory. But this is a good practice in order to store data between two executions.
Jun
9
accepted breakpoint in eclipse for appengine
Jun
9
answered breakpoint in eclipse for appengine
Jun
1
asked How to check existence of a program in the path