Embedding Windows Media Player for all browsers

Edit: This question was written in 2008, which was like 3 internet ages ago. If this question is still relevant to your environment, please accept my condolences. Everyone else should convert into a format supported by your browsers (That would be H.264 if Internet Explorer is needed, and probably AV1, …

Read More »

Ensuring that Exceptions are always caught

Exceptions in C++ don’t need to be caught (no compile time errors) by the calling function. So it’s up to developer’s judgment whether to catch them using try/catch (unlike in Java). Is there a way one can ensure that the exceptions thrown are always caught using try/catch by the calling …

Read More »

How does database indexing work? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last month. The community reviewed whether to reopen this question last month and left it closed: …

Read More »

Ensuring that Exceptions are always caught

Exceptions in C++ don’t need to be caught (no compile time errors) by the calling function. So it’s up to developer’s judgment whether to catch them using try/catch (unlike in Java). Is there a way one can ensure that the exceptions thrown are always caught using try/catch by the calling …

Read More »

Easy-to-Use Regular Expression Support in C++? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 5 years ago. Improve this question I’m looking for a robust, easy-to-use, regular expression evaluator for native C++, either platform-independent …

Read More »

Displaying 100 Floating Cubes Using DirectX OR OpenGL

I’d like to display 100 floating cubes using DirectX or OpenGL. I’m looking for either some sample source code, or a description of the technique. I have trouble getting more one cube to display correctly. I’ve combed the net for a good series of tutorials and although they talk about …

Read More »

Object Oriented Bayesian Spam Filtering?

I was wondering if there is any good and clean object-oriented programming (OOP) implementation of Bayesian filtering for spam and text classification? This is just for learning purposes. 12 I definitely recommend Weka which is an Open Source Data Mining Software written in Java: Weka is a collection of machine …

Read More »

How to get the value of built, encoded ViewState?

I need to grab the base64-encoded representation of the ViewState. Obviously, this would not be available until fairly late in the request lifecycle, which is OK. For example, if the output of the page includes: <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJODU0Njc5MD...==" /> I need a way on the server-side to get …

Read More »

How to get the value of built, encoded ViewState?

I need to grab the base64-encoded representation of the ViewState. Obviously, this would not be available until fairly late in the request lifecycle, which is OK. For example, if the output of the page includes: <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJODU0Njc5MD...==" /> I need a way on the server-side to get …

Read More »

Displaying 100 Floating Cubes Using DirectX OR OpenGL

I’d like to display 100 floating cubes using DirectX or OpenGL. I’m looking for either some sample source code, or a description of the technique. I have trouble getting more one cube to display correctly. I’ve combed the net for a good series of tutorials and although they talk about …

Read More »

Recent Comments

No comments to show.