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
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
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
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-
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
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
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
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
I need to execute a program and retrieve its stdout output in c++. I\'d like my code to be cross-platform too.