dicroce

4,582
Reputation
371 views

Registered User

name dicroce
member for 1 year
seen 12 hours ago
website
location US
age 33
I would describe myself as "One of the Lucky Ones."
12h
answered Disabling access to “exec” functions ?
Dec
2
asked How do you get CreateWindowEx() to create the window on a specific monitor?
Dec
1
asked How to query X11 display resolution?
Dec
1
answered Trouble understanding C++ `virtual`
Nov
27
answered What to look for in a candidate with over 8 years of experience in C, C++, Linux Application Development?
Nov
25
answered Draw a polygon in C
Nov
23
accepted Using Ruby’s “ready?” IO method with gets, puts, etc
Nov
22
answered Linking error in C++
Nov
22
answered Using Ruby’s “ready?” IO method with gets, puts, etc
Nov
19
answered Win32 CreateWindow() call hangs in child thread?
Nov
19
comment Win32 CreateWindow() call hangs in child thread?
In my case, the parent will not be destroyed until after ALL of its children have been...
Nov
19
comment Win32 CreateWindow() call hangs in child thread?
Hmm... Well, I actually did get it to work... Basically, I just needed to get the parents message pump pumping... then it all started working... But you're comments worry me... How sure are you of this being a bad thing?
Nov
18
comment Win32 CreateWindow() call hangs in child thread?
There is no interaction between parent and child... So I don't know what the SendMessage and PostMessage stuff is for... How sure are you of your second paragraph? Is this a general limitation of Win32?
Nov
18
comment Win32 CreateWindow() call hangs in child thread?
This is not what I'm trying to do. I want each thread to take care of ONLY the windows that it creates... I just need to create a window with a parent created by another thread...
Nov
18
asked Win32 CreateWindow() call hangs in child thread?
Nov
18
comment [review?] C++ selectors and method delegates
Where's the question?
Nov
17
accepted Why does my simple GLX app leak memory?
Nov
17
revised Determine the current HINSTANCE?
removed elipses
Nov
17
comment Determine the current HINSTANCE?
That assumes I already have a window (and thus, and hwnd)... I'm trying to push the job of window creation out to my library...
Nov
17
comment Determine the current HINSTANCE?
Is that method MFC only?
Nov
17
asked Determine the current HINSTANCE?
Nov
16
awarded  Popular Question
Nov
16
accepted Any good free C++ Game Programming PDF
Nov
16
awarded  
Nov
15
answered Do you use VIM/Emacs/Terminals to develop C/C++? What kind of projects is this practical for?
Nov
15
answered Any good free C++ Game Programming PDF
Nov
15
answered Why does my simple GLX app leak memory?
Nov
14
asked Why does my simple GLX app leak memory?
Nov
11
asked Does pthreads support a method for querying the “lock count” of a recursive mutex?
Nov
5
answered Writing a binary file in C# to be read by C program, with pointers?
Nov
5
answered What should I use to replace gettimeofday() on Windows?
Nov
5
accepted what fields are the c and c++ jobs in now days?
Nov
4
asked What should I use to replace gettimeofday() on Windows?
Nov
4
answered What’s your most controversial programming opinion?
Nov
2
answered What makes emacs a good editor?
Nov
2
comment How to mix C++ and external buttons on seperate window?
The beauty of Stackoverflow is that sometimes you get great answers, even when the original question was totally unintelligible...
Nov
2
answered Why is it preferable to write func( const Class &value )?
Nov
1
comment Solid Foundation in programming for windows (Internals)
The question was "What do you think?"... and "Windows programmer" answered it...
Nov
1
comment What is a good free RDBMS solution for a small web project that may grow large if successful?
For a long time, postgresql was the clear winner when you actually counted up the features.. I think mysql finally has triggers now, but last I looked they still didn't have an inbuilt language for stored procedures (both of which postgres had for forever)... that said, mysql was always slightly faster... The trade off used to be features / performance...
Nov
1
comment Array of buffers in C programming?
What is the value of n?
Nov
1
comment what fields are the c and c++ jobs in now days?
It's a fun field... Go for the computer science degree... If you have the desire, both would be ok.. But I think the CS degree is better...
Nov
1
answered Sleep function in C++
Nov
1
answered what fields are the c and c++ jobs in now days?
Nov
1
comment Can you give an example of stack overflow in C++?
Since this function takes no arguments, declares nothing, and returns nothing, I wonder if a smart optimizer might simple turn this into an infinite loop, in which case, it would not blow the stack...
Nov
1
comment Pointer to shift array C++
Too much is not given to answer this... For example, where is "top" defined... What is "n"?
Nov
1
answered Experiences with Adobe’s “Adam and Eve” C++ GUI library?
Nov
1
comment Can you give an example of stack overflow in C++?
You want me to implement the whole stackoverflow website in C++ in my answer? Wow... :)
Nov
1
answered Can you give an example of stack overflow in C++?
Oct
31
accepted Increasing memory usage in sqlite3 ?
Oct
31
answered How developers take care of their eyes?