Articles for C plus plus
-
How to send a json object or array to mvc controller
3 commentsit's a pain to send JSON via ajax, and deserialise it. here is an example of passing a structured array.
Read More -
Error: Collection was modified; enumeration operation may not execute
0 comments Read More -
How to convert a DataSet to JSON for return via ajax
0 commentsHow to convert a DataSet to JSON for return via ajax - without any library dependencies
Read More -
Monitor window title
2 commentsThis is some BORLAND C++ Builder code to get the title of the currently focussed window on your desktop. I use this with a timer to track what I'm doing during the day to a log file. If you want a copy of the full application, please email me. HWND topWindow = GetForegroundWindow(); HWND holdWi...
Read More