Since 4/25/2012 4:56:35 PM, spam331 has written 2 articles and participated in 4022 conversations. spam331 signature: spam331
spam331's articles:
Items(2) /1
[semi OT] CLC Wiki Relaunch + Free Extras1242 (1/27/2007 10:54:17 PM) comp.lang.c Some of you wondered what happened to the CLC Wiki and a little while ago I posted that it was not pretty but was more or less up. Well, I am please to say that it is now fully up once more and nothing has be... Flash
Strange va_list problem743 (5/10/2006 12:49:53 PM) comp.lang.c Reading the standard, va_list is an object type (, so I believe the following should be possible: #include void foo(va_list *arg) { /* do some stuff which conditionally might read parameters off arg */ }... Flash
"Portable" C compilers?9350 (3/14/2009 5:03:33 AM) comp.lang.c Hello! I am using the latest version of Thunderbird to access comp.lang.c Could you please list some C compilers that do not need installation via double-clicking a file of type exe and contain gcc? Thank y... albert.xtheunknown0(176)
Getting data from a web page back in C738 (3/17/2009 10:42:52 AM) comp.lang.c Hello, I want to get certain data from a web page. Example: http://finance.yahoo.com/q?s=dow I want to grab the number behind the field P/E -> 12.8 to a variable in C. Any idea to tackle this problem? I don't... ddkconsultancy(6)
malloc() size problems1551 (3/17/2009 3:40:49 PM) comp.lang.c Hi to all! I have a strange problem with malloc(). I'm writing a 2D Game Engine, for learning purposes, and I can't go forward without understanding the problem... So I have a function: Sprite* CreateSprite(c... voidexp(5)
C as a scripting language11858 (3/26/2009 8:15:59 PM) comp.lang.c Common widsom says that python, ruby or similar are good for scripting, but C is not the right tool for it. Here is a small "benchmark" that shows that C can be used as a scripting language in the same way as,... jacob24(973)
switch() Statement Question6149 (3/30/2009 8:00:07 PM) comp.lang.c I forgot to put "default:" in a switch() statement and ended up with this: switch(DISP_DiscOneShotState) { //If we're here there has been a serious internal software error. //Record it ... jujitsu.lizard(133)
Help - trying to serialize a struct1445 (3/31/2009 2:44:01 AM) comp.lang.c hello guys. I'm trying to converting a struct to a buffer of bytes, to send to a server using sockets... I tryed a lot of solutions, but nothing worked. I can convert the struct to a char* (string representatio... edymont(12)
question : floating point precision.2848 (6/4/2009 1:24:29 AM) comp.lang.c Can someone help me please ? for example, when I read floating point from file (ascii) 0.123456789012345678901234567890 compile following program, using pgCC compiler with 64 bit AMD opteron processor, .... ... kim.1122(7)
Asm programming capability?2655 (6/9/2009 2:04:06 AM) comp.lang.c Is the c language designed to execute assembly language instructions? Is it in the standard? --deostroll ... deostroll(46)
C SQL DB Library1758 (6/10/2009 12:07:29 PM) comp.lang.c I need c db library that works with most of RDBMS. Open source. Free)) Thanks. ... zedniq(13)