Since 4/2/2012 5:38:29 AM, lancer6238 has written 8 articles and participated in 1 conversations. lancer6238 signature: lancer6238
lancer6238's articles:
Items(8) /1
Checking for Hyper-threading and SSE4580 (1/19/2010 10:06:33 AM) comp.sys.intel Hi all,
How do I check if my processor supports hyper-threading and SSE4?
I have an Intel Xeon E5405 @ 2.00GHz running Linux, and the flags
column in /proc/cpuinfo displays ht and sse2. However, the Inte... Rayne
Difference between Windows and Linux GCC compiler439 (7/31/2009 4:22:37 AM) comp.programming Hi all, I'm interested to know what is the difference in programming using MS Visual C++ on Windows and using the GCC compiler on Linux, i.e. what are some of the things I can do on Visual C++ that won't compi... Rayne
Difference between Windows and Linux GCC compiler1118 (7/31/2009 4:21:23 AM) comp.lang.c++ Hi all, I'm interested to know what is the difference in programming using MS Visual C++ on Windows and using the GCC compiler on Linux, i.e. what are some of the things I can do on Visual C++ that won't compi... Rayne
Using C++ on Linux519 (5/15/2009 2:31:28 AM) comp.os.linux.misc Hi, I'm using Redhat Enterprise Linux 5, and I have KDevelop C/C++ on my PC. I downloaded a library written in C++, and the documentation says that to use it, I have to link the library (*.lib) to my project a... lancer6238
Changing application's behavior without recompiling313 (4/29/2009 1:39:53 AM) comp.text.xml Hi, I've read of people writing applications that use data "stored" in a XML file, and when they update the XML file, the application is aware of it and behave accordingly, without the need to recompile. I'm n... lancer6238
C and XML624 (4/28/2009 1:14:35 AM) comp.os.linux.misc Hi, I understand that XML documents are usually parsed by applications at run-time, and I wonder if it is possible to have the program change its behavior based on updates to the XML document? I was told that ... lancer6238
XML and C113 (4/27/2009 10:10:00 AM) comp.text.xml Hi, I'm curious to know if it is possible to write C programs that could read from a XML document. And since I understand that XML documents are usually parsed by applications at run-time, perhaps it is even p... lancer6238
Simple LZO question1144 (3/12/2009 7:06:40 AM) comp.compression Hi, I would like to understand why applying LZO on two texts that contains repeated strings results in same-sized compressed text. For example, I have File A that contains "ABCABCABCABCABC" (5 repeats of "ABC... lancer6238
lancer6238's replies:
Items(1) /1
Using C++ on Linux519 (5/15/2009 2:31:28 AM) comp.os.linux.misc Hi, I'm using Redhat Enterprise Linux 5, and I have KDevelop C/C++ on my PC. I downloaded a library written in C++, and the documentation says that to use it, I have to link the library (*.lib) to my project a... lancer6238(9)