Skip to main content

All Questions

Tagged with
0 votes
0 answers
22 views

Install C++ compiler on windows 7 (live/online) without running .exe file?

How can I install software online (using command prompt) on windows without running exe file (either through GUI or cmd)? For example to install a c++ compiler on windows 7!
Vikranth Inti's user avatar
2 votes
0 answers
373 views

restful sdk for windows 7 in C++ (faster than cpprestsdk)

I need the sdk to be as fast as possible when it sends or receives requests. The API should be easy to use and it also supports visual studio 2013 and windows 7. The requirement for this restful sdk ...
beasone's user avatar
  • 121
2 votes
2 answers
147 views

Compiler for Windows 7 with a GUI?

I'm trying to learn a programming language to make a simple 2D space game or an RPG, but I am very stuck as to what one to use. I think I have narrowed it down to Python or Ruby, but there seem to be ...
Hadashi's user avatar
  • 121
3 votes
0 answers
508 views

Converting C# to C++

I have tried the Tangible C# to C++ Converter but I'm not happy with it - it generates too many compiler error and even the parts that are compilable may contain issues which make the C++ result ...
Thomas Weller's user avatar
3 votes
0 answers
37 views

Is there a cross compiler of sorts targetting different versions of Windows (edition, word size etc)?

I am in a situation where I need to rebuild my existing C++ app to target Windows Server 2008. My dev machine is Windows 7 64 bit Home Premium. The app uses no APIs at all and is in "pure" C++. It's ...
vin's user avatar
  • 131
4 votes
1 answer
146 views

License manager to restrict diffusion of a software on Windows 7

I'm looking for a library (for a C++ project) to protect a commercial software against world wide diffusion. I'd like to restrict its usage on a per-client basis (+ time limit if possible). Is ...
malat's user avatar
  • 101
3 votes
1 answer
271 views

Portable admin-less cross-compiling 2D game developing program?

I've worked with so many game developing programs which work and don't work. Some have limitations, some worked all until once, some can't export to some platforms, some cost too much, … So far, I've ...
Foxcat385's user avatar
  • 389