Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Re: Free All Purpose C Library

Reply
Thread Tools

Re: Free All Purpose C Library

 
 
Flash Gordon
Guest
Posts: n/a
 
      09-25-2008
Strange Cat @ Work wrote, On 25/09/08 16:47:
> Hello everyone,
>
> for a new test project I have to select a free (or low cost) all purpose C
> library to be used in Linux and Windows Consoles...


An a purpose library would be infinite in size as there are infinitely
many purposes to which someone might want to put it.

> I have come across Imatrix's Standard Function Library which is quite old
> and gave me some problems building with Turbo C++ (antique software free
> from Borland )


There are far more up-to-date free compilers for Windows. I recommend
that unless you have a good reason to stay with an ancient compiler you
update. There has been a thread here over the last few days discussing
the availability of compilers.

> Can someone provide me some links. What I am looking for would help me with
> threading,


This is generally handed differently in Windows and Linux. I suggest
checking whether comp.programming.threads might be a better place to ask
about threading libraries which are available on both Windows and Linux.

> collections (like the ones I have in C#... That's my wet dream
> )...


Hmm. Could be hard to search for that one. However, you are probably
better off using separate libraries for threading and collections rather
than one library that solves two completely unrelated tasks.
--
Flash Gordon
If spamming me sent it to
If emailing me use my reply-to address
See the comp.lang.c Wiki hosted by me at http://clc-wiki.net/
 
Reply With Quote
 
 
 
 
Keith Thompson
Guest
Posts: n/a
 
      09-25-2008
Eric Sosman <> writes:
[...]
> Your library reminds me of an IOCCC entry from many years ago,
> a program which when compiled on an appropriate system could do
> pretty much anything at all:
>
> <code>
> #include "/dev/tty"
> </code>


Yes, I think that was from the very first year of the contest. Like
most great entries, it led to a rule change to prevent anyone from
doing the same thing again.

--
Keith Thompson (The_Other_Keith) kst- <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
 
Reply With Quote
 
 
 
 
CBFalconer
Guest
Posts: n/a
 
      09-26-2008
blargg wrote:
> wrote:
>> Strange Cat @ Work wrote, On 25/09/08 16:47:
>>
>>> for a new test project I have to select a free (or low cost) all
>>> purpose C library to be used in Linux and Windows Consoles...

>>
>> An a purpose library would be infinite in size as there are
>> infinitely many purposes to which someone might want to put it.

>
> My all-purpose library is a blank source code file, ready to add
> code to. Some assembly required, though.


Let me suggest using a compiler rather than an assembler.

--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Looking for all purpose Digital Camera dennis.richard2012@gmail.com Digital Photography 2 10-26-2012 01:24 AM
Re: Looking for all purpose Digital Camera dennis.richard2012@gmail.com Digital Photography 0 10-25-2012 10:05 AM
Re: Free All Purpose C Library Richard Bos C Programming 4 09-30-2008 07:30 AM
Free Download Software for any purpose Tony Andreas Computer Support 2 12-10-2007 04:37 PM
All purpose camera :) cuscorules Digital Photography 4 02-18-2004 08:25 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57