User profile: mbozzi

User info
User name:mbozzi
Bio:ESR's article /How To Ask Questions the Smart Way/ is the best guide to getting quick, effective help that I know of.
http://www.catb.org/esr/faqs/smart-questions.html

That document has substantial problems, but its content is mostly good.

Avoid the common trap of asking about potential solutions rather than your actual problem. Always provide context for the questions you ask.
http://xyproblem.info/

My opinions do not represent the position of my employer.
Statistical data
Occupation:Other
History
Joined:
Number of posts:3909
Latest posts:

C++ Questions
[quote]CNTRL+H using the quick replace is the quickest way I know how.[/quote] Put the cursor on the...

What windows/gui library?
I think it's worth mentioning that you've listed SDL and SFML as GUI libraries. But to me a GUI lib...

What windows/gui library?
[quote]What windows/gui library would you fellas recommend for someone starting out as their first e...

C++ Questions
[quote]Those look like cave paintings.[/quote]We've moved on from Dijkstra to Iverson. This is Ken ...

Read nested structures from file.
If all you want is to find the begin + end of the structures labeled with {}, use a stack. When a {...