shoosh

15,341
reputation
827 views

Registered User

name shoosh
member for 1 year
seen 40 mins ago
website
location Israel
age 28
Currently working as a research assistant at TAU in the field of Computer Graphics.
12m
comment C++: duplicated static member?
... It doesn't get any more REAL than this. two dlls, one lib, two instances.
1h
comment C++: duplicated static member?
"Separating the .lib to its own dll is not an option. it must be a .lib."
1h
comment C++: duplicated static member?
Yes, but how are all of the instances going to know about this master instance?
2h
asked C++: duplicated static member?
19h
comment Do you use XeTeX or pdfTeX?
LaTeX is considered a programming language. LaTeX questions have always been welcomed here. This question is pretty much equivalent to "would you use GCC or MSVC"
1d
awarded  c++
2d
answered C++: Loading an EXE as a DLL, local vftable problem
2d
comment C++: Loading an EXE as a DLL, local vftable problem
I tried that but it doesn't seem to have any effect for some reason
2d
asked C++: Loading an EXE as a DLL, local vftable problem
2d
comment Hidden Features of Visual Studio (2005-2008)?
Also.. Ctrl+S to save the current file?
2d
awarded  Notable Question
Dec
6
awarded  Mortarboard
Dec
6
answered To iterate or to use a counter, that is the question
Dec
6
answered glBitmap() without GL_COLOR_INDEX
Dec
4
comment Protecting class from getting instantiated before main()
This really has nothing to do with the question asked.
Dec
4
answered Protecting class from getting instantiated before main()
Dec
4
comment Can I cause memory leaks during debug of my program ?
The thing is, you never know how the code you write for your short lived application is going to be used a year from now.
Dec
4
answered determine pitch, yaw, roll from up front right
Dec
3
accepted C++ bindings to jGoodies?
Dec
3
awarded  Nice Answer
Dec
2
accepted How do I roll out a Matlab app for others to use?
Dec
1
answered Google Hack Database(GHDB)
Nov
30
comment Matrix classes Directx & OpenGL
The best thing you can do is debug it and make sure that the matrix you end up with after the transpose is actually the transposed matrix. look at it using the watch window and verify.
Nov
30
answered Matrix classes Directx & OpenGL
Nov
30
answered How to spot empty parking spaces?
Nov
29
answered Where does C++ standard define the value range of float types?
Nov
29
answered Problem with a volumetric fog in OpenGL
Nov
29
revised Problem with a volumetric fog in OpenGL
added 27 characters in body
Nov
29
comment Simple 3x3 matrix inverse code (C++)
This code actually gives you the TRANSPOSE of the inverse matrix. Check out the formula at the other answer
Nov
29
comment C++ bindings to jGoodies?
Thanks is usually expressed with an upvote in this forum.
Nov
29
answered Is it possible to see definition of Q_SIGNALS, Q_SLOT, SLOT(), SIGNAL() macros? (Qt)
Nov
29
answered C++ bindings to jGoodies?
Nov
29
answered How to change string into QString?
Nov
28
awarded  Popular Question
Nov
27
comment How to create a plain text file in GW-BASIC 2.01?
+1 just for the pure WTF nature of this question.
Nov
26
answered How to improve scanned image quality?
Nov
25
accepted Can I decide where a Qaction is added to a Qmenubar
Nov
25
answered What might cause OpenGL to behave differently under the “Start Debugging” versus “Start without debugging” options?
Nov
25
answered Can I decide where a Qaction is added to a Qmenubar
Nov
25
comment C++ short-circuiting of booleans
you don't know that. You compiler might decide that A is always 1 for instance and completely discard that check.
Nov
25
revised how can I retrieve the current position of the vertices after they have been transformed?
added 2 characters in body
Nov
24
comment Matlab deployment: add files to source control?
Wow, maybe next time you can bother to actually read the question itself rather than just the tags.
Nov
24
asked Matlab deployment: add files to source control?
Nov
24
answered How do I roll out a Matlab app for others to use?
Nov
24
comment Compiled MATLAB: Why does my application hang at the end?
It was the figures, thanks
Nov
23
comment Compiled MATLAB: Why does my application hang at the end?
yes, infact I do
Nov
23
revised Compiled MATLAB: Why does my application hang at the end?
added 173 characters in body
Nov
23
asked Compiled MATLAB: Why does my application hang at the end?
Nov
22
comment multiplication program using recursion(in C)
Extra credit: doesn't work with negative numbers!
Nov
22
answered multiplication program using recursion(in C)