Since 4/5/2012 5:57:46 AM, barryg has written 5 articles and participated in 79 conversations. barryg signature: barryg
barryg's articles:
Items(5) /1
windres question324 (7/29/2006 8:41:17 PM) comp.programming I googled this and can only find the wrong way to do it as an answer. Can windres handle inline ICON definitions e.g. somename ICON { '00 00 01 00 01 00 20 20 10 00 00 00 00 00 E8 02' '00 00 16 00 00... Barry
Win32 thread vs fork461 (12/10/2005 7:02:05 AM) comp.lang.perl.misc Is it true the port of fork() is faked by using threads? If so why? I haven't been able to find a good explanation. ... Barry
Funny old trick926 (7/6/2005 5:44:47 AM) comp.lang.c I was not going to post this but my someone thought it was funny, Write the shortest c statement that will "exchange" two unsigned ints. in place. ... BGreene
TCP IP programming under DOS with C2038 (2/3/2006 8:02:42 PM) comp.lang.c Hi Y'All... I really need your help!! I've used this groups to learn and get me out of troubles but this is my first time writing a subject. My problem is that I need to make a C program that run in DOS and ... hrestrada(14)
Split the newsgroup.3135 (2/4/2006 4:42:14 AM) comp.lang.c It seems there is a strong division between those who want to take the group to a higher level and those who are just learning. Perhaps, it's time to split the newsgroup. I'd suggest the following: comp.lan... dont_have(89)
windres question324 (7/29/2006 8:41:17 PM) comp.programming I googled this and can only find the wrong way to do it as an answer. Can windres handle inline ICON definitions e.g. somename ICON { '00 00 01 00 01 00 20 20 10 00 00 00 00 00 E8 02' '00 00 16 00 00... barryg(84)
cast vs. suffixes1242 (1/20/2006 5:52:30 PM) comp.lang.c If you want to explicitly state the type of an integer constant, you basically have two options. Either you use an explicit cast, as in: (unsigned int) 1234 or you use the UL suffixes, as in: 1234UL Are... ralf9395(3)
C programme2925 (1/20/2006 10:47:26 PM) comp.lang.c Hi, I need to do some simple C programming. I have a really OLD version of Borland Turbo C, or fairly old Borland C++ v5.0. However, I expect there is now something free (& better) available online. Can anyon... kev.parsons(174)
Unix435 (1/21/2006 12:27:52 PM) comp.programming hi, can anyone tell me something about Unix code? thank ... server700(4)
Help! Need to make my own color...1042 (1/27/2006 4:17:57 PM) comp.lang.c I have 3 compilers at home: MSVC++, DEV-C++, and Turbo C++ 3.0. I would like to know how to make a color of my choice by specifying RGB values. Perhaps MSVC++, Dev- C++ have their own libraries to do so. Well,... deostroll(46)
Convert an ip address to long value6328 (1/31/2006 8:27:07 PM) comp.lang.c I am trying to write a function to convert an ipv4 address that is held in the string char *ip to its long value equivalent. Here is what I have right now, but I can't seem to get it to work. #include #includ... kyle.tk(18)
Basic but complicated problem....Help me Plz!!!2423 (2/1/2006 10:13:46 AM) comp.lang.c Our teacher gave us a problem and it goes this way: Create a Turbo C Program that will let a user enter two integer numbers. The program must display the product of two numbers with... nirdle_phogi(3)