platform-independent
Linux Browsers And VBScript
I\'ve already done some little things using Visual Basic and some nice things with eMbedded Visual Basic, but now I want to go on the scripting way, then I want to know if Linux, BeOS and other OSes b[详细]
2022-12-27 11:56 分类:问答Making a program platform independent
I\'m working with an OCR project which is developed using Visual C++ on .net framework. But since the .net is platform dependent I want to make this project platform independent and make it supports t[详细]
2022-12-26 03:06 分类:问答How to prevent arbitrary code execution vulnerability in our programs?
You always read in changelogs when your system or browser or any program updates that they fi开发者_高级运维xed a bug that made possible that an attacker can execute any code in your computer with a f[详细]
2022-12-25 04:48 分类:问答Extending windows based installer to other Operating Systems
I have build an installer using NSIS. And now I want to extend it to Solaris and Linux thorugh WINE. But I wanna know few things here-[详细]
2022-12-23 05:06 分类:问答Portable way to get file size in C/C++
I need to determin the byte size of a file. The coding language is C++ and the code should work with Linux, windows and any other operating system. This implies using standard C or C++ functions/cla[详细]
2022-12-23 01:52 分类:问答Is there any disadvantages to a language being platform independent?
I\'m working on a paper about multi-platform programming and I\'d like to include sections on advantages/disadvantages. From my understanding; having any application be multi-platform is a huge sellin[详细]
2022-12-20 16:17 分类:问答Platform independent size_t Format specifiers in c?
I want to print out a variable of type size_t in C but it appears that size_t i开发者_高级运维s aliased to different variable types on different architectures. For example, on one machine (64-bit) the[详细]
2022-12-17 18:19 分类:问答Word and Double Word integers in C
I am trying to implement a simple, moderately efficient bignum library in C. I would like to store digits using the full register size of the system it\'s compiled on (presumably 32 or 64-bit ints). M[详细]
2022-12-16 02:41 分类:问答Where is Boost.Process?
I need to execute a program and retrieve its stdout output in c++. I\'d like my code to be cross-platform too.[详细]
2022-12-11 04:00 分类:问答