I am currently working in the game industry at GarageGames, I previously worked at SCEA where I worked on games such as Uncharted2 and God of War3.
|
Apr
2 |
|
awarded | Nice Answer |
|
Jan
18 |
|
awarded | Yearling |
|
May
25 |
|
comment |
wxWidgets and Visual Studio Linker Error When Compiling with a Static Library From what I recall, there should be a vs projects and .sln projects. Do you not see any? There should be a samples.sln.
|
|
May
25 |
|
comment |
wxWidgets and Visual Studio Linker Error When Compiling with a Static Library The samples directory should come with .sln projects (I believe they are VS2008 projects, but if you open them you can convert them to VS2010 projects, which is what I do). What version of wxWidgets do you have? |
|
May
25 |
|
comment |
wxWidgets and Visual Studio Linker Error When Compiling with a Static Library There are plenty of projects in the samples folder that comes with wxWidgets. They are also using static libraries, have you taken a look in there? |
|
May
25 |
|
answered | wxWidgets and Visual Studio Linker Error When Compiling with a Static Library |
|
May
15 |
|
comment |
Determining Resting contact between sphere and plane when using external forces @Walter: That was part of my question, I was confused about the part. |
|
May
11 |
|
revised |
SSRS report error in AX 2012 Removed salutation. |
|
May
10 |
|
comment |
lpr command not working from my C# program in Win 7 How is it "not working"? |
|
May
7 |
|
awarded | Tenacious |
|
May
4 |
|
comment |
Software or Tricks For Live Coding Presentation You should really accept some of your previous answers, you have a 0% accept rate. This may turn people away from your questions. |
|
May
4 |
|
revised |
performance of array vs. map Removed salutation. |
|
May
3 |
|
comment |
performance of array vs. map I know, but a typical suggestion is to keep with "the coding standard specified by the language". |
|
May
3 |
|
comment |
performance of array vs. map In your case, no, but your question is tagged as C++, and that is more of the C++ style. There is a difference between malloc and new though.
|
|
May
3 |
|
answered | Function with variable arguments runtime error |
|
May
3 |
|
comment |
performance of array vs. map Not so much a solution, could you could do int* is_set = new int[total_size]; instead of using malloc.
|
|
May
3 |
|
answered | C++ skips function |
|
May
3 |
|
awarded | Enlightened |
|
May
3 |
|
awarded | Nice Answer |
|
May
3 |
|
comment |
Determining Resting contact between sphere and plane when using external forces There are several elements of this question that are note worthy and after also looking a solution, it seems to be a complex issue with no a lot of resources. Hopefully a bounty could help out with this. |