¡@

Home 

c++ Programming Glossary: codeproject

String To Lower/Upper in C++

http://stackoverflow.com/questions/11491/string-to-lower-upper-in-c

2007 08 04 cc convert string to upperlower case Also CodeProject article for common string methods http www.codeproject.com KB..

C++ FTP Library? [closed]

http://stackoverflow.com/questions/1244095/c-ftp-library

to find one. I've searched over Google Sourceforge and CodeProject well there's one complete FTP CLIENT project for Win95 in CodeProject.. well there's one complete FTP CLIENT project for Win95 in CodeProject however I don't need the entire ftp client.. but I only found..

Compile simple string

http://stackoverflow.com/questions/1361965/compile-simple-string

using C#. Have a look at this Sample Project from the CodeProject. Code Extract private Assembly BuildAssembly string code Microsoft.CSharp.CSharpCodeProvider..

How to create minidump for my process when it crashes?

http://stackoverflow.com/questions/1547211/how-to-create-minidump-for-my-process-when-it-crashes

create a minidump with one exception see next link . CodeProject has a nice article on MiniDumps . Basically you want to use..

C++ Multiple Virtual Inheritance vs. COM

http://stackoverflow.com/questions/299585/c-multiple-virtual-inheritance-vs-com

to understand a discussion over at our friends' place at CodeProject. It involves a custom class for creating a transparent container..

Find and eject a USB device based on its VID/PID

http://stackoverflow.com/questions/4065473/find-and-eject-a-usb-device-based-on-its-vid-pid

share improve this question Well I figured it out. The CodeProject article linked to by Luke shows how to match the drive letter..

Developing Internet Explorer Extensions?

http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions

mine. This is a compilation of what I found on these sites CodeProject article how to make a BHO 15seconds but it was not 15 seconds..

“Speech bubble” notifications

http://stackoverflow.com/questions/593341/speech-bubble-notifications

share improve this question Just found this on CodeProject. Downloaded the sample and it works well actually. I'm going..

What really is a deque in STL?

http://stackoverflow.com/questions/6292332/what-really-is-a-deque-in-stl

characteristics and how it compares to the vector over at CodeProject . The GCC standard library implementation internally uses a..

Volume Shadow Copy (VSS)

http://stackoverflow.com/questions/692848/volume-shadow-copy-vss

few days so I thought I'd roll my own. It'll get onto CodeProject at some point. If anyone is interested let me know and you can..

How to realise long-term high-resolution timing on windows using C++?

http://stackoverflow.com/questions/7583074/how-to-realise-long-term-high-resolution-timing-on-windows-using-c

share improve this question Deleted article from CodeProject this seems to be the copy DateTimePrecise C# Class The idea..

How do I implement a Bézier curve in C++?

http://stackoverflow.com/questions/785097/how-do-i-implement-a-bezier-curve-in-c

curves is available yet . You can of course roll your own CodeProject sample or look for a math library. This blogpost explains the..

Detect SD Card insertion from a Windows service?

http://stackoverflow.com/questions/14607564/detect-sd-card-insertion-from-a-windows-service

get it working from a window application. Code found from codeproject http www.codeproject.com Articles 3946 Trapping windows messages.. a window application. Code found from codeproject http www.codeproject.com Articles 3946 Trapping windows messages msg 2897423#xx2897423xx.. .net look here i think this is what you need http www.codeproject.com Articles 3946 Trapping windows messages look under Detecting..

How to programmatically set volume in Windows, Mac and Ubuntu?

http://stackoverflow.com/questions/1920749/how-to-programmatically-set-volume-in-windows-mac-and-ubuntu

team regarding this Larry Osterman's Blog Here are some codeproject pages that might prove useful For XP For Vista Also there are..

Monitor battery charge with Win32 API

http://stackoverflow.com/questions/233446/monitor-battery-charge-with-win32-api

Printing the stack trace in C++ (MSVC)?

http://stackoverflow.com/questions/301892/printing-the-stack-trace-in-c-msvc

StackWalker by Jochen Kalmbach MVP VC and available on codeproject is probably the easiest way to do this. It wraps up all of the..

Calling C++ function from JavaScript script running in a web browser control

http://stackoverflow.com/questions/3747414/calling-c-function-from-javascript-script-running-in-a-web-browser-control

Igor in the thread I linked earlier and code found in the codeproject article Creating JavaScript arrays and other objects from C..

Writing namespace extensions with Windows 7 integration

http://stackoverflow.com/questions/8438066/writing-namespace-extensions-with-windows-7-integration

in the explorer. I read the examples 1 2 of zengxi from codeproject but they don't compile right and seems to be old. I think that..

How can I resolve “error LNK2019: unresolved external symbol”?

http://stackoverflow.com/questions/849238/how-can-i-resolve-error-lnk2019-unresolved-external-symbol

CFeed f . The library project uses the .lib file from codeproject cppsqlite3.lib . When compiling the static library no error..