Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
4answers
689 views

License / registration frameworks for C / C++

What sort of registration frameworks are available for C / C++ applications? I'm looking for a library that will handle the cryptographic verification of license and registration keys to enable the ...
3
votes
1answer
81 views

what are good libraries for map feature?

we are planning to have feature similar to Google maps like feature in our commercial desktop application. can anyone suggest any such map libraries? this application needs both drawing facilities and ...
1
vote
3answers
964 views

What sorts of simple IDL parsers / code generators are available for C / C++ code?

For a project I'm working on, I need to have a lot of source code files generated from an interface description. That description is currently IDL (really, a pidgin IDL-like language), but I'm not ...
0
votes
6answers
381 views

Build automation tools, pointers

I am looking to automate the installation of software produced by my build process. How do i automate this process - any tools, pointers will help.
0
votes
2answers
750 views

Create PDF from word document from desktop application using C++ or C#?

Any easy way to create a PDF document of a word file from desktop application using C++ or C#? any best practices, please share. list all possible APIs free/paid so that this thread helps C++/C# ...